Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
5f71ab30
Commit
5f71ab30
authored
Apr 28, 2010
by
Kevin Atkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert experiment visualization changes to httpd.conf-ops.in since the
exp. vis. is an experimental feature.
parent
38f8a05f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
38 deletions
+0
-38
apache/httpd.conf-ops.in
apache/httpd.conf-ops.in
+0
-14
doc/UPDATING
doc/UPDATING
+0
-24
No files found.
apache/httpd.conf-ops.in
View file @
5f71ab30
...
...
@@ -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
#
...
...
doc/UPDATING
View file @
5f71ab30
...
...
@@ -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,
...
...
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