Hello,

I am  trying to run mod-ssl just for the login, and then proceed to pages
that do not need the SSL,  put still need to  be protected by the official
login.

The initial login works fine. I use an .htaccess file to prompt this. Next I
try to
go to pages that do not need SSL. I have set-up some directories so that
they disable the SSL when called with a full pathname. I use sections like
this in the config file for the main server to do this:

<Directory "/www/htdocs/wells/HTML">
 order deny,allow
 allow from all
        Satisfy any
</Directory>


<Directory "/www/htdocs/wells/HTML/Owner">
 order deny,allow
 allow from all
        Satisfy any
</Directory>

But, when I get to the need for cgi-bin scripts, I get a repeat login
prompt (after the initial login prompt was satified with SSL), before it lets
me go onward.

I have tried to use the same procedure for the cgi-bin directory:

<Directory "/www/htdocs/wells/cgi-bin/">
 order deny,allow
 allow from all
 Satisfy any
</Directory>

But this causes server errors when the cgi-bin directory is accessed with
the "Satisfy any" statement included.

I am basically just looking for a good way to access pages without using SSL,
put still keeping them password protected.

Much thanks in advance.


______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to