Date: Mon, 26 Nov 2001 04:04:34 -0600 From: "default" <default013subscriptions@hotmail.com> To: "FreeBSD-Questions" <freebsd-questions@freebsd.org> Subject: A good way to setup multiple cgi-bin on mod-ssl port Message-ID: <OE51N2EaRfW28PZcnuj0000c5b6@hotmail.com>
next in thread | raw e-mail | index | archive | help
Hi, I've been experimenting and haven't come up with anything that works yet... I'm trying to use one secure server that will allow access to all of the domains above it by directory structure; for example, my regular webserver's document root is /www and so is my secure server's. So when someone accesses the secure server, they can use https://mysecuredomain.com/otherdomain/ This is working but, I cannot use the cgi-bin on the other domains ... I was thinking I could use the ExecCGI directive in a directory tag, but it does not seem to be working. Even when I add this in for the secure server: <Directory "/www/subdirectory/cgi-bin"> SSLOptions +StdEnvVars </Directory> Anyone have any ideas? Thanks, Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?OE51N2EaRfW28PZcnuj0000c5b6>