Apache 2.2.6 mod_ssl won't serve subdirectories

2007-12-19 Thread Orville Weyrich - KD7HJV
This is my first experience with SSL. I have done the Google thing and searched Apache FAQ etc but found nothing regarding my problem. In a nutshell, I have the following file structure: /var/ssl/www/index.html /var/ssl/www/budget/index.html Everything in both paths is owned by root and either

SOLVED: Apache 2.2.6 mod_ssl won't serve subdirectories

2007-12-19 Thread Orville Weyrich - KD7HJV
Problem found and fixed - after getting some sleep I checked for about the 5th time and found the problem - the directory budget had permission 644 instead of 755. Stupid me :-( --- Orville Weyrich - KD7HJV [EMAIL PROTECTED] wrote: In a nutshell, I have the following file structure:

Compiling Apache with mod_ssl on Mac OS 10.5

2007-12-09 Thread Jacob Weber
Hello. I'm having trouble compiling Apache with mod_ssl, on an MacBook Pro running Mac OS 10.5.1. I'm trying to build the following programs (rather than using the ones that come with the OS): openssl-0.9.8g mm-1.4.1 mod_ssl-2.8.30-1.3.39 apache_1.3.39

Apache and mod_ssl

2007-09-04 Thread Aaron Smith
I have a feeling that I'm missing something elementary here. I have an install of apache 2.0.55 with mod_ssl enabled on a HP-UX system in /opt/apache2. This one runs fine. I recompiled another copy of apache (same version) into /opt/apache2a (for testing purposes) to add

Apache and mod_ssl (extra info)

2007-09-04 Thread Aaron Smith
So I tried something kind of new. I completely removed the directory with the non-functioning apache install. I went back to the source, did a make clean, a new configure using the same parameters as before: ./configure --prefix=/opt/apache3 --enable-auth-dbm=shared

Re: Apache and mod_ssl - refusing connections on https?

2007-08-01 Thread Glyn Astill
Yes, I have SSLEngine On in ssl.conf, here's my ssl.conf file: SSLRandomSeed startup builtin SSLRandomSeed connect builtin IfDefine SSL Listen 443 Listen my.ip.ad.dr:443 AddType application/x-x509-ca-cert .crt AddType application/x-pkcs7-crl.crl SSLPassPhraseDialog builtin

Apache and mod_ssl - refusing connections on https?

2007-07-31 Thread Glyn Astill
Hi people, I'm new to this list, so hello. I've been trying to get https working with apache 2.0.59 on NetBSD 3.99 today, and it's beginning to make my face ache. Basically when I try to view a page via https I get connection refused. Apache is compiled with mod_ssl.c, I have openssl installed.

Re: Apache and mod_ssl - refusing connections on https?

2007-07-31 Thread Omar W. Hannet
SSLEngine On? Glyn Astill wrote: Hi people, I'm new to this list, so hello. I've been trying to get https working with apache 2.0.59 on NetBSD 3.99 today, and it's beginning to make my face ache. Basically when I try to view a page via https I get connection refused. Apache is compiled with

Re: Apache with mod_ssl

2007-06-21 Thread R. DuFresne
httpd: Could not reliably determine the server's fully qualified domain name, using 10.3.110.109 for ServerName Apache/2.2.4 mod_ssl/2.2.4 (Pass Phrase Dialog) Some of your private key files are encrypted for security reasons. In order to read them you have to provide the pass phrases. Server

Re: Apache with mod_ssl

2007-06-19 Thread Omar W. Hannet
passphrase successful, no logs in logs directory although log level is debug ]# ./apachectl start httpd: Could not reliably determine the server's fully qualified domain name, using 10.3.110.109 for ServerName Apache/2.2.4 mod_ssl/2.2.4 (Pass Phrase Dialog) Some of your private key files

Apache with mod_ssl

2007-06-15 Thread Saikat Saha
a http server. After I enter a passphrase, it shows successful but the server never starts up. Can someone please help? Also can apache support both http and https at different ports at the same time? Thanks much for your help. SS [EMAIL PROTECTED] bin]# ./apachectl start Apache

Re: Apache with mod_ssl

2007-06-15 Thread Omar W. Hannet
Saikat Saha wrote: We have apache 2.2.4 compiled with all modules but commented out all load modules. Do not have anything in httpd.conf file to state that this is https. But when I start apache, it tries to goto https and prompts for pass phrase. How does apache determine that this is https

RE: Apache with mod_ssl

2007-06-15 Thread Saikat Saha
:[EMAIL PROTECTED] On Behalf Of Omar W. Hannet Sent: Friday, June 15, 2007 4:13 PM To: modssl-users@modssl.org Subject: Re: Apache with mod_ssl Saikat Saha wrote: We have apache 2.2.4 compiled with all modules but commented out all load modules. Do not have anything in httpd.conf file to state

Re: Apache 2.0 + mod_ssl problems with IE6 on XP (no SP2)

