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

Tim Good tim.g at edsd.com
Wed Sep 12 16:24:24 EDT 2007


Tim Good wrote:
> 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/

Where did you configure ScriptAlias for /cgi-bin/ ?

Regards
        Racke

Nice hint LOL ... that was the trick
Needed ScriptAlias in my ssl.conf stanza above.

Thanks again,

Tim



More information about the interchange-users mailing list