On 2/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> # cat /etc/httpd/conf.d/vhosts.conf
> <VirtualHost 192.168.2.2:80>
>     ServerName  tintin_ic1:80
>     ServerAdmin [EMAIL PROTECTED]
>     DocumentRoot /var/www/apache/html
>     CustomLog   logs/ic1.log common
>     ErrorLog    logs/ic1_error.log
>     LogLevel    debug
> </VirtualHost>
>
>
> As said the configtest is syntactically correct
> which can easily be verified by putting some junk chars
> in the above vhost container file.
>
> Nevertheless, when I start the webserver I see no listening
> socket
> for this vhost's IP address,
> but only those for the publich IP (ports 80 and 443).
>
> I raised the LogLevel to debug but in error_log the only virtual
> host
> entries that appear on startup relate to the SSL container.
>
> What have I missed?

Listen 192.168.2.2:80

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to