Re: [users@httpd] Why doesn't Apache bind socket to vhost's IP addr.?
by Joshua Slive other posts by this author
Feb 28 2006 8:33AM messages near this date
[users@httpd] Why doesn't Apache bind socket to vhost's IP addr.?
|
[users@httpd] Case insensitive username-matching in htaccess
On 2/28/06, Ralph.Grothe@[...].de <Ralph.Grothe@[...].de> wrote:
>
> # cat /etc/httpd/conf.d/vhosts.conf
> <VirtualHost 192.168.2.2:80>
> ServerName tintin_ic1:80
> ServerAdmin root@localhost
> 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: users-unsubscribe@[...].org
" from the digest: users-digest-unsubscribe@[...].org
For additional commands, e-mail: users-help@httpd.apache.org
Thread:
Ralph Grothe
Joshua Slive
|