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

RE: [cobalt-users] Secure CGI on a RaQ4



> Subject: [cobalt-users] Secure CGI on a RaQ4
> ---- WHAT I AM DOING WITH SSL -----
> I have recently enabled shared SSL on my RaQ4
> Now, I would like to enable secure cgi callS on virtual domains.
> I get a 500
> Internal Server Error.
>
> here is what I did for secure SSL.  As root, I opened and edited the
> following file;
>
> /etc/httpd/conf/httpd.conf
>
> Looked up the virtual domain that has the secure cert installed
>
> /server600.net
>
> Found the lines:
> AliasMatch ^/~([^/]+)(/(.*))? /home/sites/site3/users/$1/web/$3
>
> Then added this line directly below it:
>
> AliasMatch ^/secure/([^/]+)(/(.*))? /home/sites/$1/web/$3
>
> Saved the file, restarted the web server and now I can access any
> virtual site on this server via the following format
>
> Thus, I am stumped.  I have seen some info about RaQ 1,2, and 3,
> but nothing
> on doing this on the RaQ4.

when I attempt the same thing on a RAQ3 I get a cgiwrap error and an error
of "Script File Not Found!" - even though the script is there. HTML is
executed fine - although relative paths are resolved wrongly - the document
base is not actually site6/web with this structure

Jim Carey