Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
d0c50b3e
Commit
d0c50b3e
authored
Jan 10, 2002
by
Leigh B. Stoller
Browse files
Update webglimpse install instructions slightly. I'll try following
them today and see what happens.
parent
c87426a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/webglimpse.txt
View file @
d0c50b3e
This describes my webglimpse experience. What a mess!
First off, install the /usr/ports/www/webglimpse package. I came up
two problems with this. First off is the cgi setup in the httpd.conf
file was pointing at /usr/local/share instead of /usr/local/www.
After I fixed that, I went to /usr/local/www and cleaned it out a bit
(remove cgi-bin stuff and data links).
Next, the webglimpse/wginstall perl program is broken. Some mkdir had
to be commnented out. It also crapped out chmoding the stuff it
installed into /usr/local/www/cgi-bin to 755. I just did it by hand
Install the /usr/ports/www/webglimpse package. I came up two problems
with this.
First problem: The cgi setup in the httpd.conf file was pointing at
/usr/local/share instead of /usr/local/www. After I fixed that, I
went to /usr/local/www and cleaned it out a bit (remove cgi-bin stuff
and data links). You also need this in httpd.conf (or apache.conf).
<Directory /usr/testbed/webglimpse>
Options MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Second problem: The webglimpse/wginstall perl program is broken. Some
mkdir had to be commnented out. It also crapped out chmoding the stuff
it installed into /usr/local/www/cgi-bin to 755. I just did it by hand
cause I don't want to mess with it.
Okay, so now its installed:
...
...
Write
Preview
Supports
Markdown
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