[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] RaQ4 shared SSL and .cgi problem



I have a total of two weeks experience with Linux, Apache and the RaQ4
and will greatly appreciate any help.

The goal is to enable any site on the server to use SSL and cgi scripts
through the main site certificate.
i.e....https://www.securedomain.com/secure/www.anysite.com/script.cgi

This is what I've done so far:
    1. Successfully installed main site certificate.
    2. # as root:
        made directory secure in /home/site/home/web/secure
    3. cd /home/sites/home/web/secure
    4. ln -s /home/sites/siteXX/web www.sitename.com
    5. chown httpd.httpd www.sitename.com
    6. added the following line to the httpd.conf file
        AliasMatch ^/secure/([^/]+)(/(.*))?
/home/sites/$1/web/secure/$1/$3
    7. Updated the cgiwrap file with the file located at
ftp://ftp.cobaltnet.com/pub/users/duncan/cgiwrap/cgiwrap-3.6.4-C11.i386.rpm

per Duncan Laurie's post I Restarted the server. When I try to access a
cgi script through the secure server using
http://www.securedomain.com/secure/www.mysite.com/filename.cgi i get a
cgiwrap error message, script file not found.
At this point I've got no clue what to do.

Steve Sabolich