2007-06-11 Thread Mark Beiley
in my log files, without errors. These customers can visit other HTTPS sites. My site works fine for the vast majority of people. I'm stumped on the next step to try and debug the problem. Any suggestions? My server configuration: Apache 2.0.54 with mod_ssl and mod_deflate, running on Windows XP

Re: Apache 2.0 + mod_ssl problems with IE6 on XP (no SP2)

2007-06-08 Thread Sven Geisler
can visit other HTTPS sites. My site works fine for the vast majority of people. I'm stumped on the next step to try and debug the problem. Any suggestions? My server configuration: Apache 2.0.54 with mod_ssl and mod_deflate, running on Windows XP For an example URL, try: https

Re: Apache 2.0 + mod_ssl problems with IE6 on XP (no SP2)

2007-06-08 Thread Mark Beiley
PROTECTED] To: modssl-users@modssl.org Sent: Thursday, June 07, 2007 11:30 PM Subject: Re: Apache 2.0 + mod_ssl problems with IE6 on XP (no SP2) Hi Mark, Did you try Google http://www.google.com/search?q=Starfield+cert+ie6? I guess, the root certificate causes the trouble. Sven. Mark Beiley

Apache 2.0 + mod_ssl problems with IE6 on XP (no SP2)

2007-06-07 Thread Mark Beiley
log files, without errors. These customers can visit other HTTPS sites. My site works fine for the vast majority of people. I'm stumped on the next step to try and debug the problem. Any suggestions? My server configuration: Apache 2.0.54 with mod_ssl and mod_deflate, running on Windows XP

Re: Apache 2.0 + mod_ssl problems with IE6 on XP (no SP2)

2007-06-07 Thread Mark Beiley
: Apache 2.0.54 with mod_ssl and mod_deflate, running on Windows XP For an example URL, try: https://www.beileysoftware.com/handy.html Thanks, Mark http://www.beiley.com __ Apache Interface to OpenSSL (mod_ssl

Apache with Mod_SSL installation problems

2006-02-13 Thread dpgirago
Hope this is the right place to ask this question. Please direct to another list if I'm off-topic here. I'm trying to install Apache 1.3.31 with Mod_SSL on a Windows Server 2003 box, ultimately for Apache-MySQL-PHP applications. I have all set up ok on my desk top and thought it would be a simple

Re: Apache and MOD_SSL

2004-12-28 Thread Mads Toftum
On Mon, Dec 27, 2004 at 11:06:21PM -0500, leandro asnaghi-nicastro wrote: $ openssl s_client -connect def.con.ca:443 CONNECTED(0003) 24271:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:475: That's usually what happens if the server is

Apache and MOD_SSL

2004-12-27 Thread leandro asnaghi-nicastro
Hello everyone. I apologize for disturbing with this request, but I am a little stumped. I have Linux Slackware 2.4 on a Duron 700 with 150 MB of ram or so. I wanted access to SquirrelMail and I wanted to be able to do so with https, so that I was secure when doing it outside of the local

Apache 1.3.26 + mod_ssl 2.8.10 + OpenSSL 0.9.7a + ubsec engine questions

2003-03-18 Thread Kostadin Galabov
asking for help if someone has ever made apache working with ubsec engine and similar card and does he have similar results. And if someone has better results what he did in order to achieve them. Here is my setup: Slackware Linux 8.1 Apache 1.3.26 + mod_ssl 2.8.10 + OpenSSL 0.9.7a bcm 1.81 driver

RE: Linux Red Hat 7.2 + openSSL 0.9.7 + Apache 1.3.27 + mod_ssl 2.8.1 2 = PROBLEMS!!!

