Apache + tomcat + ssl

2008-04-30 Thread Rodrigo Correa de Paiva
hi all, i have a apache 2.0.63 doing load balancer betwen 2 tomcat 6.x, each tomcat are running 3 applications, now i need 2 of this applications running with ssl, and the other one without ssl. I already try some things but none of than works. Someone have a idea? TY

Apache with SSL Issue

2006-03-08 Thread Asad Habib
Hello. I am running Windows XP and I am trying to make Apache2 run with mod_ssl. I have a certificate file and certificate key file in place but when I run Apache I get the following error: Syntax error on line 973 of C:/Program Files/Apache2/conf/httpd.conf SSLCertificateFile: file

Re: Apache with SSL Issue

2006-03-08 Thread Kevin Smith
Well, I think as Apache2 is the root, you path is wrong for the certificate file, as the error shows, you config should be as follows: VirtualHost server-ip-address:443 SSLEngine On SSLCertificateFile conf/ssl/servername.cert SSLCertificateKeyFile conf/ssl/servername.key /VirtualHost

Re: Apache with SSL Issue

2006-03-08 Thread Asad Habib
Hello. Thanks for your input. I have tried your suggestion already and it yielded the same Syntax error as mentioned below and the SSLCertificateFile error was as follows: SSLCertificateFile: Invalid file path conf/ssl/servername.cert - Asad On Wed, 8 Mar 2006, Kevin Smith wrote: Well, I

Re: Apache with SSL Issue

2006-03-08 Thread Kevin Smith
Probably the best think to do is add the absolute path to the files as: SSLCertificateFile C:/Program Files/Apache2/conf/ssl/servername.cert SSLCertificateKeyFile C:/Program Files/Apache2/conf/ssl/servername.key The above paths are assumed to be correct. Kevin Asad Habib wrote: Hello. Thanks

Re: Apache with SSL Issue

2006-03-08 Thread Eckard Wille
Kevin Smith schrieb: Probably the best think to do is add the absolute path to the files as: SSLCertificateFile C:/Program Files/Apache2/conf/ssl/servername.cert SSLCertificateKeyFile C:/Program Files/Apache2/conf/ssl/servername.key If this still does not work try to surround the path with

Re: Apache with SSL Issue

2006-03-08 Thread Asad Habib
Hi. Okay, I tried the absolute paths and now I am experiencing the following error: SSLCertificateFile takes one argument, SSL Server Certificate file ['/path/to/file/' - PEM or DER encoded] What does this mean? I also tried delimiting the paths with quotes but that yielded an invalid file

Re: Apache with SSL Issue

2006-03-08 Thread Kevin Smith
Yep, as Eckard said, try surrounding the path with . I know if you typed the cd command to get to the path C:/Program Files/Apache2/conf/ssl/.cert in a Cmd DOS prompt, it would produce an error. Surrounding the path with would then execute the cd command successfully. Regards, Kevin

Re: Apache with SSL Issue

2006-03-08 Thread Kevin Smith
Ok, try the following 3 examples and let me know how it goes. C:\Program Files\Apache2\conf\servername.cert C:\\Program Files\\Apache2\\conf\\servername.cert C://Program Files//Apache2//conf//servername.cert Kevin Asad Habib wrote: Hi Kevin. I already tried this but it did not work. I got an

Re: Apache with SSL Issue

2006-03-08 Thread Ken Schweigert
On Mar 8, 2006, at 2:50 PM, Kevin Smith wrote: Ok, try the following 3 examples and let me know how it goes. C:\Program Files\Apache2\conf\servername.cert C:\\Program Files\\Apache2\\conf\\servername.cert C://Program Files//Apache2//conf//servername.cert Kevin Asad Habib wrote: Hi Kevin. I

Re: Apache with SSL Issue

2006-03-08 Thread Asad Habib
Hi. I tried all of these but I am still receiving the same error. - Asad On Wed, 8 Mar 2006, Kevin Smith wrote: Ok, try the following 3 examples and let me know how it goes. C:\Program Files\Apache2\conf\servername.cert C:\\Program Files\\Apache2\\conf\\servername.cert C://Program

Re: Apache with SSL Issue

2006-03-08 Thread dpgirago
Permissions? Hi. I tried all of these but I am still receiving the same error. - Asad On Wed, 8 Mar 2006, Kevin Smith wrote: Ok, try the following 3 examples and let me know how it goes. C:\Program Files\Apache2\conf\servername.cert C:\\Program Files\\Apache2\\conf\\servername.cert

Re: Apache with SSL Issue

