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
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
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
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
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
-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
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-
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
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
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,
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
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
> -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
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
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
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
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
---
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
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
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
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 .*
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
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
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
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
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
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
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
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
29 matches
Mail list logo