ScriptAlias /cgi-bin/ /usr/local/nocat/cgi-bin/
ScriptAlias /htdocs/images/ /usr/local/nocat/htdocs/images/
##
# $PERL5LIB tells Perl where to find the NoCat libraries.
##
SetEnv PERL5LIB /usr/local/nocat/lib
##
# $NOCAT tells NoCat where to find its configuration file.
##
SetEnv NOCAT /usr/local/nocat/nocat.conf
# Include the following to fix the MSIE + Mac + SSL braindead implementation
SetEnvIf User-Agent “.*MSIE.*” \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
# Also add the following to your global configuration somewhere
# (it can’t go in a VirtualHost entry…)
# Fix the path if your apache doesn’t live in /usr/local/apache
#SSLSessionCache dbm:/usr/local/apache/logs/ssl_scache
# Ende
Similar Posts:
- None Found