2003-02-26 Thread John . Airey
-Original Message- From: Boyle Owen [mailto:[EMAIL PROTECTED] Sent: 25 February 2003 15:15 To: [EMAIL PROTECTED] Subject: RE: Linux Red Hat 7.2 + openSSL 0.9.7 + Apache 1.3.27 + mod_ssl 2.8.1 2 = PROBLEMS!!! Sensitivity: Confidential Why is apachectl in /usr/sbin/apachectl

Linux Red Hat 7.2 + openSSL 0.9.7 + Apache 1.3.27 + mod_ssl 2.8.1 2 =PROBLEMS!!!

2003-02-25 Thread Zampognaro Sergio
Title: Linux Red Hat 7.2 + openSSL 0.9.7 + Apache 1.3.27 + mod_ssl 2.8.12 = PROBLEMS!!! Hi, everything is in the subject! I installed everything following this procedure: $ ./config --prefix=/home/aspco1/openSSL $ make $ make test $ make install # extract the packages $ gzip -d -c

RE: Linux Red Hat 7.2 + openSSL 0.9.7 + Apache 1.3.27 + mod_ssl 2.8.1 2 = PROBLEMS!!!

2003-02-25 Thread Boyle Owen
To: [EMAIL PROTECTED] Subject: Linux Red Hat 7.2 + openSSL 0.9.7 + Apache 1.3.27 + mod_ssl 2.8.1 2 = PROBLEMS!!! Importance: High Sensitivity: Confidential Hi, everything is in the subject! I installed everything following this procedure: $ ./config --prefix=/home/aspco1/openSSL $ make $ make test

Patches and Enhancements for a SSL-Proxy Based on Apache 2.0 (mod_ssl, mod_proxy, mod_headers)

2003-02-19 Thread Maik Mueller
Hello All, I want to provide updated information to my earlier described scenario using mod_ssl + mod_proxy + mod_headers: Component: Web Browser --- Proxy (mod_proxy) --- Web Server SSL Role: SSL Client --- SSL server | SSL Client --- SSL Server The following discussion

RE: Patches and Enhancements for a SSL-Proxy Based on Apache 2.0 (mod_ssl, mod_proxy, mod_headers)

2003-02-19 Thread Maik Mueller
Cool.. Can you please post the patch to the list, so that ppl can review the code, and give their comments. -Madhu No problem! Here is my short README describing the patch and its history form Apache version 2.0.43 to 2.0.44: Hello! This is the distribution point for the Apache 2.0 as SSL

Apache 1.3.27 mod_ssl 2.8.12 openssl 0.9.6g Upgrade

2002-11-15 Thread Jim Lee
Hi, We plan on upgrading to Apache 1.3.27 mod_ssl 2.8.12 openssl 0.9.6g from Apache 1.3.26 mod_ssl 2.8.10 openssl 0.9.6d on Windows. We are considering the following two options: Option A: Download the Apache_1.3.27-Mod_SSL_2.8.12-OpenSSL_0.9.6g-Win32.zip file, upzip it and copy over

Re: Apache 1.3.27 mod_ssl 2.8.12 openssl 0.9.6g Upgrade

2002-11-15 Thread Jim Lee
Small Correction: Read first line of Option B as: Fresh install of Apache 1.3.27 using apache_1.3.27-win32-x86-no_src.msi at the current Apache 1.3.26 installation location. From: Jim Lee [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Apache 1.3.27 mod_ssl 2.8.12

apache and mod_ssl

2002-11-11 Thread Stefan Steger
hi guys! i have following question: i installed an apache webserver with mod_ssl. on this server serveral projekts are available, what i want is, that only one directory (projekt)is accessible viahttps/ssl (only https/ssl) for all users (also internet) and the rest of the site should ONLY

RE: NS7 sees cert diff in Apache 1.3+mod_ssl and Apache 2

2002-10-11 Thread Jose Correia (J)
. Chambers [mailto:[EMAIL PROTECTED]] Sent: 10 October 2002 20:56 To: [EMAIL PROTECTED] Subject: Re: NS7 sees cert diff in Apache 1.3+mod_ssl and Apache 2 [I had to be out of the office, sorry to be slow in following up] Thanks for the reply, Jose. Either I posed my question poorly or I don't understand

Re: NS7 sees cert diff in Apache 1.3+mod_ssl and Apache 2

2002-10-10 Thread J. B. Chambers
point Netscape at the trial Apache2 setup, it claims that (as noted) the server cert was issued by an unrecognized CA. So .. the only way I can articulate this situation is .. that there is some difference in the way the mod_ssl addon for Apache 1 and the mod_ssl builtin for Apache 2 delivers

RE: NS7 sees cert diff in Apache 1.3+mod_ssl and Apache 2

2002-10-04 Thread Jose Correia (J)
: J. B. Chambers [mailto:[EMAIL PROTECTED]] Sent: 03 October 2002 17:41 To: [EMAIL PROTECTED] Subject: NS7 sees cert diff in Apache 1.3+mod_ssl and Apache 2 Hi. My production server is currently running Server: Apache/1.3.26 (Unix) mod_ssl/2.8.10 OpenSSL/0.9.6g and I'm test driving Server

NS7 sees cert diff in Apache 1.3+mod_ssl and Apache 2

2002-10-03 Thread J. B. Chambers
Hi. My production server is currently running Server: Apache/1.3.26 (Unix) mod_ssl/2.8.10 OpenSSL/0.9.6g and I'm test driving Server: Apache/2.0.42 (Unix) mod_ssl/2.0.42 OpenSSL/0.9.6g I have a secure server certificate from Verisign, and the intermediate cert from their website

RE: Apache 1.3.26 + mod_ssl 2.8.10 dumps core

2002-08-08 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
:[EMAIL PROTECTED]] Sent: Sunday, August 04, 2002 10:08 AM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: [PATCH - Apache 1.3] Apache 1.3.26 + mod_ssl 2.8.10 dumps core Hi, I'm not sure whom to approach for this problem - so I'm sending it to both the mailing lists. Here's

[PATCH - Apache 1.3] Apache 1.3.26 + mod_ssl 2.8.10 dumps core

2002-08-04 Thread a . moon
I am away from the office until the Monday 5th August 2002 I will get back to you as soon as i can on my return. If it's an urgent Online Learning Support Unit / Web/ MUBSWEB/ MUBS Online matter that requires urgent attention then please contact either Sanjay1 or Jeff1 who should be able to

LoadModule mod_ssl.so fails with win 2000, apache 1.3.26, mod_ssl 2.8.10, openssl 0.9.6d

2002-07-18 Thread RUSHTON,NIGEL (HP-UnitedKingdom,ex2)
-Mod_SSL_2.8.10-OpenSSL_0.9.6d-Wi n32.zip I have checked that the mod_ssl.so file is present, and not read only. The same symptoms were reported by Danalien [mailto:[EMAIL PROTECTED]] on apache 1.3.24 + mod_ssl 2.8.8, also with Windows 2000. Any suggestions? Nigel Rushton

Apache 1.3.26+mod_ssl 2.8.9 + vhost problem

2002-07-14 Thread Deim Agoston
Hello! I've got problems using $SUBJECT together. System is: - Debian Woody, security upgraded Apache and mod_ssl - related packeges: ii apache 1.3.26-0woody1 Versatile, high-performance HTTP server ii apache-common 1.3.26-0woody1 Support files for all Apache webservers ii libapache

Re: Apache 1.3.26+mod_ssl 2.8.9 + vhost problem

2002-07-14 Thread Deim Agoston
On Sun, Jul 14, 2002 at 11:30:05PM +0200, Deim Agoston [EMAIL PROTECTED] wrote: OK, it's solved. For the sake of archive, here it is: - don't write SSLEngine into the main server config - use a virtualhost for this directive - create the virtualhost you want use for the purpose to access it via

Re: Apache 1.3.26/mod_ssl-2.8.9-1.3.26 segfault

2002-06-21 Thread gkuchta
, 20 Jun 2002 [EMAIL PROTECTED] wrote: Per the recently announced vulnerability in versions of apache 1.3.26, I decided to be a happy little prole and update all of my webservices. Unpacking clean source for apache, mod_ssl and mod_perl-1.26, I upgraded the packages like I always do

Two certificates in apache and mod_ssl

2002-06-21 Thread Kirchner Stefan
Hello, I defined two virtual hosts in apache + mod_ssl with two different server certificates. I tried to access the https connection and I got for both virtual hosts the certificate of the first virtual host. How do I have to configure it to get the right certificate of each virtual host

RE: Two certificates in apache and mod_ssl

2002-06-21 Thread Brian F. Vaughan
Message- From: Kirchner Stefan [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 10:34 AM To: '[EMAIL PROTECTED]' Subject: Two certificates in apache and mod_ssl Hello, I defined two virtual hosts in apache + mod_ssl with two different server certificates. I tried to access the https

Re: Two certificates in apache and mod_ssl

2002-06-21 Thread Sean M Alderman
Are you using IP Based virtual hosting? I don't think you can have multiple certificates on a since IP on the same port. On Fri, 2002-06-21 at 10:34, Kirchner Stefan wrote: Hello, I defined two virtual hosts in apache + mod_ssl with two different server certificates. I tried to access

Apache 1.3.26/mod_ssl-2.8.9-1.3.26 segfault

2002-06-20 Thread gkuchta
Hi, Per the recently announced vulnerability in versions of apache 1.3.26, I decided to be a happy little prole and update all of my webservices. Unpacking clean source for apache, mod_ssl and mod_perl-1.26, I upgraded the packages like I always do: apply mod_ssl to apache, apply mod_perl

Re: Apache 1.3.26/mod_ssl-2.8.9-1.3.26 segfault

2002-06-20 Thread Cliff Woolley
On Thu, 20 Jun 2002 [EMAIL PROTECTED] wrote: Per the recently announced vulnerability in versions of apache 1.3.26, I decided to be a happy little prole and update all of my webservices. Unpacking clean source for apache, mod_ssl and mod_perl-1.26, I upgraded the packages like I always do

apache 1.3.24 + mod_ssl 2.8.8 for Windows (2000)

2002-04-03 Thread Danalien
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I need some help, i patch, complie, and everything according to: http://www.modssl.org/source/exp/mod_ssl/pkg.mod_ssl/INSTALL.Win32 all goes fine fine, only get a few warnings (during the apache complie) I then go to the httpd.conf

RE: apache 1.3.24 + mod_ssl 2.8.8 for Windows (2000)

2002-04-03 Thread Ladner, Eric (Eric.Ladner)
PROTECTED] Subject: apache 1.3.24 + mod_ssl 2.8.8 for Windows (2000) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I need some help, i patch, complie, and everything according to: http://www.modssl.org/source/exp/mod_ssl/pkg.mod_ssl/INSTALL.Win32 all goes fine fine, only get a few

RE: RE: apache 1.3.24 + mod_ssl 2.8.8 for Windows (2000)

2002-04-03 Thread Danalien
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 8:52 AM To: [EMAIL PROTECTED] Subject: apache 1.3.24 + mod_ssl 2.8.8 for Windows (2000) Hi, I need some help, i patch, complie, and everything according to: http://www.modssl.org/source/exp/mod_ssl/pkg.mod_ssl/INSTALL.Win32 all

RE: RE: apache 1.3.24 + mod_ssl 2.8.8 for Windows (2000)

2002-04-03 Thread Jay Burgess
: apache 1.3.24 + mod_ssl 2.8.8 for Windows (2000) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Japp, allready put it here. Can you go to c:/program files/apache_ssl/modules and see the mod_ssl.so file? Your second test seems logical since the module wasn't loaded

Re: apache 1.3.24 + mod_ssl 2.8.8 for Windows (2000)

2002-04-03 Thread Kristijan Cafuta RIP
- From: Danalien [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 03, 2002 4:51 PM Subject: apache 1.3.24 + mod_ssl 2.8.8 for Windows (2000) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I need some help, i patch, complie, and everything according to: http

RE: RE: apache 1.3.24 + mod_ssl 2.8.8 for Windows (2000)

2002-04-03 Thread Danalien
]] Sent: Wednesday, April 03, 2002 9:18 AM To: [EMAIL PROTECTED] Subject: RE: RE: apache 1.3.24 + mod_ssl 2.8.8 for Windows (2000) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Japp, allready put it here. Can you go to c:/program files/apache_ssl/modules and see

