Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
7c7db3fc
Commit
7c7db3fc
authored
Mar 05, 2014
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweaks for shellinabox. Kill off old collab tools stuff.
parent
09b3dbd7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
28 deletions
+7
-28
apache/v2/httpd.conf-ops.in
apache/v2/httpd.conf-ops.in
+7
-28
No files found.
apache/v2/httpd.conf-ops.in
View file @
7c7db3fc
...
...
@@ -404,18 +404,6 @@ DocumentRoot "/usr/local/www/data"
Deny from all
</Directory>
#
# Flyspray
#
<Directory /usr/local/www/data/flyspray>
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
SSLRequireSSL
Satisfy all
</Directory>
#
# CVSWEB
#
...
...
@@ -428,22 +416,6 @@ DocumentRoot "/usr/local/www/data"
Allow from all
</Directory>
#
# Jeti
#
<Directory /usr/local/www/data/jeti>
Options None
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<Directory /usr/testbed/www/jabber>
Options None
AllowOverride None
Order allow,deny
Allow from all
</Directory>
#
# 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
<Directory "/usr/testbed/cgi-bin">
Options FollowSymLinks
...
...
@@ -722,6 +695,12 @@ ScriptAlias /d77e8041d1ad /usr/testbed/cgi-bin/shellinabox.pl
Order allow,deny
Allow from all
</Directory>
<Directory "/usr/testbed/www">
Options None
AllowOverride None
Order allow,deny
Allow from all
</Directory>
#
# Redirect allows you to tell clients about documents which used to exist in
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment