On Mon, Aug 02, 1999, [EMAIL PROTECTED] wrote:
> Hiyas!! :).. I have several instantances of apache/mod_ssl (about
> 7) using different conf files and they all log to the same directory.
"log"? The logfiles you can configure, of course.
> Does it hurt the to have them all using the same httpd.mm.sem??
It doesn't hurt as long as all have permissions to use it, but it means that
your Apache instances are blocked more than required.
> If it does how can I can rename httpd.mm.sem in the conf file??
You can't rename it in the config file, because it's (and has to be) created
before config files are read. But it's relative to ServerRoot and command line
option -d. So when you give each instance an own server root location the
httpd.mm.sem file moves, too.
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]