James Smallacombe said:
>> on an unrelated (to SSL) issue, is there a way to use a separate file
(from httpd.conf) for virtual hosts? I STFW and didn't find anything, and
tried doing $INCLUDE ala BIND and RADIUS and that broke the server. I need
to make a script for adding virtual hosts, and it seems like it makes more
sense using a separate file from httpd.conf, since any kind of parsing error
in it kills the server... <<
I do just this: in my virtual hosts section I have:
Include conf/vhost.conf
and in the SSL section I have:
Include conf/vhost-ssl.conf
Each file is resident in the same directory as httpd.conf (don't get fooled
by the conf/ path).
FWIW the standard Apache-modssl httpd.conf file contains examples of this.
Steve
------------------------------------------
Steve Fairhead - SFD - Solutions by Design
www: http://www.sfdesign.co.uk
------------------------------------------
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]