From owner-freebsd-isp Tue Oct 2 8: 0:34 2001 Delivered-To: freebsd-isp@freebsd.org Received: from mail.tcworks.net (mail.tcworks.net [216.61.218.4]) by hub.freebsd.org (Postfix) with ESMTP id 7E78E37B405 for ; Tue, 2 Oct 2001 08:00:30 -0700 (PDT) Received: from tcworks.net (staind.tcworks.net [216.61.218.6]) by mail.tcworks.net (8.10.2/8.10.2) with ESMTP id f92EobW56068; Tue, 2 Oct 2001 09:50:38 -0500 (CDT) Message-ID: <3BB9D617.1885E53@tcworks.net> Date: Tue, 02 Oct 2001 09:58:31 -0500 From: Chris Cook X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-isp@freebsd.org Cc: Odhiambo Washington Subject: Re: Non-SSL virtualhost References: <20011002125225.F73580@ns2.wananchi.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org We only run one config file for our Apache server, here is how we have it setup (we run Apache-modssl): ServerAdmin blah@blah.com DocumentRoot /usr/home/www/blah ServerName www.blah.com SSLEngine on SSLCertificateFile /usr/local/etc/blah/ssl.crt/server.crt SSLCertificateKeyFile /usr/local/etc/blah/ssl.key/server.key SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown ServerAdmin blah@blah.com DocumentRoot /usr/home/www/blah ServerName www.blah.com Odhiambo Washington wrote: > > Please let me ask this one since the answer is evading me. > I run Apache-SSL but I also want to have a non-SSL virtualhost on it. > https://name.domain.com/ runs fine. Now I want http://name.domain.com, so > I added this to httpsd.conf > > > SSLDisable > Port 80 > ServerName name.domain.com > ServerAdmin admin@domain.com > DocumentRoot /usr/local/some_path > ErrorLog /var/log/imp-error_log > # CustomLog /var/log/imp-access_log commom > TransferLog /var/log/imp-access_log > > > What am I missing, because after restarting apache the thing still wouldn't work? > > Thanks in advance. > > -Wash > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message