Apache Server Config problems


Subject: Apache Server Config problems
From: Tom King (tking@kcrw.org)
Date: Fri Mar 24 2000 - 20:14:08 MST


Greetings!

I've been working my way through DNS, Sendmail etc and am having a
disturbing problem with
configuring Apache.

Apache is running Standalone.

User httpd
Group httpd

I've bound several virtual servers to a single IP

Public_html directories are :

Drwxr-xr-x 3 craig users 1024 public_html

ls -l /home/craig/public_html

-rwxr-xr-x 1 craig users 597 index.html

setup identically is promac:

Drwxr-xr-x 2 promac users 1024 public_html

ls -l /home/promac/public_html

-rwxrw-r-- 1 promac users 597 index.html

httpd.conf:

<virtualhost 216.202.92.166>
Servername www.thecomichouse.com
DocumentRoot /home/craig/public_html
 ...
...
...
...
</vituralhost>

<Virtualhost 216.202.92.166>
ServerName www.promac.net
DocumentRoot /home/promac/public_html
...
...
...
</virtualhost>

All that to say why can people get into promac.net but not the comichouse .com?

403 is the errror FORBIDDEN! You don't have permission to access / on
this server.

Go figure!

thanks tom
tking@kcrw.org



This archive was generated by hypermail 2a24 : Sun Apr 02 2000 - 21:09:32 MDT