RE: ssl_scache.dir and ssl_scache.pag

2002-10-22 Thread John . Airey
Here's a script to rotate files from /usr/local/apache/logs to /usr/local/apache/logs/archive: #!/bin/csh /bin/mv /usr/local/apache/logs/* /usr/local/apache/logs/archive /etc/rc.d/init.d/httpd graceful This will rotate all the files in that directory out without Apache dropping a single byte. On

RV: [users@httpd] Apache 2.0.35 spawns too many processes when using IPv6 adresses (bug?)

2002-10-22 Thread Garzon Maldonado, Jesus Javier
Hello again: I've realized that the problem described bellow only happens when IPv6 addresses are employed, if I follow the same steps with IPv4 addresses Apache works fine. Somebody else has tried this configuration?, maybe this problem was solved in later versions... does anybody know?

SSL_engine_init for crypto accelerator, etc ... (OpenSSL ENGINE)

2002-10-22 Thread Frederic DONNAT
Title: SSL_engine_init for crypto accelerator, etc ... (OpenSSL ENGINE) Hi all, A few month ago i submit a patch for mod-ssl for apache 1.3.x to enable use of OpenSSL ENGINE random functionnality. I also see a patch in the cvs mailing list for this a few weeks ago. ;) (some subtil

Apache_1.3.27 and ssl

2002-10-22 Thread leanne lai
Dear All, I don't know whether this is the right place for asking this question but I am desperate :( I am trying to compile apache_1.3.27 and mod_ssl-2.8.11-1.3.27, however, apachec_1.3.27 does not seem to have enable_module=ssl option anymore in its congfigure script!!! Help! Thanks,

Re: Apache_1.3.27 and ssl

2002-10-22 Thread tgarner
Here's what we did: # notes to install and configure apache with modules, mod_perl, so # extract the packages $ gzip -d -c openssl-0.9.6a.tar.gz |

Re: Apache_1.3.27 and ssl

2002-10-22 Thread Drew Broadley
Hi Leanne, Have you followed the basic building instructions here? http://www.modssl.org/example/ These have an alternative and obviously recommended method of building your apache + ssl system. Cheers, Drew - Original Message - From: leanne lai [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Re: Apache_1.3.27 and ssl

2002-10-22 Thread leanne lai
Thanks Troy and Drew!!! It is working now!! Thanks for answering!!! __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List

SSL reverse proxy using certificates to IIS server

2002-10-22 Thread Keith Sparacin
Has anyone gotten an Apache 2.0.43 SSL reverse proxy working to an IIS backend server requiring certificate verification on the IIS server side? I can reverse proxy Apache to an SSL Unix server and an SSL IIS server (neither requiring certificates). I can also reverse proxy Apache to an SSL Unix