Re: I have know idea on this one

2002-03-05 Thread Mark J. Matheson
Casper Gondelach wrote: > If i see so, it seems that the group id 4294967295 is FAR to high.. this > highest number is something around 64000 i thought. Just lower it. > > Casper > > - Original Message - > From: "Mark" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, March

Re: I have know idea on this one

2002-03-05 Thread Mark J. Matheson
Cliff Woolley wrote: > On Tue, 5 Mar 2002, Mark wrote: > > > [Tue Mar 5 21:11:21 2002] [alert] (22)Invalid argument: setgid: unable > > to set group id to Group 4294967295 > > [Tue Mar 5 21:11:21 2002] [notice] Apache/1.3.22 (Unix) mod_ssl/2.8.5 > > Your system does not support a GID of -1 (2^3

Re: I have know idea on this one

2002-03-05 Thread Casper Gondelach
If i see so, it seems that the group id 4294967295 is FAR to high.. this highest number is something around 64000 i thought. Just lower it. Casper - Original Message - From: "Mark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 06, 2002 6:28 AM Subject: I have know id

Re: I have know idea on this one

2002-03-05 Thread Cliff Woolley
On Tue, 5 Mar 2002, Mark wrote: > [Tue Mar 5 21:11:21 2002] [alert] (22)Invalid argument: setgid: unable > to set group id to Group 4294967295 > [Tue Mar 5 21:11:21 2002] [notice] Apache/1.3.22 (Unix) mod_ssl/2.8.5 Your system does not support a GID of -1 (2^32-1 = 429467295). Apache's instal

I have know idea on this one

2002-03-05 Thread Mark
Tue Mar 5 21:11:21 2002] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run? [Tue Mar 5 21:11:21 2002] [alert] (22)Invalid argument: setgid: unable to set group id to Group 4294967295 [Tue Mar 5 21:11:21 2002] [alert] (22)Invalid argument: se

Problems with mod ssl aware apavche server

2002-03-05 Thread S . PANDEY
Hi, Recently, I have installed the mod-ssl aware Apache server and I am able to access my secure and non-secure pages when I type the absolute URL for example https://qwfeeu21.poceur1:5543/products/corp/apps/gecs/Servlet?pathinfo=/ecr/Hom ePage.html or http://qwfeeu21.poceur1:5580/products/corp/a

[BugDB] SSLPassPhraseDialog and VirtualHost (PR#668)

2002-03-05 Thread modssl-bugdb
Hi I have a problem when trying to use the SSLPassPhraseDialog directive with "exec" It works ok with 1 virtual host / 1 password , but not with 2 or more The pp.out file just echo the password. Local httpd.conf shows: # Pass Phrase Dialog: # #SSLPassPhraseDialo

Help with Mod SSL and MSIE ~5

2002-03-05 Thread Adam Bultman
Hello. I've got a server running Apache with mod SSL. Certain MSIE users (version ~5.0) will not be able to connect to a web page. They can get to the root dir of the server (which throws a "forbidden" error) but not to the actual web page in a directory. To fix this, most people change their se

RE: SSLPassPhraseDialog and VirtualHost

2002-03-05 Thread Sang Yi
try something like this, a very simple sh script: #!/bin/sh PASS1=somepass1 PASS2=somepass2 case $1 in www.pass1.com:443) echo $PASS1;; www.pass2.com:443) echo $PASS2;; esac exit 0 without the exec, you'll see that apache requests a passphrase via stdin. the exec basically redirects

RE: SSLPassPhraseDialog and VirtualHost

2002-03-05 Thread Price, Gary
You will need a separate pass phrase and script placed in each virtual host container. Gary -Original Message- From: Bruno Georges [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 10:57 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: SSLPassPhraseDialog and VirtualHost Hi

SSLPassPhraseDialog and VirtualHost

2002-03-05 Thread Bruno Georges
Hi I have a problem when trying to use the SSLPassPhraseDialog directive with "exec" It works ok with 1 virtual host / 1 password , but not with 2 or more The pp.out file just echo the password. Local httpd.conf shows: # Pass Phrase Dialog: # #SSLPassPhraseDialo

[BugDB] document contains no data (PR#667)

2002-03-05 Thread modssl-bugdb
Full_Name: santosh Pandey Version: mod_ssl/2.8.7 OS: AIX 4.3 Submission from: (NULL) (208.132.249.249) Hi, Recently, I have installed the mod-ssl aware Apache server and I am able to access my secure and non-secure pages when I type the absolute URL for example https://qwfeeu21.poceur1:5543/pro

Re: Problems with apache+ mod_ssl on Solaris 8

2002-03-05 Thread Joerg Lehrke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Brad, I'm now using the dbm implementation with your settings. First the problem was remaining until I disabled the SSLMutex. Now everything seems to be fine. So my investigations brought up two different problems: 1. At least the shmcb implemen