On Fri, 2002-11-22 at 12:52, pp wrote:
> <VirtuaHost 192.168.x.x>
> ....
> </VirtualHost> 
> 
> Apache returned 404 error , even if host table was configured for that host.
> Changing vhost for:
> 
> <VirtuaHost 192.168.x.x:80>
> Port 80
> ...
> </VirtualHost> 
> 
> Fixed problem.
> Is that IP named vhost problem?

Maybe Midgard/Apache don't understand 'VirtuaHost' ;-)

anyway, you can also use:

<VirtualHost 192.168.x.x:*>

or even 
<VirtualHost *:*>

although you need a fairly recent apache for the last syntax.

wkr,
 
-- 
Envida                     http://www.envida.net/
Armand A. Verstappen       Graadt van Roggenweg 328
[EMAIL PROTECTED]       3531 AH Utrecht
tel: +31 (0)30 298 2255    Postbus 19127
fax: +31 (0)30 298 2111    3501 DC Utrecht

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to