Date: Mon, 26 Nov 2001 05:18:50 -0600 From: "default" <default013subscriptions@hotmail.com> To: "FreeBSD-Questions" <freebsd-questions@freebsd.org>, "Paulius Bulotas" <paulius@kaktusas.org> Subject: Re: A good way to setup multiple cgi-bin on mod-ssl port Message-ID: <OE63IqtQvAauNjVuMhv00000129@hotmail.com> References: <OE51N2EaRfW28PZcnuj0000c5b6@hotmail.com> <20011126110253.GA58371@noname>
next in thread | previous in thread | raw e-mail | index | archive | help
Paulius, That costs more money doesn't it? :) This is kindof an experimental thing ... and I don't have much money to work with, so I am just using a test cert right now... But ... I did find an answer to my problem... Took me a couple of hours of fooling around with it, and I still am unsure of why my first attempts didn't work... But now I have it up, and this is what I added to make it work: I turned on the addhandler for cgi-scripts (I realize this isn't needed, but it helped me experiment), and added this to the apache.conf: <Directory "/www/*/cgi-bin"> SSLOptions +StdEnvVars SetHandler cgi-script AllowOverride None Options ExecCGI Order allow,deny Allow from all </Directory> Thanks, Jordan ----- Original Message ----- From: "Paulius Bulotas" <paulius@kaktusas.org> To: "default" <default013subscriptions@hotmail.com> Sent: Monday, November 26, 2001 5:02 AM Subject: Re: A good way to setup multiple cgi-bin on mod-ssl port > Hi, > > why can't you get a wildcard certificate and use it? for your > *.domain.com? > > Paulius > 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?OE63IqtQvAauNjVuMhv00000129>