Re: [EMAIL PROTECTED] Pass client certificate thorough apache to tomcat

2005-10-26 Thread Alpay Ozturk
Thanks Boyle, your comments were very helpful. I moved the directives inside the SSL VH but this was not enough. Changing the RewriteCond from : RewriteCond %{ENV:SSL_CLIENT_S_DN}(.*) to : RewriteCond %{SSL:SSL_CLIENT_S_DN}(.*) [NC] solved my problem. Regards, Alpay 2005/10/26, Boyle O

[EMAIL PROTECTED] [warn] (99)Cannot assign requested address: connect to listener on [::]:443

2005-10-26 Thread Joe A
I noticed these entries in my Apache2 error_log file this evening.  I would greatly appreciate it if someone could fill me in as to what it means. [Wed Oct 26 19:49:37 2005] [warn] (99)Cannot assign requested address: connect to listener on [::]:443 [Wed Oct 26 21:02:36 2005] [warn] (99)Cannot as

[EMAIL PROTECTED] Strange Problems on OS X Tiger

2005-10-26 Thread Rich
Hi folks. New to the list. Something burped on my system last night and I've been chasing it ever since. I run a middleware called Lasso which works with Apache and MySQL. Since the burp, I have reinstalled the OS (Tiger 10.4 updated to 10.4.2), MySQL to version 4.1.15 (64 bit) and reinstalled

[EMAIL PROTECTED] Multiple virtual hosts

2005-10-26 Thread Dean Maunder
Is it possible to have multiple virtual names for a single host? Something like: DocumentRoot /usr/local/apache2/htdocs/www.mydomain.com ServerName www.mydomain.com ServerName www.other-mydomain.com ServerAdmin [EMAIL PROTECTED] ErrorLog logs/error_log_www CustomLog "|/usr/local/apache2/bin/cronol

Re: [EMAIL PROTECTED] Prevent Site redirection

2005-10-26 Thread Joshua Slive
On 10/26/05, Michael Louie Loria <[EMAIL PROTECTED]> wrote: > I would like to prevent some domains redirected to my HTTP server > (Apache for windows). > > Example: > > http://www.redirect.tk redirects to http://www.myhttp.com/folder > > I would like the http://www.redirect.tk domain be blocked fr

[EMAIL PROTECTED] Prevent Site redirection

2005-10-26 Thread Michael Louie Loria
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hello, I would like to prevent some domains redirected to my HTTP server (Apache for windows). Example: http://www.redirect.tk redirects to http://www.myhttp.com/folder I would like the http://www.redirect.tk domain be blocked from accessing the

[EMAIL PROTECTED] RE: Solaris make errors

2005-10-26 Thread Mike Badar
Thanks again to Joost and Owen. I was able to get apache up and running by using the following steps: 1. ftp ftpibiblioorg 2. cd pub/solaris/freeware/sparc/9 3. download the following packages: apache-2.0.54-sol9-sparc-local.gz gdbm-1.8.3-sol9-sparc-local.gz db-4.2.52.NC-

Re: [EMAIL PROTECTED] suEXEC question

2005-10-26 Thread Joshua Slive
On 10/26/05, Gordon Thagard <[EMAIL PROTECTED]> wrote: > I see your point regarding sudo. This opens up a can of security-related > worms. Could anyone suggest a safe, reliable way to authenticate users > via Apache and then execute code as the user to do things like: > > * change passwords > * tur

Re: [EMAIL PROTECTED] Apache2 + Apache-Tomact

2005-10-26 Thread Leonardo Hernandez
Title: Leonardo Hernández Thank Dietmar  very much by the guide I have already   constructed mod_jk and configurinf  for apache 2 Greetings [EMAIL PROTECTED] wrote: http://galatea.com/flashguides/home regards Dietmar Nicola Flucke <[EMAIL PROTECTED]> am 24.10.2005 08:42:03 Bitte a

Re: [EMAIL PROTECTED] suEXEC question

