Skip to content
Snippets Groups Projects
Commit 5f71ab30 authored by Kevin Atkinson's avatar Kevin Atkinson
Browse files

Revert experiment visualization changes to httpd.conf-ops.in since the

exp. vis. is an experimental feature.
parent 38f8a05f
No related branches found
No related tags found
No related merge requests found
......@@ -444,20 +444,6 @@ DocumentRoot "/usr/local/www/data"
UserDir public_html
</IfModule>
#
# Per-proj/exp visualizations
#
ScriptAlias /proj-vis /usr/testbed/www/cgi-bin/fetch-vis
ScriptAlias /group-vis /usr/testbed/www/cgi-bin/fetch-vis
ScriptAlias /exp-vis /usr/testbed/www/cgi-bin/fetch-vis
<Directory "/usr/testbed/www/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
#
# Twiki-related entries
#
......
......@@ -18,30 +18,6 @@ Note that some instructions may have steps that need to occur at a few
different points in the install process - these are marked with the
earliest time one of the steps needs to occur.
20100428: After Install
The new, optional, experiment visulazition support requires
that /usr/local/etc/apache/httpd.conf on ops be updated.
The normal boss-install will not update this file.
First make sure that there are no local changes to the
file. Than do one of the following:
1) Bring your _ops_ testbed tree uptodate than, from your
_ops_ testbed obj tree:
sudo mv /usr/local/etc/apache/httpd.conf \
/usr/local/etc/apache/httpd.conf.bk
cd apache
make control-install
2) Or, from the boss testbed obj tree:
sudo ssh root@ops mv /usr/local/etc/apache/httpd.conf \
/usr/local/etc/apache/httpd.conf.bk
cd apache
make httpd.conf-ops mv
sudo scp httpd.conf-ops \
root@ops:/usr/local/etc/apache/httpd.conf
20100108: After install:
Change to how stated does it logging. In /etc/newsyslog.conf,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment