From 7c7db3fcbbe13df6eb49d0ddd289d94f8c387e59 Mon Sep 17 00:00:00 2001 From: Leigh B Stoller Date: Wed, 5 Mar 2014 11:24:19 -0700 Subject: [PATCH] Tweaks for shellinabox. Kill off old collab tools stuff. --- apache/v2/httpd.conf-ops.in | 35 +++++++---------------------------- 1 file changed, 7 insertions(+), 28 deletions(-) diff --git a/apache/v2/httpd.conf-ops.in b/apache/v2/httpd.conf-ops.in index 84f2874f9..b8497455d 100644 --- a/apache/v2/httpd.conf-ops.in +++ b/apache/v2/httpd.conf-ops.in @@ -404,18 +404,6 @@ DocumentRoot "/usr/local/www/data" Deny from all -# -# Flyspray -# - - Options FollowSymLinks - AllowOverride All - Order allow,deny - Allow from all - SSLRequireSSL - Satisfy all - - # # CVSWEB # @@ -428,22 +416,6 @@ DocumentRoot "/usr/local/www/data" Allow from all -# -# Jeti -# - - Options None - AllowOverride None - Order allow,deny - Allow from all - - - Options None - AllowOverride None - Order allow,deny - Allow from all - - # # UserDir: The name of the directory that is appended onto a user's home # directory if a ~user request is received. @@ -715,6 +687,7 @@ Alias /jabber/ "/usr/testbed/www/jabber/" ScriptAlias /spewrpmtar /usr/testbed/cgi-bin/spewrpmtar_cgi ScriptAlias /d77e8041d1ad /usr/testbed/cgi-bin/shellinabox.pl +Alias /accept_cert.html /usr/testbed/www/accept_cert.html Options FollowSymLinks @@ -722,6 +695,12 @@ ScriptAlias /d77e8041d1ad /usr/testbed/cgi-bin/shellinabox.pl Order allow,deny Allow from all + + Options None + AllowOverride None + Order allow,deny + Allow from all + # # Redirect allows you to tell clients about documents which used to exist in -- GitLab