biolocal:UiComputingHttpConfiguration

From Wiki CEINGE

(Difference between revisions)
Jump to: navigation, search
Revision as of 18:11, 19 October 2009 (edit)
Luca (Talk | contribs)
m (New page: == 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 an...)
← Previous diff
Revision as of 18:19, 19 October 2009 (edit) (undo)
Luca (Talk | contribs)
(User interface HTTP Configuration)
Next diff →
Line 1: Line 1:
 +== User interface HTTP configuration ==
-== 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/
-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 has a configuration file at /etc/httpd/conf.d/+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>

Revision as of 18:19, 19 October 2009

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>
Personal tools