[or-cvs] r14555: Creation of a configuration file directory. Small reorg to s (in check/trunk: . configuration-files)
ioerror at seul.org
ioerror at seul.org
Sun May 4 10:23:43 UTC 2008
Author: ioerror
Date: 2008-05-04 06:23:43 -0400 (Sun, 04 May 2008)
New Revision: 14555
Added:
check/trunk/configuration-files/
check/trunk/configuration-files/TorCheck-Apache2-http-Conf
check/trunk/configuration-files/TorCheck-Apache2-https-Conf
Removed:
check/trunk/TorCheck-Apache2-http-Conf
check/trunk/TorCheck-Apache2-https-Conf
Log:
Creation of a configuration file directory. Small reorg to shuffle configs into it.
Deleted: check/trunk/TorCheck-Apache2-http-Conf
===================================================================
--- check/trunk/TorCheck-Apache2-http-Conf 2008-05-04 10:20:54 UTC (rev 14554)
+++ check/trunk/TorCheck-Apache2-http-Conf 2008-05-04 10:23:43 UTC (rev 14555)
@@ -1,40 +0,0 @@
-<VirtualHost *>
- ServerAdmin webmaster at torproject.org
- ServerName check.torproject.org
- ServerAlias check.torproject.org
-
- DocumentRoot /var/www/tor-detector/
- DirectoryIndex /cgi-bin/index.py
- <Directory />
- Options FollowSymLinks
- AllowOverride None
- </Directory>
- ScriptAlias /cgi-bin/ /var/www/tor-detector/cgi-bin/
- <Directory "/var/www/tor-detector/cgi-bin">
- AllowOverride None
- Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
- Order allow,deny
- Allow from all
- </Directory>
-
- <Directory "/var/www/tor-detector/cgi-bin">
- AllowOverride None
- Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
- Order allow,deny
- Allow from all
-
- AddHandler mod_python .py
- PythonHandler index
- PythonDebug On
-
- </Directory>
-
- # Don't log
- #ErrorLog /var/log/apache2/tor-detector-error.log
- # Possible values include: debug, info, notice, warn, error, crit,
- # alert, emerg.
- #LogLevel warn
- #CustomLog /var/log/apache2/tor-detector-access.log combined
- ServerSignature Off
-
-</VirtualHost>
Deleted: check/trunk/TorCheck-Apache2-https-Conf
===================================================================
--- check/trunk/TorCheck-Apache2-https-Conf 2008-05-04 10:20:54 UTC (rev 14554)
+++ check/trunk/TorCheck-Apache2-https-Conf 2008-05-04 10:23:43 UTC (rev 14555)
@@ -1,39 +0,0 @@
-<VirtualHost 209.237.247.84:443>
- ServerAdmin webmaster at torproject.org
- ServerName check.torproject.org
- ServerAlias check.torproject.org
-
- SSLEngine on
- SSLCertificateFile /etc/apache2/ssl/check.torproject.org.cert
- SSLCertificateKeyFile /etc/apache2/ssl/check.torproject.org.key
- SSLProtocol all
- SSLCipherSuite HIGH:MEDIUM
-
- DocumentRoot /var/www/tor-detector/
- DirectoryIndex /cgi-bin/index.py
- <Directory />
- Options FollowSymLinks
- AllowOverride None
- </Directory>
- ScriptAlias /cgi-bin/ /var/www/tor-detector/cgi-bin/
- <Directory "/var/www/tor-detector/cgi-bin">
- AllowOverride None
- Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
- Order allow,deny
- Allow from all
-
- AddHandler mod_python .py
- PythonHandler index
- PythonDebug On
-
- </Directory>
-
- # Don't log
- #ErrorLog /var/log/apache2/tor-detector-error.log
- # Possible values include: debug, info, notice, warn, error, crit,
- # alert, emerg.
- #LogLevel warn
- #CustomLog /var/log/apache2/tor-detector-access.log combined
- ServerSignature Off
-
-</VirtualHost>
Copied: check/trunk/configuration-files/TorCheck-Apache2-http-Conf (from rev 14531, check/trunk/TorCheck-Apache2-http-Conf)
===================================================================
--- check/trunk/configuration-files/TorCheck-Apache2-http-Conf (rev 0)
+++ check/trunk/configuration-files/TorCheck-Apache2-http-Conf 2008-05-04 10:23:43 UTC (rev 14555)
@@ -0,0 +1,40 @@
+<VirtualHost *>
+ ServerAdmin webmaster at torproject.org
+ ServerName check.torproject.org
+ ServerAlias check.torproject.org
+
+ DocumentRoot /var/www/tor-detector/
+ DirectoryIndex /cgi-bin/index.py
+ <Directory />
+ Options FollowSymLinks
+ AllowOverride None
+ </Directory>
+ ScriptAlias /cgi-bin/ /var/www/tor-detector/cgi-bin/
+ <Directory "/var/www/tor-detector/cgi-bin">
+ AllowOverride None
+ Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
+ Order allow,deny
+ Allow from all
+ </Directory>
+
+ <Directory "/var/www/tor-detector/cgi-bin">
+ AllowOverride None
+ Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
+ Order allow,deny
+ Allow from all
+
+ AddHandler mod_python .py
+ PythonHandler index
+ PythonDebug On
+
+ </Directory>
+
+ # Don't log
+ #ErrorLog /var/log/apache2/tor-detector-error.log
+ # Possible values include: debug, info, notice, warn, error, crit,
+ # alert, emerg.
+ #LogLevel warn
+ #CustomLog /var/log/apache2/tor-detector-access.log combined
+ ServerSignature Off
+
+</VirtualHost>
Copied: check/trunk/configuration-files/TorCheck-Apache2-https-Conf (from rev 14531, check/trunk/TorCheck-Apache2-https-Conf)
===================================================================
--- check/trunk/configuration-files/TorCheck-Apache2-https-Conf (rev 0)
+++ check/trunk/configuration-files/TorCheck-Apache2-https-Conf 2008-05-04 10:23:43 UTC (rev 14555)
@@ -0,0 +1,39 @@
+<VirtualHost 209.237.247.84:443>
+ ServerAdmin webmaster at torproject.org
+ ServerName check.torproject.org
+ ServerAlias check.torproject.org
+
+ SSLEngine on
+ SSLCertificateFile /etc/apache2/ssl/check.torproject.org.cert
+ SSLCertificateKeyFile /etc/apache2/ssl/check.torproject.org.key
+ SSLProtocol all
+ SSLCipherSuite HIGH:MEDIUM
+
+ DocumentRoot /var/www/tor-detector/
+ DirectoryIndex /cgi-bin/index.py
+ <Directory />
+ Options FollowSymLinks
+ AllowOverride None
+ </Directory>
+ ScriptAlias /cgi-bin/ /var/www/tor-detector/cgi-bin/
+ <Directory "/var/www/tor-detector/cgi-bin">
+ AllowOverride None
+ Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
+ Order allow,deny
+ Allow from all
+
+ AddHandler mod_python .py
+ PythonHandler index
+ PythonDebug On
+
+ </Directory>
+
+ # Don't log
+ #ErrorLog /var/log/apache2/tor-detector-error.log
+ # Possible values include: debug, info, notice, warn, error, crit,
+ # alert, emerg.
+ #LogLevel warn
+ #CustomLog /var/log/apache2/tor-detector-access.log combined
+ ServerSignature Off
+
+</VirtualHost>
More information about the tor-commits
mailing list