Mandrake 8.1 apache question

Deven Phillips d-spair at hawaii.rr.com
Sun Dec 9 17:47:58 PST 2001


Todd,

	If Apache starts and doesn't dies on that error, it should be fine. If
you want to get rid of the error, remove the entry for 192.168.1.100:80
from the /etc/httpd/conf/vhosts/Vhosts.conf file; or you can define a
virtual host under that in the format of :

<VirtualHost 192.168.1.100>
User jmdault
Group jmdault
DocumentRoot /home/jmdault/public_html
ServerName test2.com
Setenv VLOG /home/jmdault/logs
ErrorLogs /home/jmdault/test2-error_log
RewriteEngine On
RewriteOptions inherit
</VirtualHost>

I hope that this helps!!

Deven Phillips



More information about the LUAU mailing list