Re: apache 1.3.24 + mod_ssl 2.8.8 for Windows (2000)

2002-04-03 Thread Danalien
to WINNT\System32 did you do it? - Original Message - From: Danalien [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 03, 2002 4:51 PM Subject: apache 1.3.24 + mod_ssl 2.8.8 for Windows (2000) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I need some help, i patch

WebLogic 5.1 sp11 mod_wl_ssl.so for Apache 1.3.12/mod_ssl 2.6.6 breaks SSL

2002-04-03 Thread Sean Staats
with mod_ssl 2.6.6 WebLogic servers: WL 5.1 service pack 11 [03/Apr/2002 16:58:42 04816] [info] Server: Apache/1.3.12, Interface: mod_ssl/2.6.6, Library: OpenSSL/0.9.6c [03/Apr/2002 16:58:42 04816] [info] Init: 1st startup round (still not detached) [03/Apr/2002 16:58:42 04816] [info] Init

Re: apache with mod_ssl

2002-03-16 Thread Shiva Murugesan
Hi Shouban, I am also exactly facing the same problem and struggling to find the solution. I have some clues on this problem. It happens only in the following scenario. If the server has 128bit encrypted server certificate, then it asks the NE client to present the certificate multiple times.

apache with mod_ssl

2002-03-15 Thread Shouben Zhou
I currently use apache-SSL and am switching to the apache with modssl module. The building process is success. The version I am using to build apache-modssl is apache_1.3.23, modssl-2.8.7.-1.3.23 and openssl-0.9.6a. I am having 2 problems when using this httpd: 1) when access the HTTPS

