カテゴリー
未分類

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

About Keiichi Yasu

音声・音響・聴覚情報処理に興味がある研究者。現在は吃音についての研究を行っている。Linuxを1998年より嗜む。

カテゴリー
未分類

Include /usr/local/nocat/etc/httpd.conf

About Keiichi Yasu

音声・音響・聴覚情報処理に興味がある研究者。現在は吃音についての研究を行っている。Linuxを1998年より嗜む。

カテゴリー
未分類

NoCatAuthメモ

################# NoCatAuth ##################
#ScriptAlias /cgi-bin/ /usr/local/nocat/htdocs/
#
# AllowOverride AuthConfig
# Options ExecCGI
# Order allow,deny
# Allow from all
#

About Keiichi Yasu

音声・音響・聴覚情報処理に興味がある研究者。現在は吃音についての研究を行っている。Linuxを1998年より嗜む。