Dear Sirs,

How can I set it so that:

        - DocumentRoot is SSL enabled
        - UserDir ( ~user1, ~user2, ... ) is SSL disabled
        - /home/myOwnDir is SSL enabled
        - /home/SomeOneDir is SSL disabled

with only one instance of mod_ssl httpd ( started by apachectl startssl ).
I mean I don't want to have 2 daemons with 2 different configuration files
running.

Also how can I refer to UserDir in other part of *.conf ? I can't do this:

<Directory UserDir>
Options -ExecCGI
</Directory>

but I have to do this rather:

<Directory /home/std/*/public_html>
...
</Directory>
<Directory /home/std2/*/public_html>
...
</Directory>
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to