apache with mod_ssl

2002-03-15 Thread a . moon
I am not in the office for the week 18-22 March 2002 If it's an Online Learning Support Unit / Web/ MUBSWEB/ MUBS Online matter that requires urgent attention then please contact either Kirsteen1 or Sanjay1 who should be able to help. Otherwise I will contact you as soon as possible on my

apache and mod_ssl

2002-02-08 Thread bhawna sinha
I have installed apache web server software and the Apache interface to OpenSSL(mod_ssl) in order to have a secure server. I have changed the configuration file httpd.conf and ssl is enabled on port 443. But the problem is whenever I try the url https://localhost:443, it says cannot connect to

Re: apache and mod_ssl

2002-02-08 Thread Toomas Aas
Hi bhawna! On 7 Feb 02 at 16:02 you wrote: problem is whenever I try the url https://localhost:443, it says cannot connect to server. Have you tried just https://localhost ? It should work without specifying the port, but it also should work when you do specify the port. Do you have

RE: apache and mod_ssl

2002-02-08 Thread Kent Freeman
www.yourdomain.foo [or www.sub.yourdomain.foo] /VirtualHost -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of bhawna sinha Sent: Thursday, February 07, 2002 4:02 PM To: [EMAIL PROTECTED] Subject: apache and mod_ssl I have installed apache web server software

Re: apache and mod_ssl

2002-02-08 Thread jon schatz
On Thu, 2002-02-07 at 16:02, bhawna sinha wrote: Also in the error log it says invalid method in request. that means you're talking SSL to a normal http server. in other words, port 443 is not listening for ssl connections. -- [EMAIL PROTECTED] || www.divisionbyzero.com gpg key:

RE: Apache and Mod_SSL

2002-01-23 Thread lin geng
You can use cygwin and it comes with openssl compiled. Regards, Lin Geng -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Eduardo Fresno Sent: Wednesday, January 23, 2002 5:54 AM To: [EMAIL PROTECTED] Subject: Apache and Mod_SSL Hi, I was wondering

