Apache setup Apache binary: /usr/sbin/httpd apachectl binary: /usr/sbin/apachectl httpd root: /etc/httpd httpd conf: /etc/httpd/conf/httpd.conf httpd version: 2 Apache configuration: Configure Apache?: yes Developer configuration: yes Server restart?: yes Install OME servers: Images (omeis): yes Data (omeds): yes Web: yes Apache directories: httpd binary: /usr/sbin/httpd apachectl binary: /usr/sbin/apachectl DocumentRoot: /var/www/html cgi-bin: /var/www/cgi-bin Web-UI HTML Templates: Developer configuration: yes Configuring Apache httpd.conf is /etc/httpd/conf/httpd.conf Installing OMEIS Copying src/C/omeis/omeis to /var/www/cgi-bin/omeis chmod 0755 /var/www/cgi-bin/omeis chown /var/www/cgi-bin/omeis to uid: 48 gid: 501 Set APACHE_OMEIS_INCLUDE to Include /OME/conf/httpd2.omeis-dev.conf Forking a process to upgrade OMEIS Installing OMEDS Set APACHE_OMEDS_INCLUDE to Include /OME/conf/httpd2.omeds-dev.conf Installing WEB Copying src/perl2/serve.pl to /OME/perl2/serve.pl chmod 0755 /OME/perl2/serve.pl chown /OME/perl2/serve.pl to uid: 48 gid: 501 Copying src/html/index.html to /var/www/html/index.html chmod 0755 /var/www/html/index.html Set APACHE_WEB_INCLUDE to Include /OME/conf/httpd2.web-dev.conf Installing DAE web by copying NonblockingSlaveWorkerCGI Copying src/perl2/OME/Analysis/Engine/NonblockingSlaveWorkerCGI.pl to /OME/perl2/NonblockingSlaveWorkerCGI.pl chmod 0755 /OME/perl2/NonblockingSlaveWorkerCGI.pl chown /OME/perl2/NonblockingSlaveWorkerCGI.pl to uid: 48 gid: 501 Making sym-link src/perl2/NonblockingSlaveWorkerCGI.pl->OME/Analysis/Engine/NonblockingSlaveWorkerCGI.pl Installing OME-startup.pl Copying src/perl2/OME-startup.pl to /OME/conf/OME-startup.pl chown /OME/conf/OME-startup.pl to uid: 48 gid: 501 Fixing variables in conf/httpd.ome.*.conf Replacing %OME_DIST_BASE with /home/bernd/allOMEs/06_08_18/OME Replacing %OME_INSTALL_BASE with /OME Reading /OME/conf/httpd.ome.conf Writing /OME/conf/httpd.ome.conf Reading /OME/conf/httpd.omeds-dev.conf Writing /OME/conf/httpd.omeds-dev.conf Reading /OME/conf/httpd.omeds.conf Writing /OME/conf/httpd.omeds.conf Reading /OME/conf/httpd.omeis-dev.conf Writing /OME/conf/httpd.omeis-dev.conf Reading /OME/conf/httpd.omeis.conf Writing /OME/conf/httpd.omeis.conf Reading /OME/conf/httpd.web-dev.conf Writing /OME/conf/httpd.web-dev.conf Reading /OME/conf/httpd.web.conf Writing /OME/conf/httpd.web.conf Reading /OME/conf/httpd1.99.omeds-dev.conf Writing /OME/conf/httpd1.99.omeds-dev.conf Reading /OME/conf/httpd1.99.omeds.conf Writing /OME/conf/httpd1.99.omeds.conf Reading /OME/conf/httpd1.99.omeis-dev.conf Writing /OME/conf/httpd1.99.omeis-dev.conf Reading /OME/conf/httpd1.99.omeis.conf Writing /OME/conf/httpd1.99.omeis.conf Reading /OME/conf/httpd1.99.web-dev.conf Writing /OME/conf/httpd1.99.web-dev.conf Reading /OME/conf/httpd1.99.web.conf Writing /OME/conf/httpd1.99.web.conf Reading /OME/conf/httpd2.omeds-dev.conf Writing /OME/conf/httpd2.omeds-dev.conf Reading /OME/conf/httpd2.omeds.conf Writing /OME/conf/httpd2.omeds.conf Reading /OME/conf/httpd2.omeis-dev.conf Writing /OME/conf/httpd2.omeis-dev.conf Reading /OME/conf/httpd2.omeis.conf Writing /OME/conf/httpd2.omeis.conf Reading /OME/conf/httpd2.web-dev.conf Writing /OME/conf/httpd2.web-dev.conf Reading /OME/conf/httpd2.web.conf Writing /OME/conf/httpd2.web.conf Reading /OME/conf/httpd.ome.conf Writing /OME/conf/httpd.ome.conf Restarting Apache Executing /usr/sbin/apachectl restart Getting an OME::Util::cURL user agent Generated mod_perl test script: #!/usr/bin/perl -w use strict; use CGI qw/-no_xhtml/; my $CGI = CGI->new(); print $CGI->header(-type => 'text/plain'), my ($key,$value); while ( ($key, $value) = each %ENV) { print "$key = $value\n"; } 1; Writing script to src/perl2/mod_perl_test.pl Getting response from http://localhost/perl2/mod_perl_test.pl Checking response from http://localhost/perl2/mod_perl_test.pl Parsing response from http://localhost/perl2/mod_perl_test.pl mod_perl is configured correctly Testing omeis installation Getting an OME::Util::cURL user agent Getting response from http://localhost/cgi-bin/omeis Parsing response from http://localhost/cgi-bin/omeis Repository is configured correctly OMEIS is configured correctly Apache configuration finished. Executing /usr/sbin/apachectl configtest 2>&1