I am a newbie using Apache 1.3.3 with PHP 4 on MS XP Pro Service Pack 2.
I am able to access all my pages from the PC on wich Apache is running but I cannot access them from any other PC on my local network (through a linksys router).
I have excerpted what I believe to be the pertinent lines from my httpd.conf below:
>>>>> start code >>>>>
ServerType standalone
Listen 80
Listen 8080
BindAddress *
### Section 2: 'Main' server configuration
Port 80
Port 8080
ServerName 192.168.1.100
DocumentRoot "C:/locserv"
<Directory "C:/locserv">
UseCanonicalName On
NameVirtualHost *:80
<VirtualHost *:80>
DocumentRoot "C:/locserv/barb"
ServerName barb
</VirtualHost>
NameVirtualHost *:8080
<VirtualHost *:8080>
DocumentRoot "C:/locserv/barb"
ServerName barb
</VirtualHost>
>>>>> end code >>>>>
At the browser on my server, I type " and get served the correct page.
At any other PC on my network, I type " or " or " etc. and always get the "The page cannot be displayed" in internet explorer.
I had initially installed Apache 2 and everything was fine. When I rolled back to Apache 1.3.3 I ran into this problem.
From what I've seen in the FAQ's, this should be a no brainer, but I just can't get any response from other computers on the network.
I've tried many variations of the above to no avail. I am hoping someone out there will see my error and save my computer from certain defenestration.
Thanks in advance.
Lexiskm
I am able to access all my pages from the PC on wich Apache is running but I cannot access them from any other PC on my local network (through a linksys router).
I have excerpted what I believe to be the pertinent lines from my httpd.conf below:
>>>>> start code >>>>>
ServerType standalone
Listen 80
Listen 8080
BindAddress *
### Section 2: 'Main' server configuration
Port 80
Port 8080
ServerName 192.168.1.100
DocumentRoot "C:/locserv"
<Directory "C:/locserv">
UseCanonicalName On
NameVirtualHost *:80
<VirtualHost *:80>
DocumentRoot "C:/locserv/barb"
ServerName barb
</VirtualHost>
NameVirtualHost *:8080
<VirtualHost *:8080>
DocumentRoot "C:/locserv/barb"
ServerName barb
</VirtualHost>
>>>>> end code >>>>>
At the browser on my server, I type " and get served the correct page.
At any other PC on my network, I type " or " or " etc. and always get the "The page cannot be displayed" in internet explorer.
I had initially installed Apache 2 and everything was fine. When I rolled back to Apache 1.3.3 I ran into this problem.
From what I've seen in the FAQ's, this should be a no brainer, but I just can't get any response from other computers on the network.
I've tried many variations of the above to no avail. I am hoping someone out there will see my error and save my computer from certain defenestration.
Thanks in advance.
Lexiskm