This is a discussion on problem with virtual server setup within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi, I am having problems with the virtual setup of my apache... What bugs me is that I can ping ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I am having problems with the virtual setup of my apache... What bugs me is that I can ping the IP number but when I tried to access it thru the webbrowser, nothing happend. I have Apache 2.0 | Linux 9 | Kernel 2.4.20-8 here is a copy of my HTTPD.CONF NameVirtualHost 1.1.1.59 <VirtualHost 1.1.1.59> DocumentRoot /path/to/html ServerName www.domain2.com ScriptAlias /cgi-bin/ "/path/to/cgi-bin/" <Directory "/www"> Options Includes FollowSymLinks ExecCGI MultiViews AllowOverride None Order allow,deny Allow from all </Directory> </VirtualHost> thanks again for your help Simon |
|
|||
|
Prince <prince@crazysimon.com> wrote:
> What bugs me is that I can ping the IP number And if you ping www.domain2.com or whatever? > NameVirtualHost 1.1.1.59 > <VirtualHost 1.1.1.59> Replace all the IPs with *. Davide -- | I mean, we all self-LART to varying degrees on occasion. What sets us | apart from the lusers is that we can pull ourselves out of the | nosedive. -- Mike Sphar on alt.sysadmin.recovery |