2006-03-08 Thread William A. Rowe, Jr.
/apache/ssl keys/ Quote it. :) __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List modssl-users@modssl.org Automated List Manager[EMAIL

Re: Apache with SSL Issue

2006-03-08 Thread Asad Habib
Hi. Thanks for your input. By placing a tilde between Program and Files to bridge the space, the path was recognized as a valid one when placed in double quotes. However, the certificate is still inaccessible. - Asad On Wed, 8 Mar 2006, Ken Schweigert wrote: On Mar 8, 2006, at 2:50 PM,

Re: Apache with SSL Issue

2006-03-08 Thread Robert Uzgalis
If this is Win XP try looking at protections. Does Apache have the right to read the file? [EMAIL PROTECTED] wrote: Permissions? Hi. I tried all of these but I am still receiving the same error. - Asad On Wed, 8 Mar 2006, Kevin Smith wrote: Ok, try the following 3 examples and let me

Re: Apache with SSL Issue

2006-03-08 Thread Asad Habib
Hello. I have modified permissions so that any user can access both the cert and key file. Offcourse, I will change this once I get SSL running. - Asad On Wed, 8 Mar 2006, [EMAIL PROTECTED] wrote: Permissions? Hi. I tried all of these but I am still receiving the same error. - Asad

Apache starts, SSL site unavailable

2005-06-21 Thread Jon August
Hi, I'm switching from Stronghold to Apache 2.0.54 with mod_ssl enabled. When I start apache, everything appears to work except the SSL site. There's some sort of warning about the cache. mod_ssl.c is listed as a compiled in module, and there's an: Include conf/ssl.conf in the

Re: Apache starts, SSL site unavailable

2005-06-21 Thread Cliff Woolley
On Tue, 21 Jun 2005, Jon August wrote: Hi, I'm switching from Stronghold to Apache 2.0.54 with mod_ssl enabled. When I start apache, everything appears to work except the SSL site. There's some sort of warning about the cache. mod_ssl.c is listed as a compiled in module, and there's an:

Re: Apache starts, SSL site unavailable

2005-06-21 Thread Jon August
Can I just remove the IfDefine tags? or is that not recommended? On Jun 21, 2005, at 2:35 PM, Cliff Woolley wrote: On Tue, 21 Jun 2005, Jon August wrote: Hi, I'm switching from Stronghold to Apache 2.0.54 with mod_ssl enabled. When I start apache, everything appears to work except the

Re: Apache starts, SSL site unavailable

2005-06-21 Thread R. DuFresne
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 21 Jun 2005, Jon August wrote: Can I just remove the IfDefine tags? or is that not recommended? You could though the gain might not be there, why not just run the server in the proper mode? Thanks, Ron DuFresne On Jun 21,

Re: Apache starts, SSL site unavailable

2005-06-21 Thread Cliff Woolley
On Tue, 21 Jun 2005, Jon August wrote: Can I just remove the IfDefine tags? or is that not recommended? Yes, feel free. My understanding is that the only reason it's in there in the first place is to try to make it clear that SSL isn't something you can have work directly out of the box...

Re: Apache and SSL

2005-06-07 Thread Bibhash Roy
Are you using name-based or ip-based VirtualHosts? --- Darryl W. DeLao Jr. [EMAIL PROTECTED] wrote: I am running Apache 2.0.46 on RHEL 3.0 ES. I have about 8 virtualhosts using port 80. I want to add a virtualhost for port 443. I have the key installed, etc. When I add a virtualhost for this

Re: Apache and SSL

2005-06-07 Thread Bibhash Roy
Also let me know: Does your Default-site have the option for SSL-Enabling? If so what is the configuration...you may send me the Default-virtual-host snippet from ssl.conf if it exists? If you have defaultsite SSL-Enabled on port 443, then you cannot have the other SSL-Enabled virtual hosts

Apache and SSL

2005-06-06 Thread Darryl W. DeLao Jr.
I am running Apache 2.0.46 on RHEL 3.0 ES. I have about 8 virtualhosts using port 80. I want to add a virtualhost for port 443. I have the key installed, etc. When I add a virtualhost for this SSL site in my ssl.conf, it works. However, all the other port 80 sites now no longer work. Any help is

RE: Apache and SSL

2005-06-06 Thread Waller, Lonie
: Monday, June 06, 2005 9:49 AM To: modssl-users@modssl.org Subject: Apache and SSL I am running Apache 2.0.46 on RHEL 3.0 ES. I have about 8 virtualhosts using port 80. I want to add a virtualhost for port 443. I have the key installed, etc. When I add a virtualhost for this SSL site in my ssl.conf

Re: Apache and SSL

2005-06-06 Thread YL
. - Original Message - From: Waller, Lonie [EMAIL PROTECTED] To: modssl-users@modssl.org Sent: Monday, June 06, 2005 9:32 AM Subject: RE: Apache and SSL Hello, Try putting all virtual host in the ssl.conf file. For the non ssl hosts make sure sslengine is off. Let me know if this works if you

Apache 2.0 + SSL + FreeBSD 5.1

2004-03-27 Thread Colin Faber
Has anyone been able to successfully build Apache 2.0.48 --with-ssl and --enable-ssl? It seems the stock SSL library with FreeBSD 5.1-RELEASE-p16 isn't up to snuff. Below is the section of the config.log related to mod_ssl. configure:9764: checking whether to enable mod_ssl configure:9800

Re: Help on Apache 2.0.43 + SSL installation

2003-03-18 Thread John P. Dodge
on the interent, and that's how I got your email address. I have encounter problems while installing SSL + APACHE. I am wondering if you can give me some hits. I have successfully completed installing Tomcat 4.0.6 + Apache 2.0.43 on the Unix box. Buy I can't have SSL installed. FYI

Re: Help on Apache 2.0.43 + SSL installation

2003-03-12 Thread Cliff Woolley
address. I have encounter problems while installing SSL + APACHE. I am wondering if you can give me some hits. I have successfully completed installing Tomcat 4.0.6 + Apache 2.0.43 on the Unix box. Buy I can't have SSL installed. FYI. I build apache and open ssl form source. After I

Starting apache with ssl module

2003-02-20 Thread Larry Cotton
Hi I'm trying to run apache including the ssl module, but am having some problems starting it up. I'm using red hat linux ver 7.1. uname -r gives the following output : Linux localhost.localdomain 2.2.16-22 #1 Tue Aug 22 16:49:06 EDT 2000 i686 unknown. I've been through the following steps : 1

Re: Starting apache with ssl module

2003-02-20 Thread tgarner
--prefix=/usr/local/apache --enable-module=ssl --activate-module=src/modules/perl/libperl.a --enable-module=perl --enable-module=so make make certificate make install cd ../ /usr/local/apache/bin/apachectl startssl Troy Garner

win32 apache and ssl

2003-01-17 Thread Robert Lagana
Title: win32 apache and ssl Hi, Using http://hunter.campbus.com/Apache_2.0.42-OpenSSL_0.9.6g-Win32.zip I was able to create a private key but when I tried to create the CSR I received OpenSSL req -key privatekey.key -out csr.txt Using configuration from /usr/local/ssl/openssl.cnf

Re: win32 apache and ssl

2003-01-17 Thread Sergey Strakhov
I'm on a win 2000 sp2 box. Do you know why it's looking for /usr/local/ssl/openssl.cnf ? This is the default place for the config file of OpenSSL on Unix platforms. You can change it with the command line option -config . Otherwise you can create C:\usr\local\ssl\openssl.cnf (assuming you run

RE: win32 apache and ssl

2003-01-17 Thread Robert Lagana
-Original Message-From: Sergey Strakhov [mailto:[EMAIL PROTECTED]]Sent: Friday, January 17, 2003 2:08 PMTo: [EMAIL PROTECTED]Subject: Re: win32 apache and ssl I'm on a win 2000 sp2 box. Do you know why it's looking for /usr/local/ssl/openssl.cnf ?This is the default place

RE: win32 apache and ssl

2003-01-17 Thread Robert Lagana
Sorry, nevermind .. I got it working.. Thanks for the help. -Original Message-From: Robert Lagana [mailto:[EMAIL PROTECTED]]Sent: Friday, January 17, 2003 2:24 PMTo: '[EMAIL PROTECTED]'Subject: RE: win32 apache and ssl Thanks, I tried openssl -config

RE : Apache 2 +SSL

2002-11-11 Thread Estrade Matthieu
Maybe try to add ./configure --enable-ssl --with-ssl=path-to-openssl -Message d'origine- De : [EMAIL PROTECTED] [mailto:owner-modssl-users;modssl.org] De la part de Christopher Chaduka Envoyé : Monday, November 11, 2002 3:35 AM À : [EMAIL PROTECTED] Objet : Apache 2 +SSL I searched

Re: Apache 2 +SSL

2002-11-10 Thread Christopher Chaduka
Aah, got it. Apache 2 comes with mod_ssl code. For those who might be in my situation, read this doc: http://www.apacheworld.org/ty24/site.chapter17.html Cheers! Kiri At 04:35 11-11-02 +0200, you wrote: I searched through some archives and found out Apache 2 comes with mod_ssl code

[OFF-TOPIC] Apache 2 + SSL Binaries for Windows

2002-10-16 Thread Victor Medina
Hi Guys!! I just updated the server installer to fix a small but important bug with setup software. The installer is as usual at: ftp://route.unitec.edu.ve/victormedina/ikiruxproject I as always appreciate feedback and bugs or just comments Best Regards!

RE: Apache 2.0.35 - ssl fails silently?

2002-09-03 Thread Jose Correia (J)
Have you tried looking in ssl_engine.log? -Original Message- From: Paul English [mailto:[EMAIL PROTECTED]] Sent: 02 September 2002 22:55 To: [EMAIL PROTECTED] Subject: Re: Apache 2.0.35 - ssl fails silently? On Mon, 2 Sep 2002, Paul English wrote: I'm working with a new

Re: Apache 2.0.35 - ssl fails silently?

2002-09-03 Thread Olaf Gellert
Hi, None of the above seems to work. Thrown into the mix I have several interfaces on the machine, and ipchains (for which I've enabled access from everywhere to port 443). And hopefully you enabled response packets going from port 443 to the world? I don't know the semantic of nmap, is a

RE: Apache 2.0.35 - ssl fails silently?

2002-09-03 Thread Paul English
that it did build for 2.0.40. Thanks everyone, Paul -Original Message- From: Paul English [mailto:[EMAIL PROTECTED]] Sent: 02 September 2002 22:55 To: [EMAIL PROTECTED] Subject: Re: Apache 2.0.35 - ssl fails silently? On Mon, 2 Sep 2002, Paul English wrote: I'm working

Apache 2.0.35 - ssl fails silently?

2002-09-02 Thread Paul English
and is usually # useless for serving static content. So one usually enables the # exportation for CGI and SSI requests only. # o CompatEnvVars: # This exports obsolete environment variables for backward compatibility # to Apache-SSL 1.x, mod_ssl 2.0.x, Sioux 1.0 and Stronghold 2.x. Use

Re: Apache 2.0.35 - ssl fails silently?

2002-09-02 Thread Cliff Woolley
On Mon, 2 Sep 2002, Paul English wrote: I'm working with a new setup of 2.0.35 under Linux, and having First of all, why 2.0.35 on a new setup? 2.0.36 was the first full release (back in April). 2.0.40 is the current release. --Cliff

Re: Apache 2.0.35 - ssl fails silently?

2002-09-02 Thread Paul English
On Mon, 2 Sep 2002, Paul English wrote: I'm working with a new setup of 2.0.35 under Linux, and having First of all, why 2.0.35 on a new setup? 2.0.36 was the first full release (back in April). 2.0.40 is the current release. Oops, I guess I should have said relatively new. It

rebuilding apache + mod-ssl - urgent pls

2002-08-27 Thread Jose Correia (J)
Hi all I needed to rebuild apache + mod-ssl 2.84 + open-ssl-0.9.6a on top of my existing apache version 1.3.20. It all went fine and installed nicely. After rebooting the machine and trying to start the service with ssl (using /opt/apache/bin/apachectl startssl), I'm now getting this: Syntax

Newbies : Apache - mod-ssl error

2002-06-26 Thread Andy Soedibjo
Hi, I tried to install Apache1.3.26 - mod-ssl2.8.9-1.3.26 - OpenSSL0.9.6d in windows2000. I think i've succeeded to install everything. Now for Apache, i can run it without SSL. But, if i try to add LoadModule ssl_module modules/mod_ssl.so and run it ... it returns error : Syntax error on

Newbies : Apache - mod-ssl error

2002-06-26 Thread Andy Soedibjo
Hi, I tried to install Apache1.3.26 - mod-ssl2.8.9-1.3.26 - OpenSSL0.9.6d in windows2000. I think i've succeeded to install everything. Now for Apache, i can run it without SSL. But, if i try to add LoadModule ssl_module modules/mod_ssl.so and run it ... it returns error : Syntax error on

Re: Newbies : Apache - mod-ssl error

2002-06-26 Thread R. DuFresne
not sure how it is on winblows machines, but, on unix/linux systems the modules are found under libexec in the installed apache tree, it maybe looking for your module in the wrong place? Thanks, Ron DuFresne On Wed, 26 Jun 2002, Andy Soedibjo wrote: Hi, I tried to install Apache1.3.26 -

Re: Newbies : Apache - mod-ssl error

2002-06-26 Thread Kristijan Cafuta RIP
The most common mistake on windows is that people forget to copy ssleay32.dll and libeay32.dll to WINNT\System32... it returns exactly that error... did you copy them? Hi, I tried to install Apache1.3.26 - mod-ssl2.8.9-1.3.26 - OpenSSL0.9.6d in windows2000. I think i've succeeded to install

Problem starting apache with ssl mod_ssl

2002-04-08 Thread support
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 following: ***httpd.conf

Problem starting apache with ssl mod_ssl

2002-04-08 Thread support
Sory with the first attempt samthing went wrong 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

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 following

problem starting apache with ssl-mod_ssl

2002-04-08 Thread support
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 following: ***httpd.conf

APache mod-ssl problems.

2002-04-04 Thread Ovidiu Semenea
Hi, I have installed APache 1.3.24 with openssl and mod_ssl last versions. The problem that I have is in apache conf. file. I have httpd and httpsd running and 2 diffetent config files accordingly to httpd or httpsd I also have 3 sites using ssl. My problem is that apache sees the certificate

Error in Apache log : SSL handshake interrupted

2002-02-05 Thread Gilles gros
We have from time to time the following traces in our Apache logs : [Mon Feb 4 08:17:24 2002] [error] mod_ssl: SSL handshake interrupted by system [Hint: Stop button pressed in browser?!] (System error follows) [Mon Feb 4 08:17:24 2002] [error] System: Connection reset by peer

RE: Apache 2 + SSL Problems

2002-01-24 Thread Laurie Young
, 2002 4:47 AM To: '[EMAIL PROTECTED]' Subject: Re: Apache 2 + SSL Problems On Tue, 22 Jan 2002, Teodor Cimpoesu wrote: Hi Laurie! On Tue, 22 Jan 2002, Laurie Young wrote: I have tried starting it with ./apachectrl start and with ./apachectrl startssl

RE: Apache 2 + SSL Problems

2002-01-22 Thread Laurie Young
PROTECTED] Subject: Apache 2 + SSL Problems Hi, I'm trying to get Apache 2 to work with SSL to set up an https server. I presume I am getting something wrong. When I try to access the site the connection times out and I get: [Mon Jan21 12:53:11 2002] [error] [client 127.0.0.1] Invalid method

Re: Apache 2 + SSL Problems

2002-01-22 Thread Teodor Cimpoesu
Hi Laurie! On Tue, 22 Jan 2002, Laurie Young wrote: Hi Its running with on a SuSE Linux install Apapche 2.0.28 ModSSL compiled into apache No problems with compilation (though I had problems getting modssl to compile as a DSO I had no problems compiling it into the main binary) If I

Re: Apache 2 + SSL Problems

2002-01-22 Thread Laurie Young
On Tue, 22 Jan 2002, Teodor Cimpoesu wrote: 0050 - 00 00 11 00 00 08 00 00-06 00 00 03 04 00 80 02 0060 - 00 80 08 92 0d f4 b5 83-60 ae 0b fb 3b 92 08 79 `...;..y 0070 - 92 79 cf 8c c6 57 64 72-96 4c 0d 63 8d 1f 71 7f .y...Wdr.L.c..q. 0080 - 62 e3

Re: Apache 2 + SSL Problems

2002-01-22 Thread Mads Toftum
On Tue, Jan 22, 2002 at 11:19:59AM +, Laurie Young wrote: On Tue, 22 Jan 2002, Teodor Cimpoesu wrote: 0050 - 00 00 11 00 00 08 00 00-06 00 00 03 04 00 80 02 0060 - 00 80 08 92 0d f4 b5 83-60 ae 0b fb 3b 92 08 79 `...;..y 0070 - 92 79 cf 8c c6 57 64 72-96

Re: Apache 2 + SSL Problems

2002-01-22 Thread R. DuFresne
You might save some time here by showing your httpd.config. And of course you start your server with: apachectl startssl yes? Thanks, Ron DuFresne On Tue, 22 Jan 2002, Laurie Young wrote: On Tue, 22 Jan 2002, Teodor Cimpoesu wrote: 0050 - 00 00 11 00 00 08 00 00-06 00 00 03 04 00 80

Re: Apache 2 + SSL Problems

2002-01-22 Thread Teodor Cimpoesu
Hi Laurie! On Tue, 22 Jan 2002, Laurie Young wrote: I have tried starting it with ./apachectrl start and with ./apachectrl startssl both give the same errors It would be good if someone could have a look at my httpd.config file, which I have included as an attachment I don't

Re: Apache 2 + SSL Problems

2002-01-22 Thread Laurie Young
On Tue, 22 Jan 2002, Teodor Cimpoesu wrote: Hi Laurie! On Tue, 22 Jan 2002, Laurie Young wrote: I have tried starting it with ./apachectrl start and with ./apachectrl startssl both give the same errors It would be good if someone could have a look at my httpd.config file,

RE: Apache 2 + SSL Problems

2002-01-22 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
-Original Message- From: Laurie Young [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 22, 2002 4:47 AM To: '[EMAIL PROTECTED]' Subject: Re: Apache 2 + SSL Problems On Tue, 22 Jan 2002, Teodor Cimpoesu wrote: Hi Laurie! On Tue, 22 Jan 2002, Laurie Young wrote: I have tried starting

Apache 2 + SSL Problems

2002-01-21 Thread Laurie Young
Hi, I'm trying to get Apache 2 to work with SSL to set up an https server. I presume I am getting something wrong. When I try to access the site the connection times out and I get: [Mon Jan21 12:53:11 2002] [error] [client 127.0.0.1] Invalid method in request written to the log file I have

RE: Apache 2 + SSL Problems

2002-01-21 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
Laurie, What version of Apache 2.0 / what platform are you using ??.. Also, did you run into any compilation issues ?.. -Madhu -Original Message- From: Laurie Young [mailto:[EMAIL PROTECTED]] Sent: Monday, January 21, 2002 8:02 AM To: [EMAIL PROTECTED] Subject: Apache 2 + SSL

Re: Apache mod-ssl on Solaris 8 problem...

2001-10-13 Thread Mads Toftum
On Fri, Oct 12, 2001 at 01:45:50PM -0700, Glen S Mehn wrote: I've run it all fine on solaris8/intel and solaris8/sparc-- a couple of things that I found worthy of note: # cd openssl-0.9.6___ # sh config -fPIC #-fPIC needed for .so -- see the mod_ssl INSTALL file I keep

Apache mod-ssl on Solaris 8 problem...

2001-10-12 Thread Mark J. de Jong
Hello, Im having problems getting mod-ssl to work as an Apache DSO on Solaris 8. Ive installed in numerous times on Linux and BSD without a glitch. Ive followed the instructions to a T and have searched all over the web for an answer but couldnt find a suitable solution. Either case,

RE: Apache mod-ssl on Solaris 8 problem...

2001-10-12 Thread Yu, Ming
PROTECTED]Subject: Apache mod-ssl on Solaris 8 problem... Hello, Im having problems getting mod-ssl to work as an Apache DSO on Solaris 8. Ive installed in numerous times on Linux and BSD without a glitch. Ive followed the instructions to a T and have searched all over the web

RE: Apache mod-ssl on Solaris 8 problem...

2001-10-12 Thread Mark J. de Jong
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Yu, Ming Sent: Friday, October 12, 2001 2:35 PM To: '[EMAIL PROTECTED]' Subject: RE: Apache mod-ssl on Solaris 8 problem... I installed apache-1.3.20 with mod_ssl 2.8.4 and OpenSSL 0.9.6b on three

Re: Apache mod-ssl on Solaris 8 problem...

2001-10-12 Thread Mads Toftum
On Fri, Oct 12, 2001 at 02:31:08PM -0400, Mark J. de Jong wrote: Hello, I'm having problems getting mod-ssl to work as an Apache DSO on Solaris 8. I've installed in numerous times on Linux and BSD without a glitch. I've followed the instructions to a T and have searched all over the web for

RE: Apache mod-ssl on Solaris 8 problem...

2001-10-12 Thread Mark J. de Jong
for the task. --Mark --- Senior Network Engineer Secure Dog Hosting, Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Glen S Mehn Sent: Friday, October 12, 2001 4:46 PM To: [EMAIL PROTECTED] Subject: RE: Apache mod-ssl on Solaris 8

Re: Apache mod-ssl on Solaris 8 problem...

2001-10-12 Thread J. Johnson
That sounds like a problem I had doing all of this on Solaris 2.6. I finally completely wiped out the Apache source, and re-installed. No problem! === JJ = On Fri, 12 Oct 2001, Mark J. de Jong wrote: After compiling and installing

RE: RE: Apache + JServ + SSL

2001-06-06 Thread Craig, John
because I no longer get the warning message. -jc -Original Message- From: Craig, John Sent: Tuesday, June 05, 2001 4:53 PM To: '[EMAIL PROTECTED]' Subject: FW: RE: Apache + JServ + SSL The below instructions were very helpful -- I was finally able to build this, myself -- except I still

Apache and SSL in windows NT

2001-04-20 Thread Mallah, Hadi
Hi, This is my first time with Apache and SSL. I'm trying to install mod_ssl-2.8.2-1.3.19 + apache_1.3.19 + openssl-0.9.6a For windows (NT 4). openssl-0.9.6a installation went fine. While mod_ssl-2.8.2-1.3.19 installation, in last step when I'm trying to run the following: Nmake /f

RE: Apache and SSL in windows NT

2001-04-20 Thread Jay Burgess
]' Subject: Apache and SSL in windows NT Hi, This is my first time with Apache and SSL. I'm trying to install mod_ssl-2.8.2-1.3.19 + apache_1.3.19 + openssl-0.9.6a For windows (NT 4). openssl-0.9.6a installation went fine. While mod_ssl-2.8.2-1.3.19 installation, in last step when I'm trying

Apache + JServ + SSL

2001-04-20 Thread Mercier Alain
Hi, Apache 1.3.19 (win32) JServ 1.1.2-2 mod_SSL 2.8.2 When starting apache, a message says : [warm] Loaded DSO modules/ApacheModuleJServ.dll uses Apache 1.3 API, this module might crash under EAPI ! (please recompile it with -DEAPI) My application is OK, but sometime apache crash ... and I

RE: Apache + JServ + SSL

2001-04-20 Thread Rajaram . Vasudev
cc: Sent by: Subject: RE: Apache + JServ + SSL owner-modssl-users

RE: Apache + JServ + SSL

2001-04-20 Thread Jay Burgess
Having no experience with mod_jk, I honestly don't know. But I'd guess that the process can't be that much different. Jay -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, April 20, 2001 10:21 AM To: [EMAIL PROTECTED] Subject: RE: Apache + JServ + SSL

RE: Apache + JServ + SSL

2001-04-20 Thread Mercier Alain
okay but I don't have the sources on my JServ release ... could you send me your "ApacheModuleJServ.dll" if possible ? Thanks Alain -Message d'origine- De: Jay Burgess [SMTP:[EMAIL PROTECTED]] Date: vendredi 20 avril 2001 17:05 :[EMAIL PROTECTED] Objet:

Re: Apache + JServ + SSL

2001-04-20 Thread john
Why are you using the JServ when you can use Tomcat + mod_jk or mod_jserv? I think that there is more maintinance going on with JServ anyways, and they are recommending that you go to Tomcat anyways. This might be an issue as well in future upgrades in 2.0, considering I see you are up to date

RE: Apache + JServ + SSL

2001-04-20 Thread Jay Burgess
-Original Message- From: Mercier Alain [mailto:[EMAIL PROTECTED]] Sent: Friday, April 20, 2001 10:31 AM To: '[EMAIL PROTECTED]' Subject: RE: Apache + JServ + SSL okay but I don't have the sources on my JServ release ... could you send me your "ApacheModuleJServ.dll" if possible ? Tha

Apache and SSL in win NT

2001-04-20 Thread Mallah, Hadi
Hi, This is my first time with Apache and SSL. I'm trying to install mod_ssl-2.8.2-1.3.19 + apache_1.3.19 + openssl-0.9.6a For windows (NT 4). openssl-0.9.6a installation went fine. While mod_ssl-2.8.2-1.3.19 installation, in last step when I'm trying to run the following: Nmake /f

Re: Apache and SSL in win NT

2001-04-20 Thread Rajaram . Vasudev
Hi, Please try the following URL : http://tud.at/programm/apache-ssl-win32-howto.php3 This has the way to setup modSSL/ OpenSSL for Apache on NT Rajaram. __ Apache Interface to OpenSSL (mod_ssl

RE: Apache + JServ + SSL

2001-04-20 Thread Jay Burgess
If I well understand the message, I must recompile the JServ module ApacheModuleJServ.dll) with -DEAPI option ... How can I do that (I know that I must do it with Visual C++) ? Or where can I find a Apache version compiled with -DEAPI option ? Boy, this must be my day to answer

