Apache on nodus

***All obsolete since 2017 Nov nodus OS upgrade***

See here for updated info


There is an Apache web server running on nodus serving:

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)