biolocal:UiComputingHttpConfiguration
From Wiki CEINGE
[edit] User interface HTTP configuration
The user interface is reachable at ui.computing.ceinge.unina.it address. It is provided of two different apache installation which support php4 and php5 respectively.
- The former installation rely on configuration files located within /etc/httpd/conf.d/ folder
- The second on files stored within /opt/apache2/conf/extra/
It is possible to add new project websites on ui webserver by adding a new alias within the biodev_projects.conf file.
Example of a new alias:
Alias /genomeannotator /biodev/.projects/genomeannotator/web_release/
<Location /genomeannotator>
Options FollowSymLinks
Order allow,deny
# Deny from all
Allow from all
# Allow from .example.com
</Location>
