Index: [Article Count Order] [Thread]

Date:  Thu, 16 Mar 2006 19:01:21 -0600
From:  "William J.A. Brillinger" <billy (at mark) pdcweb.net>
Subject:  [coba-e:04291] Re: cgi problem under ssl
To:  coba-e (at mark) bluequartz.org
Message-Id:  <6.2.5.6.0.20060316190044.01cb6c98 (at mark) pdcweb.net>
In-Reply-To:  <BAY102-F11A5D598571E7F135EC77E82E70 (at mark) phx.gbl>
References:  <BAY102-F11A5D598571E7F135EC77E82E70 (at mark) phx.gbl>
X-Mail-Count: 04291

Here is the solution that was presented:
- Bill

>Hi,
>
>I fixed this issue.
>The cgi doesn't work with SSI via https on all platform.
>I already commit.
>Please use this patch before to release new package.
>
>This pache is for /etc/httpd/conf.d/ssl_perl.conf
>--- ssl_perl.conf.orig  2005-11-11 11:53:15.000000000 +0900
>+++ ssl_perl.conf       2005-11-15 03:15:16.000000000 +0900
>@@ -61,7 +61,7 @@
>             $VirtualHost{"$ip:443"}{'SSLCertificateKeyFile'} = 
> "$vsite->{basedir}/certs/key";
>             foreach my $conf (@ssl_conf) {
>                 if ($conf =~ /^([^ ]+) (.+)/ && $conf !~ /^#/) {
>-                   $VirtualHost{"$ip:443"}{$1} = $2;
>+                   $VirtualHost{"$ip:443"}{"$1 $2"} = "";
>                 }
>             }
>         }
>
>Use this patch and restart https, then you can access .cgi and .pl via https.
>
>Regards,
>shibuya (at mark) alpha.or.jp




At 05:45 PM 16/03/2006, you wrote:
>I'm running into a problem that I know has come up before but I 
>can't seem to find if there is a resolution.
>
>I am trying to run simple cgi scripts on a BQ server using the 
>Nuonce CentOS distribution.  The scripts work fine under stand http, 
>but they don't work under SSL (https).  Either the script just 
>prints out on the page or my browser wants to download the file.
>
>I tried searching the archive, but only found others with the 
>problem.  Is there a solution to this?
>
>
>


---------------------------------
William J.A. Brillinger
Precision Design Co.

E-Mail:   mailto:billy (at mark) pdcweb.net
Web site: http://www.pdcweb.net
Phone:    (204) 324-1889

	

4291_2.html (attatchment)