[BugDB] apache/tomcat/mod_ssl 304 error (PR#660)

2002-01-16 Thread modssl-bugdb
-rule=SSL_SDBM \ --with-crt=/usr/local/ssl/misc/WebServer/server.crt \ --with-key=/usr/local/ssl/misc/WebServer/server.key \ I also created and installed mod_jk (part of tomcat) after making and installing apache with mod_ssl. I am running tomcat 3.3a. ...since version 4.0 does not support load

Problem building Apache 1.3.22 + mod_ssl 2.8.5

2002-01-15 Thread Toomas Aas
Apache and mod_ssl. I follow these steps: # setenv EAPI_MM SYSTEM # setenv SSL_BASE SYSTEM # cd mod_ssl-2.8.5-1.3.22 # ./configure --with-apache=../apache_1.3.22 \ --with-crt=/usr/local/etc/httpd/ssl.crt/server.crt \ --with-key=/usr/l ocal/etc/httpd/ssl.key/server .key # cd

RE: Problem building Apache 1.3.22 + mod_ssl 2.8.5

2002-01-15 Thread Toomas Aas
Hi [EMAIL PROTECTED]! Thanks for replying so soon. On 15 Jan 02 at 13:41 you wrote: What version of openssl do you have? Are you aware that you have spaces in your configure section below, or is that just the pasting process going wrong? Apache 1.3.22 should compile with openssl 0.9.6b

RE: Problem building Apache 1.3.22 + mod_ssl 2.8.5

2002-01-15 Thread John . Airey
-Original Message- From: Toomas Aas [mailto:[EMAIL PROTECTED]] Sent: 15 January 2002 13:50 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Problem building Apache 1.3.22 + mod_ssl 2.8.5 Hi [EMAIL PROTECTED]! Thanks for replying so soon. That might be my problem right here

Re: Problem building Apache 1.3.22 + mod_ssl 2.8.5

2002-01-15 Thread Mads Toftum
1.3.19 0.9.3-0.9.6 04-May-2001 2.8.3 1.3.19 0.9.3-0.9.6a 20-May-2001 2.8.4 1.3.20 0.9.3-0.9.6a (The figures are the release dates, mod_ssl, Apache and openssl versions). 2.8.5 was released on 16th October, and openssl 0.9.6c was released on 21st December, hence my

apache mod_proxy mod_ssl?

2001-12-22 Thread Jaime Dalisay
Title: apache mod_proxy mod_ssl? Hi All, Has anyone have done/suggestions/help on getting apache_1.3.22 running with mod_proxy and mod_ssl-2.8.5-1.3.22 running on Solaris8? I can get either working but not together, when I compile with either option I lose the other. I guess my question

Re: apache mod_proxy mod_ssl?

2001-12-22 Thread Mads Toftum
On Fri, Dec 21, 2001 at 11:02:54AM -0500, Jaime Dalisay wrote: Hi All, Has anyone have done/suggestions/help on getting apache_1.3.22 running with mod_proxy and mod_ssl-2.8.5-1.3.22 running on Solaris8? I can get either working but not together, when I compile with either option I lose

Apache with Mod_SSL and multiple certificates

2001-11-02 Thread Yu, Ming
Hi - My apache system is running 1.3.20 with mod_ssl 2.8.4. I have one NIC in the system, does anyone install multiple digital certificates on the single NIC? If so, please advise how, what is the trade off? Thanks for any information. - Ming Yu - System Engineer - APL

Re: Apache with Mod_SSL and multiple certificates

2001-11-02 Thread Jim Jagielski
At 10:27 AM -0500 11/2/01, Yu, Ming wrote: Hi - My apache system is running 1.3.20 with mod_ssl 2.8.4. I have one NIC in the system, does anyone install multiple digital certificates on the single NIC? If so, please advise how, what is the trade off? Thanks for any information. Depends on

RE: Apache with Mod_SSL and multiple certificates

2001-11-02 Thread Yu, Ming
, November 02, 2001 10:46 AM To: [EMAIL PROTECTED] Subject: Re: Apache with Mod_SSL and multiple certificates At 10:27 AM -0500 11/2/01, Yu, Ming wrote: Hi - My apache system is running 1.3.20 with mod_ssl 2.8.4. I have one NIC in the system, does anyone install multiple digital certificates on the single

RE: Apache with Mod_SSL and multiple certificates

2001-11-02 Thread David Marshall
PROTECTED]] Sent: Friday, November 02, 2001 10:21 AM To: '[EMAIL PROTECTED]' Subject: RE: Apache with Mod_SSL and multiple certificates I have one NIC in the system with Static IP address, How do I create multiple virtual sites, and each site has its own digital certificate. Can any one give me

Autostart apache /w mod_ssl from init.d ?

2001-09-11 Thread Dave
Hello, I am new to this mailing list, and I have browsed through the mail archives and I can't seem to find an answer y/n to my question. I run Debian 2.2 and I have finally gotten everything setup with mod_ssl and apache and everything appears to be running quite happily. My only question

Re: Autostart apache /w mod_ssl from init.d ?

