Hi to all,

You could find the Apache 2.0.35 rpm for Linux at :

http://ftp.falsehope.com/home/gomez/apache2/

apache2-2.0.35-1.src.rpm         
apache2-2.0.35-1.i386.rpm        
apache2-devel-2.0.35-1.i386.rpm  
apache2-manual-2.0.35-1.i386.rpm 

There are signed with my PGP key (the same used
for jakartas RPMs).

The rpm is built on Redhat 6.2 Linux Box but should
run on all Redhat 7.x and others i386 distributions
like Mandrake or Suse.

Particularity :

- the apache2 rpm could coexist with standard apache 1.3 rpm 
  found on major linux distributions, which could be very usefull
  for sites wanting to evaluate it before switching from 1.3 to 2.0

- To avoid conflict with apache 1.3 server, it listen on port 8092 and
  8093 for SSL but it could be changed in /etc/httpd2/conf/httpd2.conf
  and /etc/httpd2/conf/ssl.conf.

- DocumentRoot is on /var/www2/html, error files in /var/www2/error,
  manual in /var/www2/manual, icons in /var/www2/icons, cgi in
  /var/www2/cgi-bin

- Configuration live in /etc/httpd2/conf/ and a dummy 'SnakeOil'
  server SSL cert is installed to make test of mod_ssl.

- the RPM follow general policies with installation of services, and
  will install httpd2 via chkconfig but won't make it automatically
  started. You should use ntsysv or tools on your distribution to make
  it automatically started.

  After installation after rpm -Uvh, you should start manually the
  httpd2 service via :

        /sbin/service httpd2 start 

        or on old distro 

        /etc/rc.d/init.d/httpd2 start


It would be fine if these RPMs could be uploaded to apache dist dir 
to make them available to rpm users. Since the source rpm is included
it will be easy to rebuild binary rpms on others platform (ppc/sparc/ia64) 
and others distributions whatever kernel or glibc are in use.

Regards


-
Henri Gomez                 ___[_]____
EMAIL : [EMAIL PROTECTED]        (. .)                     
PGP KEY : 697ECEDD    ...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 

Reply via email to