Differences between revisions 2 and 5 (spanning 3 versions)
Revision 2 as of 2009-01-21 19:29:34
Size: 301
Editor: YoichiAso
Comment:
Revision 5 as of 2015-05-10 03:02:49
Size: 649
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
To start the server, run /cvs/cds/caltech/apache/scripts/startapache.sh.
You will be asked to enter a pass phrase. It is the same password as the svn40m.
To (re)start the server, run "sudo service apache2 (re)start" on nodus.

=== Warning ===
The above command fails sometimes with:
controls@nodus|~ > sudo service apache2 start
 * Starting web server apache2
/var/run/lock/ already exists but is not a directory owned by controls.
Please fix manually. Aborting.

which can be bypassed by doing:
sudo chown controls lock

but that seems like a bug in the setup procedures.

Apache on nodus

There is an Apache web server running on nodus to serve for svn web access server and generic web pages for 40m stuff.

To (re)start the server, run "sudo service apache2 (re)start" on nodus.

Warning

The above command fails sometimes with: controls@nodus|~ > sudo service apache2 start

  • Starting web server apache2

/var/run/lock/ already exists but is not a directory owned by controls. Please fix manually. Aborting.

which can be bypassed by doing: sudo chown controls lock

but that seems like a bug in the setup procedures.

ApacheOnNodus (last edited 2023-08-24 02:39:36 by KojiaraiATligoDOTorg)