[NTLUG:Discuss] Apache vhost configuration question
MadHat
madhat at unspecific.com
Mon Jul 24 11:31:10 CDT 2000
Cameron wrote:
>
> * llliiilll at hotmail.com [2000.07.24 08:05]:
> : <VirtualHost 129.107.56.23>
> : ServerAdmin webmaster at jchsu.org
> : DocumentRoot /www/jchsu.org
> : ServerName jchsu.org
> : ErrorLog /var/log/httpd/jchsu.error_log
> : TransferLog /var/log/httpd/jchsu.access_log
> : <Directory /www/jchsu.org>
> : Options Includes Indexes FollowSymLinks
> : AllowOverride FileInfo AuthConfig Limit
> : </Directory>
> : </VirtualHost>
> :
> : <VirtualHost 129.107.56.23>
> : ServerAdmin webmaster at hsuhome.com
> : DocumentRoot /www/hsuhome.com
> : ServerName hsuhome.com
> : ErrorLog /var/log/httpd/hsuhome.error_log
> : TransferLog /var/log/httpd/hsuhome.access_log
> : <Directory /www/jsuhome.com>
> : Options Includes Indexes FollowSymLinks
> : AllowOverride FileInfo AuthConfig Limit
> : </Directory>
> : </VirtualHost>
>
> try taking the <Directory> tags out like so:
>
that thouldn't make any difference for this. Do you have the "Bind"
directive sset? Also I never saw a responce about the DNS entries, are
the domains set up properly in DNS? If not, try adding them to the
/etc/hosts file.
--
MadHat at unspecific.com
"The 3 great virtues of a programmer:
Laziness, Impatience, and Hubris."
--Larry Wall
More information about the Discuss
mailing list