Re: [users@httpd] WinXP apache config

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jayabalan_Aaron wrote:
> Hi Guys,
>  
>     Im running Apache/1.3.34 (Win32) PHP/5.1.6 on winXP.

Oh, so sorry to hear that.  God bless and god speed to you.

>     Accessing pages i develop is possible from localhost, but when i
> move on to another machine on my intranet.And try to view the website,
> via ip of the apache machine, i get connection timed out msg.

You have to disable your firewall, or you have to configure it to allow
traffic from port 80 or whichever you are using (if you don't use port
80, let's say it's 8080, you must request http://10.0.0.12:8080/ with
the port number after the server name-or-ip address).

>     Do i need to make any additional changes to httpd.conf, or change
> the network configuration, of anything that can be done on xp.

The only thing that could be wrong in httpd.conf might be

Listen 127.0.0.1:80

which says listen only to local machine (loopback).  Make sure it's either

Listen 0.0.0.0:80    (e.g. Listen 80) or
Listen 10.0.0.12:80  (whatever IP(s) this machine is assigned)

Seriously 1.3 on Windows is a huge mistake (only a clumsy choice on other
architectures since you will never see improvements again - sites shouldn't
feel compelled to migrate but I'd never deploy new ones.)  Jump to 2.0 or 2.2.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux