[SLUG] What have I forgotten, steeing up virtual Apache server

2002-02-10 Thread Peter Vogel
Running Linux 6.1 and I have minimal knowledge - I am running Apache with a number of virtual domains. I have just added a new one and when I try to browse it locally I get what looks like my domain's default site (different IP address). I can ping the server okay. I have set up a virtual

Re: [SLUG] What have I forgotten, steeing up virtual Apache server

2002-02-10 Thread Dean Hamstead
check that your webserver can resolve the hostname for that virtual server to an address that is on your server check that your config is correct (looking for obvious visual errors, checking against prior virtual host entries and by running /usr/local/apache/bin/apachectl configtest) if you

Re: [SLUG] What have I forgotten, steeing up virtual Apache server

2002-02-10 Thread John Clarke
On Mon, Feb 11, 2002 at 03:10:17PM +1100, Dean Hamstead wrote: check that your webserver can resolve the hostname for that virtual server to an address that is on your server Try telnetting to port 80 on the server and asking it for a page on the new virtual host, e.g.: [johnc@dropbear

Re: [SLUG] What have I forgotten, steeing up virtual Apache server

2002-02-10 Thread Ian Ward
[johnc@dropbear ~]$ telnet www.axisofevil.info 80 Trying 203.41.215.174... telnet: connect to address 203.41.215.174: Connection refused You don't have apache listening on that address. That's your first problem. Look for `Listen' and `BindAddress' directives in your