Hello all,
 
this question should've gone to -questions, but anyway...
 
I am running 4.2-RELEASE, installed new apache 1.3.19 from ports, and i edited virtualhosts in httpd,conf, and when I try to start it, httpd fails to start, doesnt say what error though. If i comment all the virtualhosts, httpd starts ok. I did apachectl configtest to check the syntax, syntax Ok. I even tried installing 1.3.19 on an old 4.1 machine, same result, no go with virtualhosts in httpd.conf. I am pretty sure the syntax and dns for them is ok...:
 
NameVirtualHost ip_address_of_the_machine

<VirtualHost ip_address_of_the_machine>
    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot "/usr/home/www/"
    ServerName mydomain.com
    ErrorLog logs/mydomain
    CustomLog logs/mydomain common
</VirtualHost>
 
as u can see everything should be ok, i even copied/pasted my virtualhosts from apache 1.3.17 httpd.conf file, all this works perfectly under .17, but refuses to work under .19.
 
Anyone experienced this kind of weird stuff? Any hints/suggestions to fix this?
 
Thank you.
 
--
Alex M

Reply via email to