biolocal:UiComputingHttpConfiguration
From Wiki CEINGE
(Difference between revisions)
| Revision as of 17:19, 19 October 2009 (edit) Luca (Talk | contribs) (→User interface HTTP Configuration) ← Previous diff |
Current revision (17:19, 19 October 2009) (edit) (undo) Luca (Talk | contribs) (→User interface HTTP configuration) |
||
| Line 2: | Line 2: | ||
| 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 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 former installation rely on configuration files located within '''/etc/httpd/conf.d/''' folder |
| - | * The second on files stored within /opt/apache2/conf/extra/ | + | * 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. | It is possible to add new project websites on ui webserver by adding a new alias within the '''biodev_projects.conf''' file. | ||
Current revision
[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>