2005-10-26 Thread Gordon Thagard
I see your point regarding sudo. This opens up a can of security-related worms. Could anyone suggest a safe, reliable way to authenticate users via Apache and then execute code as the user to do things like: * change passwords * turn off/on vacation Regards, Joshua Slive wrote: On 10/25/05,

Re: [EMAIL PROTECTED] Serious Memory Leak Problem

2005-10-26 Thread Marc Perkel
Nick Kew wrote: On Wednesday 26 October 2005 13:44, Marc Perkel wrote: [chop] Did you ever tall us whether you compiled it yourself or got it from a package? If the latter, I suggest compiling it on and for your hardware, in case you simply have a binary that's not qu

RE: [EMAIL PROTECTED] global mod_rewrite before virtualhosts

2005-10-26 Thread Jeremy Grant
Thanks. That was my problem. Now I understand what that is for. Jeremy Grant VML [EMAIL PROTECTED] Desk: 816-218-3050 -Original Message- From: Joshua Slive [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 25, 2005 5:48 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] glob

RE: [EMAIL PROTECTED] Pass client certificate thorough apache to tomcat

2005-10-26 Thread Boyle Owen
> -Original Message- > From: Alpay Ozturk [mailto:[EMAIL PROTECTED] > > RewriteCond %{ENV:SSL_CLIENT_S_DN}(.*) > RewriteRule .* - [E=FORWARD_CERT:%1] > RequestHeader add APACHE_CLIENT_CERT_HARD %{FORWARD_CERT}e > > After this config, I see from tomcat side that APACHE_CLIENT_CERT_HARD

Re: [EMAIL PROTECTED] Apache 2 child spawn issue

2005-10-26 Thread Edward David
I just did a check the other day and found I was using prefork.c. So for production I am stuck with prefork for now. So any ideas for the child spawn issue. Our IT department seems to think that prefork is the way to go. I am currently rebuilding our development server and then seeing about flipp

Re: [EMAIL PROTECTED] Remote logging

2005-10-26 Thread Nick Kew
On Wednesday 26 October 2005 14:19, Jacob Friis Saxberg wrote: > Hi. > > How can I make httpd log to a remote log file? > Can I do it via syslog? Yep, that's one of several options. You may want so see modules.apache.org. -- Nick Kew

RE: [EMAIL PROTECTED] Multiple instances bound to separate IPs?

2005-10-26 Thread Axel-Stéphane SMORGRAV
It's no more of an issue than if the same process/instance does the same thing. -ascs -Original Message- From: Sean Brown [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 26, 2005 2:50 PM To: Axel-Stéphane SMORGRAV Subject: Re: [EMAIL PROTECTED] Multiple instances bound to separate IPs

Re: [EMAIL PROTECTED] Serious Memory Leak Problem

2005-10-26 Thread Nick Kew
On Wednesday 26 October 2005 13:44, Marc Perkel wrote: > [chop] Did you ever tall us whether you compiled it yourself or got it from a package? If the latter, I suggest compiling it on and for your hardware, in case you simply have a binary that's not quite compatible. -- Nick Kew ---

[EMAIL PROTECTED] Remote logging

2005-10-26 Thread Jacob Friis Saxberg
Hi. How can I make httpd log to a remote log file? Can I do it via syslog? Thanks, Jacob - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To

Re: [EMAIL PROTECTED] Apache 2 & Perl Problem!

2005-10-26 Thread Sean Davis
On 10/26/05 9:06 AM, "Amir Saad" <[EMAIL PROTECTED]> wrote: > Dera all, > i upgraded my Apache from 1.3.34 to 2.0, the problem is i can't run any script > although the mod-perl 2 is installed ! > in the directory section i place the PerlHandler Apache2::Registry but the > response is "Internal Ser

[EMAIL PROTECTED] Apache 2 & Perl Problem!

2005-10-26 Thread Amir Saad
Dera all, i upgraded my Apache from 1.3.34 to 2.0, the problem is i can't run any script although the mod-perl 2 is installed ! in the directory section i place the PerlHandler Apache2::Registry but the response is "Internal Server Error" and i found that the log file reports missing a perl modu

Re: [EMAIL PROTECTED] Pass client certificate thorough apache to tomcat

2005-10-26 Thread Alpay Ozturk
Thanks Boyle, I have read the document and did some googling. I am using version 2.0.49 and wrote the below config to achive my goal : RewriteEngine On RewriteOptions MaxRedirects=10 RewriteLog "/home/alpayo/rewrite.log" RewriteLogLevel 5 RewriteCond %{ENV:SSL_CLIENT_S_DN}(.*) RewriteRule .*

Re: [EMAIL PROTECTED] OCSP Module

2005-10-26 Thread Jorge Redond Flames
Dirk-Willem van Gulik, Thank you very much. Jorge On Tue, 25 Oct 2005, Jorge Redond Flames wrote: Does anybody knows about a Online Certificate Status Protocol (OCSP) module for apache? I need to implemet a OCSP reponder and I had an idea: add a OCSP service as a module for apache

Re: [EMAIL PROTECTED] Serious Memory Leak Problem

2005-10-26 Thread Marc Perkel
David Tonhofer, m-plify S.A. wrote: --On Friday, October 21, 2005 11:16 AM -0700 Marc Perkel <[EMAIL PROTECTED]> wrote: David Tonhofer, m-plify S.A. wrote: I really don't know what the problem could be but let's start a discussion: 1) How many children are there? 2) What is the sum

