Re: problem starting apache + ssl from startup scripts

2000-11-28 Thread Naresh Narang
Hi, If you don't have httpd file in /etc/rc.d/init.d/ then add httpd service using ntsysv and you should get it there. Edit this httpd file and where you have "daemon httpd" write "daemon httpd -DSSL" That should be it. Naresh --- Marcus Andree [EMAIL PROTECTED] wrote: Hi guys,

Re: problem starting apache + ssl from startup scripts

2000-11-28 Thread Naresh Narang
It seems you have two versions of Httpd installed. One that is working correctly and one that you compiled. NKN Yes. I'm 100% sure. Here's another puzzling situation. On a shell, I used the `at` programa to schedule a /etc/rc.d/init.d/httpd stop and a /etc/rc.d/init.d/httpd start

RE:apache-ssl on Windows-NT

2000-10-12 Thread Naresh Narang
Hi Kavitha apache-ssl is different from mod_ssl. This is the mod_ssl list. I have not used on NT but I know it can be used. Naresh Hello, Could someone pl let me know if there is a windows executable available (US user) for Apache with SSL? I do realize this is not a great /supported

Re: SSL configuration with Apache

2000-07-12 Thread Naresh Narang
Please do httpd -l and it will show httpd -DSSL httpd -DSSL depending upon how many servers are started. The -DSSL shows up only if SSL is enabled. Also, another way to check whether SSL is enabled is to do: #netstat -na|grep 443 and it should show something like: 0.0.0.0:443 regards,

Re: Welcome to the world, Noah!

2000-06-27 Thread Naresh Narang
Congratulations! Ralf. Naresh Narang From: "Ralf S. Engelschall" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL

Re: mod_rewrite

2000-06-16 Thread Naresh Narang
Turn off the Directory indexing for /path/to/test in the httpd.conf Regards NKN with the idea when i will do https://xyz.com/test it will take me to https://xyz.com/test/index.html Get Your Private, Free E-mail from MSN

Fwd:new vulnerability in Netscape effectively disables SSL server auth

2000-05-31 Thread Naresh Narang
From: Kevin Fu [EMAIL PROTECTED] Reply-To: Kevin Fu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [linux-delhi] new vulnerability in Netscape effectively disables SSL server auth Date: Fri, 26 May 2000 09:51:24 EDT [For all you dudes who use Netscape to make lakhs of rupees worth of

Re: Just Married: Ralf Daniela Engelschall :-)

2000-02-23 Thread Naresh Narang
CONGRATS !! N.K. Narang On Wed, 23 Feb 2000, you wrote: > For your information and to share our happyness: > > .xxx. Just Married! > H" "h ___ ___ ___ > M xH*M*!x |___ \|___ \ |___ \ |___ \ / _ \ / _ \ / _ \ > > .* 'X #x __) | __) | __) | __) | | | | | | | | | | > `L M :f

Re: ANNOUNCE: mod_ssl 2.5.0-1.3.11

2000-01-23 Thread Naresh Narang
Dear Mr. Ralf, I am currently using mod_ssl 2.4.9-1.3.9. Please tell me whether I need to rebuild the entire Apache with mod_ssl for upgrading to mod_ssl 2.5.0-1.3.11 ? Regards, Naresh Narang New Delhi, India Original Message Follows From: "Ralf S. Engelschall" [EMAIL

Re: Merry Christmas, dear mod_ssl user

1999-12-24 Thread Naresh Narang
Hello Marry Christmas to you Ralf, Thank you very much for your work. Its great. N.K. Narang Original Message Follows From: "Ralf S. Engelschall" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Merry Christmas, dear mod_ssl user Date: Fri, 24 Dec 1999

Re: [BugDB] new httpd/mod_ssl hangs on startup (PR#323)

1999-12-07 Thread Naresh Narang
I think you should first compile your httpd using Apache1.3.9 + mod_ssl + openssl and then add any other modules like mod_perl, mod_php etc. with DSO support. NKN Original Message Follows From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED]

Re: Spurious SSL handshake interrupt ???

1999-12-01 Thread Naresh Narang
Dear Stefan I had this similar problem. It was solved by having different details for making ca.crt and server.crt Naresh Narang Original Message Follows From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Spurious SSL handshake interrupt ??? Date: Tue

Re: Installation of mod_ssl

1999-11-30 Thread Naresh Narang
The problem was solved by having different description for certifying auth. Got it from one of the mails in the list. Its working! Thanks NKN Original Message Follows From: Naresh Narang [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Installation

Re: conflict between plain DSO and EAPI

1999-11-30 Thread Naresh Narang
Hello I get same type of warning about using plain DSO object with EAPI for Apache Jserv when using mod_ssl! Naresh Narang Original Message Follows From: Patrick Robinson [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: conflict between plain DSO

Installation of mod_ssl

1999-11-29 Thread Naresh Narang
Hello I've followed all the steps for installation of mod_ssl and mod_ssl enabled httpd was created. It is listening on port 443. The problem is with server certificate. While generating self signed certificate, as per the procedure given in faq, everything went ok except in the end of the