Apache with SSL

2001-03-24 Thread ali obeid
Good day I would want to extend module SSL to apache in way of being able to have one single emergency on the user and password and not on the data, like is made? Thanks __ Apache Interface to OpenSSL (mod_ssl

[BugDB] unable to run apache with ssl funtionality (PR#486)

2000-12-17 Thread modssl-bugdb
Full_Name: Veerendra Version: mod_ssl/2.7.2 OS: Winnt 4.0 Submission from: (NULL) (209.157.27.201) I have used Apache Server version 1.3.14 (Win32) I have used folowing for generation the private key openssl genrsa -des3 -rand

How can start Apache with Ssl automatic ?

2000-11-29 Thread Jarungwit BOONPERM
Dear members, I used FreeBSD-4.1.1. I want Apache with Ssl to start automatic when reboot computer, I config in "/usr/local/etc/rc.d/apache.sh" that contain command below /usr/local/apache/bin/apachectl startssl But when reboot computer, it ask me to ente

Re: How can start Apache with Ssl automatic ?

2000-11-29 Thread Adam Nealis
Jarungwit BOONPERM wrote: Dear members, I used FreeBSD-4.1.1. I want Apache with Ssl to start automatic when reboot computer, I config in "/usr/local/etc/rc.d/apache.sh" that contain command below /usr/local/apache/bin/apachectl startssl But when reboo

Re: apache with ssl

2000-07-26 Thread Mads Toftum
On Wed, Jul 26, 2000 at 01:06:44PM +0800, Raymond wrote: hi all, Question #1: i am currently working on having a secured site by installing openssl and mod_ssl with apache. to start apache, i type in the command: /var/lib/apache/bin/apachectl startssl if i edit httpd.conf, will i

apache with ssl

2000-07-25 Thread Raymond
with a standard apache installation, i use apachectl to start my apache the first time and if i do some editing on my httpd.conf, i now use the command "/var/lib/apache/bin/httpd -f /var/lib/apache/conf/httpd.conf" to restart my apache. are they the same? Question #2: starting apache without ssl s

Re: Start Apache in SSL enabled mode

2000-06-12 Thread Danilo Nascimento
PROTECTED] Subject: Start Apache in SSL enabled mode Date: Sun, 11 Jun 2000 23:53:35 +0400 Hi I am facing a problem in starting Apache with SSL. The configuration I am using is : NT Server 4.0 Apache : 1.3.12 ModSSL: 2.6.4 OpenSSL: 0.9.5 Active Perl : 522 VC 6.0 I am installed the above components

RE: Start Apache in SSL enabled mode

2000-06-12 Thread Amol Natu
Hi Danilo Thanx for the clarifications. Could you shed some light on starting Apache in SSL enabled mode ? I get specific errors on starting with the directive -DSSL. (As stated in my mail) Regards Amol -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf

RE: Start Apache in SSL enabled mode

2000-06-12 Thread Danilo Nascimento
Change the SSLEngine directive to SSLEnable. bye. From: Amol Natu [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Start Apache in SSL enabled mode Date: Mon, 12 Jun 2000 23:17:55 +0400 Hi Danilo Thanx for the clarifications. Could you shed some light

Start Apache in SSL enabled mode

2000-06-11 Thread Amol Natu
Hi I am facing a problem in starting Apache with SSL. The configuration I am using is : NT Server 4.0 Apache : 1.3.12 ModSSL: 2.6.4 OpenSSL: 0.9.5 Active Perl : 522 VC 6.0 I am installed the above components based on instructions provided in the Install.Win32 document alongwith the ModSSL. My

RE: Apache Service SSL Aware

2000-05-22 Thread rwidmer
** Reply to note from "Steve Fairhead" [EMAIL PROTECTED] Sat, 20 May 2000 04:19:15 +0100 James Smallacombe said: on an unrelated (to SSL) issue, is there a way to use a separate file (from httpd.conf) for virtual hosts? I STFW and didn't find anything, and tried doing $INCLUDE ala

RE: Apache Service SSL Aware

2000-05-20 Thread Steve Fairhead
James Smallacombe said: on an unrelated (to SSL) issue, is there a way to use a separate file (from httpd.conf) for virtual hosts? I STFW and didn't find anything, and tried doing $INCLUDE ala BIND and RADIUS and that broke the server. I need to make a script for adding virtual hosts, and it

Re: Apache Service SSL Aware

2000-05-20 Thread Mads Toftum
On Fri, May 19, 2000 at 05:53:39PM -0400, [EMAIL PROTECTED] wrote: I have a related issue with mod_ssl under unix...if I send an 'apachectl graceful' command and the server isn't already running, it automatically starts it withOUT SSL. I tried removing all of the IfDefine SSL tags and that

RE: Apache Service SSL Aware

2000-05-20 Thread up
On Sat, 20 May 2000, Steve Fairhead wrote: James Smallacombe said: on an unrelated (to SSL) issue, is there a way to use a separate file (from httpd.conf) for virtual hosts? I STFW and didn't find anything, and tried doing $INCLUDE ala BIND and RADIUS and that broke the server. I need

RE: Apache Service SSL Aware

2000-05-19 Thread Tim Willis
: RE: Apache Service SSL Aware the -D SSL is only necessary if your httpd.conf file has IfDefine SSL directives surrounding the SSL directives. If you remove these, SSL ought to be enabled. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tim Willis

  1   2   >