Andrew W. Gaunt wrote:

>
> Got it, there is a solution. The reason it was not starting before
> was because the log files could not be created. Amazing what
> actually reading the error.logs will reveal.
>
> This works:
>
> #Port 80
> Listen 192.168.168.3:80   # internal web, outside access blocked with 
> ipchains rules
> Listen 192.168.168.3:81   # external web, accessible by Internet

The messge was truncated (lines begnining with a "." all by themselves)
here's the rest..
 

<VirtualHost 192.168.168.3:81>
        #ServerAdmin [EMAIL PROTECTED]
        DocumentRoot /var/www-pub
        #ServerName www.kingston.nh.us:81
        ErrorLog  /var/log/apache-pub/error.log
        CustomLog /var/log/apache-pub/access.log common
</VirtualHost>



*****************************************************************
To unsubscribe from this list, send mail to [EMAIL PROTECTED]
with the text 'unsubscribe gnhlug' in the message body.
*****************************************************************

Reply via email to