Re: [EMAIL PROTECTED] OCSP Module

2005-10-26 Thread Dirk-Willem van Gulik
On Tue, 25 Oct 2005, Jorge Redond Flames wrote: > Does anybody knows about a Online Certificate Status Protocol (OCSP) > module for apache? I need to implemet a OCSP reponder and I had an idea: > add a OCSP service as a module for apache That may be the right place; though it may be better

[EMAIL PROTECTED] Re: Re: Apache 2.0.55/win32 + OpenSSL 0.9.8a & OWA Reverse Proxy Problems

2005-10-26 Thread Helmut Schneider
Manuel Martin ([EMAIL PROTECTED]) wrote: http://issues.apache.org/bugzilla/attachment.cgi?id=16744 works fine. indeed, I recommend it. Thanks for that hint! I assume it will be part of 2.0.56 or .57. http://issues.apache.org/bugzilla/show_bug.cgi?id=37145#c12 -- Please do not feed my mailbo

[EMAIL PROTECTED] Apache Memory Leak in MPM 'worker.c'

2005-10-26 Thread thomas Armstrong
Hi. Just found this: http://www.securitytracker.com/alerts/2005/Oct/1015093.html A vulnerability was reported in the Apache httpd server (version 2.x). A remote user may be able to deny service. In certain situations after an aborted connection, a remote user can trigger a memory leak in some Mul

RE: [EMAIL PROTECTED] global mod_rewrite before virtualhosts

2005-10-26 Thread Axel-Stéphane SMORGRAV
You may want to look into RewriteOptions Inherit (or something like that). -ascs -Original Message- From: Jeremy Grant [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 26, 2005 12:05 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] global mod_rewrite before virtualhosts I am

RE: [EMAIL PROTECTED] Multiple instances bound to separate IPs?

2005-10-26 Thread Axel-Stéphane SMORGRAV
Of course this is possible. A TCP connection is uniquely identified by the 5-tuple {localIP, localPort, remoteIP, remotePort, protocol}. The remoteIP and remotePort may be * in case of a passive open, i.e. a socket in LISTEN status, as is the case of a http server. AS a matter of fact, you may

RE: [EMAIL PROTECTED] Apache 2 child spawn issue

2005-10-26 Thread Axel-Stéphane SMORGRAV
What MPM are you using ? Do you have the server-status module loaded ? What does it report ? ( /usr/local/apache/bin/httpd -l ??) -ascs -Original Message- From: Edward David [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 25, 2005 6:55 PM To: users@httpd.apache.org Subject: Re: [EMA