Clonweb: Difference between revisions

From CLONWiki
Jump to navigation Jump to search
Boiarino (talk | contribs)
No edit summary
Boiarino (talk | contribs)
No edit summary
Line 2: Line 2:
It assume to be viewed by everybody but can be modified by CLON system experts only.
It assume to be viewed by everybody but can be modified by CLON system experts only.
It is running RHEL4 in almost standard configuration, with extra 'clonweb' partition from file server
It is running RHEL4 in almost standard configuration, with extra 'clonweb' partition from file server
where all CLON applications are held. There are some restrictions since 'clonweb' is visible from outside
mounted as '/www' where all CLON applications are held. There are some restrictions since 'clonweb' is
of JLAB firewalls. Access to 'clonweb' is opened through port 80 only, so only web browsing shell be used.
visible from outside of JLAB firewalls. Access to 'clonweb' is opened through port 80 only, so only web browsing
Main index.html menu contains full list of applications running on 'clonweb'.
shell be used. Main index.html menu contains full list of applications running on 'clonweb'.


  Those restrictions includes:  
  Those restrictions includes:  
Line 14: Line 14:
   download 'httpd-2.2.3.tar.gz' from web to '/usr/local/download/'
   download 'httpd-2.2.3.tar.gz' from web to '/usr/local/download/'
   cp /usr/local/download/httpd-2.2.3.tar.gz /usr/local/src
   cp /usr/local/download/httpd-2.2.3.tar.gz /usr/local/src
  cd /usr/local/src
   gunzip httpd-2.2.3.tar.gz
   gunzip httpd-2.2.3.tar.gz
   tar xvf httpd-2.2.3.tar
   tar xvf httpd-2.2.3.tar
   mv httpd-2.2.3 httpd-2.2.3_clonweb
   mv httpd-2.2.3 httpd-2.2.3_clonweb
  cd /usr/local/src/httpd-2.2.3_clonweb
  ./configure --enable-module=so --prefix=/www/apache2.2.3
  make
  make install

Revision as of 12:38, 2 January 2007

clonweb is CLON group web server holding monitoring and utility tools as well as documentation. It assume to be viewed by everybody but can be modified by CLON system experts only. It is running RHEL4 in almost standard configuration, with extra 'clonweb' partition from file server mounted as '/www' where all CLON applications are held. There are some restrictions since 'clonweb' is visible from outside of JLAB firewalls. Access to 'clonweb' is opened through port 80 only, so only web browsing shell be used. Main index.html menu contains full list of applications running on 'clonweb'.

Those restrictions includes: 

Following procedures were used to install an applications:

apache:

 download 'httpd-2.2.3.tar.gz' from web to '/usr/local/download/'
 cp /usr/local/download/httpd-2.2.3.tar.gz /usr/local/src
 cd /usr/local/src
 gunzip httpd-2.2.3.tar.gz
 tar xvf httpd-2.2.3.tar
 mv httpd-2.2.3 httpd-2.2.3_clonweb
 cd /usr/local/src/httpd-2.2.3_clonweb
 ./configure --enable-module=so --prefix=/www/apache2.2.3
 make
 make install