From owner-freebsd-stable Sun May 13 12:37:52 2001 Delivered-To: freebsd-stable@freebsd.org Received: from freebsd.myzona.net (dsl027-179-064.sfo1.dsl.speakeasy.net [216.27.179.64]) by hub.freebsd.org (Postfix) with ESMTP id 4532A37B42C for ; Sun, 13 May 2001 12:37:43 -0700 (PDT) (envelope-from alex@freebsd.myzona.net) Received: from parkson (adsl-64-173-8-59.dsl.sntc01.pacbell.net [64.173.8.59]) by freebsd.myzona.net (8.11.3/8.11.0) with SMTP id f4DJdr706759 for ; Sun, 13 May 2001 12:39:54 -0700 (PDT) (envelope-from alex@freebsd.myzona.net) Message-ID: <001001c0dbe3$e3c56ec0$ea31fea9@parkson> Reply-To: "Alex M" From: "Alex M" To: "FreeBSD STABLE" Subject: Apache 1.3.19 and VirtualHosting Date: Sun, 13 May 2001 12:34:48 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000D_01C0DBA9.191D9920" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000D_01C0DBA9.191D9920 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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 ServerAdmin my@email.com DocumentRoot "/usr/home/www/" ServerName mydomain.com ErrorLog logs/mydomain CustomLog logs/mydomain common 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 ------=_NextPart_000_000D_01C0DBA9.191D9920 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello all,
 
this question should've gone to = -questions, but=20 anyway...
 
I am running 4.2-RELEASE, installed new = apache=20 1.3.19 from ports, and i edited virtualhosts in httpd,conf, and when I = try to=20 start it, httpd fails to start, doesnt say what error though. If i = comment all=20 the virtualhosts, httpd starts ok. I did apachectl configtest to check = the=20 syntax, syntax Ok. I even tried installing 1.3.19 on an old 4.1 machine, = same=20 result, no go with virtualhosts in httpd.conf. I am pretty sure the = syntax and=20 dns for them is ok...:
 
NameVirtualHost=20 ip_address_of_the_machine

<VirtualHost = ip_address_of_the_machine>
   =20 ServerAdmin my@email.com
  &= nbsp;=20 DocumentRoot "/usr/home/www/"
   =20 ServerName mydomain.com
    ErrorLog logs/mydomain
    = CustomLog=20 logs/mydomain common
</VirtualHost>
 
as u can see everything should be ok, i even copied/pasted my = virtualhosts=20 from apache 1.3.17 httpd.conf file, all this works perfectly under .17, = but=20 refuses to work under .19.
 
Anyone experienced this kind of weird stuff? Any hints/suggestions = to fix=20 this?
 
Thank you.
 
--
Alex M
------=_NextPart_000_000D_01C0DBA9.191D9920-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message