Re: [MODSSL-USERS] forwarding http://address/directory to https://address/directory

2000-03-10 Thread Patrick Robinson
> now i'm trying to tweak my httpd.conf so that if a user connects to a = > secure area (https://host/secure_area) via an insecure protocol = > (http://host/secure_area) that they are redirected to the secured = > protocol (http+ssl over port 443). =20 > > temporarily, i'm use the SSLRequireSSL b

[BugDB] deciding if $(CC) is gcc (PR#352)

2000-03-10 Thread modssl-bugdb
Full_Name: Scott Weikart Version: OS: Submission from: (NULL) (199.174.207.113) We (and others) have CC as a multi-word string, with some arguments to gcc. Here's my patch to correctly identify gcc when needed (except TABs will probably be turned into SPACEs, so you won't be able to feed it i

RE: apxs

2000-03-10 Thread Airey, John
You'll find the working version of apxs in the apache-mod_ssl-devel rpm. I spent ages looking it, and even emailed Ralph directly before I found this out! I have to say that the location of apxs for users of compiled rpm's is not that clear. John -Original Message- From: Lewis Bergman [m

Re: forwarding http://address/directory to https://address/directory

2000-03-10 Thread Winged Wolf
Try using RewriteRule http://address/directory/(.*) https://address/directory/\1 . (If that doesn't work, look for the documentation in mod_rewrite.) --- Mat Butler, Winged Wolf <[EMAIL PROTECTED]> SPASTIC Web Engineer SPASTIC Server Administrator Begin

forwarding http://address/directory to https://address/directory

2000-03-10 Thread John Castillo
hello all,   i have setup mod_ssl... works.   now i'm trying to tweak my httpd.conf so that if a user connects to a secure area (https://host/secure_area) via an insecure protocol (http://host/secure_area) that they are redirected to the secured protocol (http+ssl over port 443).    temporar

Re: mkcert.sh:Error: Failed to encrypt RSA private key

2000-03-10 Thread Bill Stasiowski
I'm using Solaris 2.7 and I've had the same problem as below and tried creating the random file in $HOME/.rnd and still get the same error message. has anyone else had any success with this? thankyou. bill On Fri, 10 Mar 2000, Ralf S. Engelschall wrote: > On Thu, Mar 09, 2000, Dave Kimberley

Confirmation of bug

2000-03-10 Thread Emmanuel Anne
About one month ago, I posted a message about some connections staying stuck for ever in the R state (reading). The timeout was not working anymore. I finally switched to apache-ssl and the problem disappeared !!! __ Apache Interf

[BugDB] make certificate fails with "prng not seeded" (PR#351)

2000-03-10 Thread modssl-bugdb
Full_Name: Version: mod_ssl-2.6.2-1.3.12 OS: AIX V4.3.3 Submission from: (NULL) (129.6.17.17) When I run "make certificate" I get the following during encryption of the generated key: Encrypt the private key now? [Y/n]: read RSA key writing RSA key Enter PEM pass phrase: Verifying password -

memory leaks in mod_ssl on WINNT

2000-03-10 Thread Robert Bator
I have Apache Server 1.3.12 + mod_ssl-2.6.2-1.3.12 or mod_ssl-2.6.2-1.3.10 + openssl 0.9.4. When I restart apache with "apache -k restart" the main process leak memory. Restarting works find in pure apache. Robert Bator