[us...@httpd] Re: Grey Listing

2009-02-25 Thread John M. Dlugosz
Sorry, I meant to post that to the postfix mailing list! I'd tell you what I meant to post here, but that would be Off Topic. --John - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.

[us...@httpd] ajp mod_jk problem

2009-02-25 Thread Halil Ağın
Hello List; I want to access tomcat applications through apache http. But i could not succeed. I could not where i made mistake. When i run tomcat, i can access the BulusmaNoktasiWeb application but through apache httpd, i could not. Could you help me? I give the configuration parameters below.

[us...@httpd] SSL_CIPHER_ALGKEYSIZE

2009-02-25 Thread Hugh E Cruickshank
RHEL 3.9 and httpd 2.0.46 Hi All: I am attempting to enable the SSL_CIPHER_ALGKEYSIZE environment variable. As per the SSL/TLS Strong Encryption: Compatibility document (http://httpd.apache.org/docs/2.0/ssl/ssl_compat.html) I have added +CompatEnvVars to the SSLOptions directives in the ssl.conf

RE: [us...@httpd] configure error involving APR

2009-02-25 Thread Bennett, Tony
>-Original Message- >From: LibrarySystems [mailto:jtrim...@cc.ysu.edu] >Sent: Wednesday, February 25, 2009 12:49 PM >To: users@httpd.apache.org >Subject: [us...@httpd] configure error involving APR > > >I'm attempting to install http server on AIX 5.3.0.0. I'm installing >httpd-2.2.11 and

Re: [us...@httpd] montly log rotation

2009-02-25 Thread fredk2
Hi, I am not sure at what version it started (1.2.18?) but you can use the pipe | rotatelog (http://httpd.apache.org/docs/2.2/programs/rotatelogs.html) eg. daily rotation: JkLogFile "|/usr/apache2/bin/rotatelogs -l /usr/myweb/logs/mod_jk_%Y%m%d.log 86400" which does not involve any SIG... howe

[us...@httpd] configure error involving APR

2009-02-25 Thread LibrarySystems
I'm attempting to install http server on AIX 5.3.0.0. I'm installing httpd-2.2.11 and during the configure phase, I'm receiving the following error that has me totally perplexed: /configure: error: in `/httpd-2.2.11/srclib/apr': configure: error: C compiler cannot create executables I cannot ma

Re: [us...@httpd] montly log rotation

2009-02-25 Thread Bill Davidson
André Warnier wrote: Under Linux, there is also a utility called "logrotate" (a separate program which will run from time to time under cron, and rotate a choice of logfiles, dictated by its configuration files). We use it on all our Apache2 sites, works very nicely. I've been looking into th

[us...@httpd] ApacheCon HTTPD training, March 23, Amsterdam

2009-02-25 Thread Rich Bowen
Ladies and gentlemen, ApacheCon Europe is fast approaching. It will be in Amsterdam, March 23-27. http://eu.apachecon.com/ One of the features of the conference will be a 2-day training class led by myself and Jim Jagielski, covering everything you ever wanted to know about the Apache Web S

Re: [us...@httpd] Mixing rewrite with authn_dbd: Rewriting based on path value stored in mysql table

2009-02-25 Thread Eric Covener
On Wed, Feb 25, 2009 at 9:56 AM, Krist van Besien wrote: > On Wed, Feb 25, 2009 at 2:19 PM, Tom Donovan > wrote: >> >> It may not be possible to do what you want.  Apache locates the file to >> serve before deciding whether to prompt for authentication. > > That is not entirely true. When a requ

Re: [us...@httpd] Mixing rewrite with authn_dbd: Rewriting based on path value stored in mysql table

2009-02-25 Thread Krist van Besien
On Wed, Feb 25, 2009 at 2:19 PM, Tom Donovan wrote: > > It may not be possible to do what you want.  Apache locates the file to > serve before deciding whether to prompt for authentication. That is not entirely true. When a request comes in apache does an "early location walk" verifying blocks b

Re: [us...@httpd] Mixing rewrite with authn_dbd: Rewriting based on path value stored in mysql table

2009-02-25 Thread Tom Donovan
Roman Medina-Heigl Hernandez wrote: Hello, I'm working on an ISP/Hosting environment and I'm having trouble to figure out how to solve a problem which (I think) involves mixing several modules/concepts: - pages should be protected with basic-auth where user database should reside on MySQL (mod_a