Nowhere talks about RPMS installation. Is it possible?

2002-04-03 Thread Sergi Mayordomo
Hi, I have: -apache-1.3.22-2.i386.rpm, mod_ssl-2.8.5-4.i386.rpm. under Redhat 7.2 I have php-4.0.6-12.i386.rpm too. Is it normal that when I try $apachectl startssl , or $httpd -SSLD it don't works at all ? the previous commands aren't recognized for apache. Do you know if any RPM version wou

Re: Nowhere talks about RPMS installation. Is it possible?

2002-04-04 Thread Sergi Mayordomo
Thanks for your answers, Andrew Lietzow and Owen Boyle. I have discover that my virtualhost was defined wrongly. (On the port 433!!!) __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support M

a perl directive don't work with ssl

2002-04-04 Thread Sergi Mayordomo
What have i to put into the virtual host $RewriteEngine="on"; unless ($?) { $RewriteRule = '^/(img/.*) http://barra.es/$1'; push @RewriteRule , ('^/(pdf/.*) http://barra.es/$1'); push @RewriteRule , ('^/(docs/.*) http://barra.es/$1'); } push @RewriteRule , ('^/(dat/.*) /s

Re: ModSSL 2.8.8 + Apache 1.3.24 -- Change Topic

2002-04-08 Thread Sergi Mayordomo
Server Admin escribió: > > Hello, Pardon me for modifying this topic, but I have concerns about what version of >modssl to use, especially after reading this message. > > I'm new to the list and run Apache-1.3.22_1. I was looking for a modssl version that >could be used with it in order to set

Re: Problem starting apache with ssl mod_ssl

2002-04-08 Thread Sergi Mayordomo
[EMAIL PROTECTED] escribió: > > greetings to everyone > > i have the following problem and it will be very nice of you if you could help me >out with this! > in one redhat7.2 i have installed apache/php/ssl/mod_ssl as it can be seen at the >end of my mail > In the httpd.conf i have put the fol

Re: mod_ssl compatibility with custom module

2002-04-09 Thread Sergi Mayordomo
Robert Flicker escribió: > > Hi: > > I have developed a custom module for a company and works fine with normal > apache. When pathing apache with modssl stuff works fine under non-encrypted > connections but with ssl fails. > > The module intercepts the post data (ap_get_client_block and this s