[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Secure CGI on a RaQ4 shared SSL
- Subject: [cobalt-users] Secure CGI on a RaQ4 shared SSL
- From: "szoller" <szoller@xxxxxxxxxxxx>
- Date: Sat Nov 4 14:18:48 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I'm sorry if this get's on the list a few times, I have not seen it show up,
so I'm
trying again.
I read the info on this list on setting up Secure cgi and the part by
Duncan.
I used the rpm for cgiwrap. And I edited the httpd.conf file.
I inserted these 2 lines into the httpd.conf to the secure domains
<VirtualHost>
AliasMatch ^/secure/([^/]+)(/(.*))? /home/sites/$1/web/$3
AliasMatch ^/secure/([^/]+)(/(.*))? /home/sites/$1/web/secure/$1/$3
It would only work if I had both lines. Now I can use cgi's but 2 strange
things happen.
1. I have to have 2 cgi's on the site to make this work. 1 in the : I'll use
(formmail.cgi as example)
/secure/www.yourdomain.com/formmail.cgi
/formmail.cgi
If I remove either of these scripts it will not work. but when checked it is
using the one in the /secure/www.yourdomain.com/ directory.
2. When at the form page I submit and the page goes to microsofts page not
found, I click on the back button on the browser and submit again it works
great.
Anyone have any idea's
Thanks
Steve