Try mod_rewrite? something like so

RewriteEngine On
RewriteCond %{SERVER_PROTOCOL}  ^https$
RewriteRule ^/cgi-bin/(.*) /new-bin/$1
 

Dan wrote:

How can i get apache to use another cgi-bin when doing an https call with a
symlink.
all it will use is the cgi-bin above the apache main dir.
I keeps telling me method  post not allowed .
but the same cgi-bin works ok with a http call.
thanks for the help

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

-- 
-----------------------------------------------------------------------
 Carlos Ramirez  +  Boeing  +  Reusable Space Systems  +  714.372.4181
-----------------------------------------------------------------------
 


Reply via email to