2001-09-11 Thread Alex Pircher
finally gotten everything setup with mod_ssl and apache and everything appears to be running quite happily. My only question is this: I noticed that when I started the binary 'perlhttpdctl startssl' (mod_perl is compiled in as well), I was prompted for my PEM pass phrase which I entered and all

Re: Autostart apache /w mod_ssl from init.d ?

2001-09-11 Thread Owen Boyle
Dave wrote: when I started the binary 'perlhttpdctl startssl' (mod_perl is compiled in as well), I was prompted for my PEM pass phrase which I entered and all is well, but what happens when I reboot this server? I am not always physically at the machine when it is rebooted or powered

Re: Autostart apache /w mod_ssl from init.d ?

2001-09-11 Thread Sean O'Riordain
A further approach is to have another machine monitor the webserver from inside a firewall or over a serial cable and on a reboot it will log in over ssh and do the pass phrase thing... Sean Owen Boyle wrote: Dave wrote: when I started the binary 'perlhttpdctl startssl' (mod_perl is

RE: Autostart apache /w mod_ssl from init.d ?

2001-09-11 Thread John . Airey
I prefer to protect my machine from intrusion so no-one can look at any files that they're not supposed to. Rgds (starting another flame-war..), Owen Boyle. I couldn't agree more, except I think that it is possible to purchase separate cards that store the pass-phrase on them (eg Ncipher

Re: Apache and mod_ssl

2001-08-23 Thread Alex Pircher
indicated that I use the SSLRequireSSL flag for the directory to require SSL to access this directory. However, I was able to access this directory in http. I am using Apache 1.3.20, mod_ssl 2.8.4, openssl-0.9.6b in Linux 7.1 platform. I am looking for resolving 2 issues: a) Apache

Apache and mod_ssl

2001-08-22 Thread Janakiraman Mohanaraman
am using Apache 1.3.20, mod_ssl 2.8.4, openssl-0.9.6b in Linux 7.1 platform. I am looking for resolving 2 issues: a) Apache / mod_ssl Configuration to ensure that calls to a specific directory (say, /usr/apache/test/ssl) always use SSL; b) If user tries to access this directory in using http

Re: Apache and mod_ssl

2001-08-22 Thread ___cliff rayman___
use the SSLRequireSSL flag for the directory to require SSL to access this directory. However, I was able to access this directory in http. I am using Apache 1.3.20, mod_ssl 2.8.4, openssl-0.9.6b in Linux 7.1 platform. I am looking for resolving 2 issues: a) Apache / mod_ssl Configuration

Re: Apache and mod_ssl

2001-08-22 Thread Janakiraman Mohanaraman
that to https://...:443 automatically. The documentation in mod-ssl indicated that I use the SSLRequireSSL flag for the directory to require SSL to access this directory. However, I was able to access this directory in http. I am using Apache 1.3.20, mod_ssl 2.8.4, openssl-0.9.6b in Linux 7.1

Re: Apache and mod_ssl

2001-08-22 Thread ___cliff rayman___
Janakiraman Mohanaraman wrote: At 04:48 PM 8/22/2001 -0700, you wrote: if u have compiled in mod_rewrite, i believe the code below will do what you want. i have not tested it here however. check out the following documentation. http://httpd.apache.org/docs/mod/mod_rewrite.html

