Since I've reported this bug in bugzilla at 2002-09-01 and still nobody even assigned the bug and it's not fixed in 5.0.0build 59 I'm posting it here:
When I enable SSL by installing SSL certs on certain domain with cgi-bin
enabled then lines like this are added to httpd.conf and ssl is actually working:
---------------------------------------------------------------------
&IfDefine SSL&
&VirtualHost 192.168.0.30:443&
ServerAdmin [email protected]
DocumentRoot /home/weeds/public_html
ServerName www.weeds-nantucket.com
CustomLog /usr/local/apache/domlogs/www.weeds-nantucket.com-ssl_log &%t %{version}c %{cipher}c %{clientcert}c&
SSLEnable
SSLCertificateFile /usr/share/ssl/certs/www.weeds-nantucket.com.crt
SSLCertificateKeyFile /usr/share/ssl/private/www.weeds-nantucket.com.key
SSLLogFile /var/log/www.weeds-nantucket.com
UserDir public_html
ScriptAlias /cgi-bin/ /home/weeds/public_html/cgi-bin/
SetEnvIf User-Agent &.*MSIE.*& nokeepalive ssl-unclean-shutdown
&/VirtualHost&
&/IfDefine&
---------------------------------------------------------------------
!!! But lines :
--------------
User weeds
Group weeds
--------------
in this SSL virtualhost section are missing. So IS IMPOSSIBLE TO RUN scripts same way like on non ssl host (with suExec) . Doesn't it seems like bug ?
Thanks
MichaL
When I enable SSL by installing SSL certs on certain domain with cgi-bin
enabled then lines like this are added to httpd.conf and ssl is actually working:
---------------------------------------------------------------------
&IfDefine SSL&
&VirtualHost 192.168.0.30:443&
ServerAdmin [email protected]
DocumentRoot /home/weeds/public_html
ServerName www.weeds-nantucket.com
CustomLog /usr/local/apache/domlogs/www.weeds-nantucket.com-ssl_log &%t %{version}c %{cipher}c %{clientcert}c&
SSLEnable
SSLCertificateFile /usr/share/ssl/certs/www.weeds-nantucket.com.crt
SSLCertificateKeyFile /usr/share/ssl/private/www.weeds-nantucket.com.key
SSLLogFile /var/log/www.weeds-nantucket.com
UserDir public_html
ScriptAlias /cgi-bin/ /home/weeds/public_html/cgi-bin/
SetEnvIf User-Agent &.*MSIE.*& nokeepalive ssl-unclean-shutdown
&/VirtualHost&
&/IfDefine&
---------------------------------------------------------------------
!!! But lines :
--------------
User weeds
Group weeds
--------------
in this SSL virtualhost section are missing. So IS IMPOSSIBLE TO RUN scripts same way like on non ssl host (with suExec) . Doesn't it seems like bug ?
Thanks
MichaL