[ic] 404 errors using secure server - reposting non html format

Tim Good tim.g at edsd.com
Wed Sep 12 15:53:55 EDT 2007


Using interchange 5.4.2
I am getting 404 errors when I  set SECURE_ENABLE to 1. 
SECURE_SERVER is set to https://www.montanamudshirts.com
<VirtualHost ipaddress:443>

DocumentRoot "/var/www/montanamud"
ServerName www.montanamudshirts.com:443
Redirect /index.html
https://www.montanamudshirts.com/cgi-bin/mudshirts/index.html
ErrorLog logs/mud_ssl_error_log
TransferLog logs/mud_ssl_access_log
LogLevel warn
SSLEngine on
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
SSLCertificateFile <path to file>/montanamudshirts.crt
SSLCertificateKeyFile <path to file>/montanamudshirts.key
SSLCertificateChainFile <path to file>/gd_intermediate_bundle.crt
SSLOptions +StdEnvVars

SetEnvIf User-Agent ".*MSIE.*" \
         nokeepalive ssl-unclean-shutdown \
         downgrade-1.0 force-response-1.0

CustomLog logs/mud_ssl_request_log \
          "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"

</VirtualHost>

https protocol works great on normal pages. Its when it hits the cgi
translation that it stops working.
For example:
File does not exist: /var/www/montanamud/cgi-bin/mudshirts/process, referer:
http://www.montanamudshirts.com/cgi-bin/mudshirts/process
Or
/var/www/montanamud/cgi-bin/mudshirts/index.html, referer:
https://www.montanamudshirts.com/mudshirts/

Is from the ssl error logs. Again, https://www.montanamudshirts.com works
great.

Any help is much appreciated

Tim




More information about the interchange-users mailing list