OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Peter Smej
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 27-Mar-2003 09:25:50
Branch: HEAD Handle: 2003032708255000
Modified files:
openpkg-src/bs bsapache.conf
Log:
Cleanup of text in bsapache.cfg
Summary:
Revision Changes Path
1.3 +0 -39 openpkg-src/bs/bsapache.conf
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bs/bsapache.conf
============================================================================
$ cvs diff -u -r1.2 -r1.3 bsapache.conf
--- openpkg-src/bs/bsapache.conf 26 Mar 2003 15:38:37 -0000 1.2
+++ openpkg-src/bs/bsapache.conf 27 Mar 2003 08:25:50 -0000 1.3
@@ -56,36 +56,6 @@
BrowserMatch "JDK/1\.0" force-response-1.0
</IfModule>
-# SSL/TLS support
-#<IfModule mod_ssl.c>
-# SSLRandomSeed startup builtin
-# SSLRandomSeed connect builtin
-# SSLMutex sem
-# SSLSessionCache shmcb:@l_prefix@/var/rt/run/ssl_scache(512000)
-# SSLSessionCacheTimeout 300
-# SSLLog @l_prefix@/var/rt/log/ssl.log
-# SSLLogLevel warn
-# SSLCipherSuite
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
-# SetEnvIf User-Agent ".*MSIE.*" \
-# nokeepalive ssl-unclean-shutdown \
-# downgrade-1.0 force-response-1.0
-# <Files ~ "\.(cgi|shtml|phtml|php?)$">
-# SSLOptions +StdEnvVars
-# </Files>
-# <Directory "@l_prefix@/cgi">
-# SSLOptions +StdEnvVars
-# </Directory>
-#</IfModule>
-
-# configure global document root
-#DocumentRoot @l_prefix@/
-#<Directory "@l_prefix@/libexec/rt/WebRT/html">
-#Options None
-#AllowOverride None
-#Order allow,deny
-#Allow from all
-#</Directory>
-
<IfModule mod_alias.c>
ScriptAlias /bs-cgi "@l_prefix@/libexec/bs/bin"
<Directory "@l_prefix@/libexec/bs/bin">
@@ -95,12 +65,3 @@
Allow from all
</Directory>
</IfModule>
-
-#<IfModule mod_perl.c>
-#PerlModule Apache::DBI
-#PerlRequire @l_prefix@/cgi/rt/webmux.pl
-#<Location />
-# SetHandler perl-script
-# PerlHandler RT::Mason
-#</Location>
-#</IfModule>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]