Back to home page

sPhenix code displayed by LXR

 
 

    


Warning, /OnlMon/html/INSTALL is written in an unsupported language. File is not indexed.

0001 To get html output browsing working, all you have to do is to copy all this directory content to a web server, and let this server handle CGI scripts. 
0002 For Apache, this is a matter of editing the configuration file (generally located in /etc/httpd/conf/httpd.conf) by adding the lines :
0003 
0004 # All .cgi files will be treated as CGI scripts
0005 AddHandle cgi-script .cgi
0006 
0007 # Allow CGI scripts in the directory you chose
0008 <Directory /dir/to/script/>
0009   Options ExecCGI
0010   Order Allow, Deny
0011   Allow from All
0012 </Directory>
0013 
0014 Then the entry point is 
0015 
0016 http://youwebserver.com/you_script_dir/mon.cgi?runselect=1
0017 
0018 and off you go !
0019 
0020 Help on the mon.cgi script is inside the script.
0021 
0022 Note that look and feel can be changed using the Cascading Style Sheet file mon.css
0023 
0024 Enjoy !
0025 
0026 L. Aphecetche
0027 November 2003
0028 aphecetc@in2p3.fr