RE: mod perl and apache with ssl and openssl

2002-09-25 Thread FFabrizio
Can anyone advise me on how to build apache server with ssl and openssl and using mod perl. It's right there in the user's guide. http://perl.apache.org/docs/1.0/guide/install.html#mod_perl_and_mod_ssl___op enssl_ -Fran

Re: mod perl and apache with ssl and openssl

2002-09-25 Thread Michael Robinton
On Tue, 24 Sep 2002, Allan P. Magmanlac wrote: Hello, Can anyone advise me on how to build apache server with ssl and openssl and using mod perl. this is how I do it WITHOUT mod perl support cd to modssl soure directory and then run the following command ./configure \

mod perl and apache with ssl and openssl

2002-09-24 Thread Allan P. Magmanlac
Hello, Can anyone advise me on how to build apache server with ssl and openssl and using mod perl. this is how I do it WITHOUT mod perl support cd to modssl soure directory and then run the following command ./configure \ --with-apache=../apache_1.3.26 \ --with-ssl=../openssl-0.9.6g \

Re: mod perl and apache with ssl and openssl

2002-09-24 Thread Brian Hirt
here's a simple script i use to build one of my servers, it builds openssl, and apache with mod_ssl / mod_perl On Tue, 2002-09-24 at 09:07, Allan P. Magmanlac wrote: Hello, Can anyone advise me on how to build apache server with ssl and openssl and using mod perl. this is how I

Re: mod perl and apache with ssl and openssl

2002-09-24 Thread Mike P. Mikhailov
Hello Allan P. Magmanlac, Tuesday, September 24, 2002, 9:07:55 PM, you wrote: APM Hello, APMCan anyone advise me on how to build APM apache server with ssl and openssl and APM using mod perl. APM this is how I do it WITHOUT mod perl support APM cd to modssl soure directory and then