Missing symbol _llasgremu (Apache 1.3.20/mod_ssl-2.8.4/openssl-0.9.6b

2001-07-21 Thread George Walsh
directory contains all the .so modules one would expect to see. Therefore, I have assumed there was nothing wrong in the dynamic build process, and the problem is one of this missing _llasgremu symbol/element, whatever that might be. I have not before had a problem in building apache/openssl

Fine-tuning Apache and mod_ssl

2001-07-10 Thread Thum Chee Weng, Ronnie
Currently, running Apache 1.3.12 + mod_ssl 2.6.3. I'm currently looking for ways to fine-tune our e-commerce site to handle SSL transaction. Everytime a SSL connection is made, it takes ages to load the page. Ie. loading the shopping cart in secure mode. Is there any tweaks under httpd.conf

Re: Fine-tuning Apache and mod_ssl

2001-07-10 Thread Mads Toftum
On Tue, Jul 10, 2001 at 06:00:22PM +0800, Thum Chee Weng, Ronnie wrote: Currently, running Apache 1.3.12 + mod_ssl 2.6.3. I'm currently looking for ways to fine-tune our e-commerce site to handle SSL transaction. Everytime a SSL connection is made, it takes ages to load the page. Ie

RE: Fine-tuning Apache and mod_ssl

2001-07-10 Thread Thum Chee Weng, Ronnie
what would be a good figure to start using shm ? Default figure is 512000. I've 2GB RAM on my web server - ronnie - -Original Message- From: Mads Toftum [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001 6:46 PM To: [EMAIL PROTECTED] Subject: Re: Fine-tuning Apache and mod_ssl

Re: Fine-tuning Apache and mod_ssl

2001-07-10 Thread Mads Toftum
On Tue, Jul 10, 2001 at 07:20:41PM +0800, Thum Chee Weng, Ronnie wrote: what would be a good figure to start using shm ? Default figure is 512000. That depends on your OS and how busy your site is - check the output of make test when you build mm. I usually default mine to 1MB on solaris.

RE: Fine-tuning Apache and mod_ssl

2001-07-10 Thread David Rees
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mads Toftum On Tue, Jul 10, 2001 at 07:20:41PM +0800, Thum Chee Weng, Ronnie wrote: what would be a good figure to start using shm ? Default figure is 512000. That depends on your OS and how busy

RE: Fine-tuning Apache and mod_ssl

2001-07-10 Thread Viken Nokhoudian
I usually use 1MB as well on my servers. But if it takes forever to load a page even while the server is not under load, I doubt that this is the problem. Check the setting HostnameLookups, it should be Off. I have noticed a pretty strange phenomenon that sounds similar to what you are

Re: Apache problem mod_ssl 2.8.2

2001-05-04 Thread Michael Ott
hi! with browser do you use? some ie have problems with apache. you can manage it in the config-file. i need more info. We are currently using apache 1.3.19 with mod_ssl 2.8.2. We have noticed between mod_ssl 2.8.1 and 2.8.2 more Page cannot be displayed in 2.8.2. We have no trace

Re: apache and mod_ssl

2001-05-02 Thread Mads Toftum
On Fri, Jun 02, 2000 at 07:29:14PM -0500, Dave wrote: I have been trying for the past couple of days to get apache and ssl(http://www.modssl.org and http://www.apache-ssl.org) to work. I have tried them both. Netscape hangs when I try to connect to https://localhost but works

Re: Apache problem mod_ssl 2.8.2

2001-04-27 Thread ACroft
, We are currently using apache 1.3.19 with mod_ssl 2.8.2. We have noticed between mod_ssl 2.8.1 and 2.8.2 more Page cannot be displayed in 2.8.2. We have no trace in apache logs. It is clearly linked to our use of SSL. Can anyone help us finding how to set up some trace to be able

RE: Apache problem mod_ssl 2.8.2

2001-04-27 Thread Gilles Gros
]]On Behalf Of ACroft Sent: Friday, April 27, 2001 6:56 AM To: [EMAIL PROTECTED] Subject: Re: Apache problem mod_ssl 2.8.2 Look at the SSLSessionCache option in your config file. My bet is that is is not there. What I had to do to get it working distills down to this (with much help and appreciation

Re: Apache problem mod_ssl 2.8.2

2001-04-27 Thread ACroft
, April 27, 2001 6:56 AM To: [EMAIL PROTECTED] Subject: Re: Apache problem mod_ssl 2.8.2 Look at the SSLSessionCache option in your config file. My bet is that is is not there. What I had to do to get it working distills down to this (with much help and appreciation to those on this list

Re: remote admin of apache with mod_ssl

2001-04-22 Thread Daniel V Klein
finalizing things and getting ready to compile apache 1.3.19 with mod_ssl (2.8.2) and openssl and put it in place on a solaris 8 sun server. My problem is that I work on this server remotely. 99% of the time. So, when I have to reboot or re-initialize the web server, it will stop and wait

Re: remote admin of apache with mod_ssl

2001-04-16 Thread Rich Salz
Is there an alternate way to pass the passphrase to apache? Try to use expect. If you are going to use a script that contains the password, then you might as well put the password in a file. mod_ssl can exec a program so your "script" is as easy as #! /bin/sh echo

Re: remote admin of apache with mod_ssl

2001-04-15 Thread Deim Agoston
Hello ! On Sat, 14 Apr 2001, Brenda Donovan wrote: So, when I have to reboot or re-initialize the web server, it will stop and wait for the input of the ssl passphrase, right?. (I'm assuming it will since my old linux box does this with it's apache-ssl server). Is there an alternate way to

remote admin of apache with mod_ssl

2001-04-14 Thread Brenda Donovan
I finalizing things and getting ready to compile apache 1.3.19 with mod_ssl (2.8.2) and openssl and put it in place on a solaris 8 sun server. My problem is that I work on this server remotely. 99% of the time. So, when I have to reboot or re-initialize the web server, it will stop and wait

Apache with mod_ssl / openssl

2001-04-06 Thread Scott Trowbridge
Hi- Does anyone know where I can find the binary for the latest Apache with mod_ssl and openssl for SCO 5.0.5? Scott Trowbridge, VPInformation Resources mailto: [EMAIL PROTECTED]Web: www.hsmc-ul.com

Re: Apache with mod_ssl / openssl

2001-04-06 Thread George Walsh
, George Walsh, Managing Director, DSC Directional Service Corp Travel Seewise Pacific Corp Vancouver, Canada [EMAIL PROTECTED] wrote: Hi- Does anyone know where I can find the binary for the latest Apache with mod_ssl and openssl for SCO 5.0.5? Scott Trowbridge, VP Information

  1   2   >