Differences between revisions 2 and 8 (spanning 6 versions)
Revision 2 as of 2009-01-21 19:29:34
Size: 301
Editor: YoichiAso
Comment:
Revision 8 as of 2018-06-01 03:09:38
Size: 742
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
There is an Apache web server running on nodus to serve for svn web access server and generic web pages for 40m stuff. All obsolete since 2018 Jan nodus OS upgrade
----
There is an Apache web server running on nodus serving:
 * Remote SVN access and web interface
 * HTTPS wrapped ELOG
 * Folders in `nodus:/export/home/`
Line 5: Line 10:
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.

=== Configuration ===

Configuration files are found in `nodus:/etc/apache2`, with the site-specific files in `nodus:/etc/apache2/sites-available`

Directory indexing for the wikis is disabled, as there may be sensitive vendor information that we don't want to expose. This is done via the following lines in `/etc/apache2/sites-available/nodus`:{{{
<Directory /export/home/*iki>
    Options -Indexes
</Directory>
}}}

Apache on nodus

All obsolete since 2018 Jan nodus OS upgrade


There is an Apache web server running on nodus serving:

  • Remote SVN access and web interface
  • HTTPS wrapped ELOG
  • Folders in nodus:/export/home/

To (re)start the server, run

sudo service apache2 (re)start

on nodus.

Configuration

Configuration files are found in nodus:/etc/apache2, with the site-specific files in nodus:/etc/apache2/sites-available

Directory indexing for the wikis is disabled, as there may be sensitive vendor information that we don't want to expose. This is done via the following lines in /etc/apache2/sites-available/nodus:

<Directory /export/home/*iki>
    Options -Indexes
</Directory>

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