Re: [EMAIL PROTECTED] Conditional Logging for HTTP Status Codes

2007-08-20 Thread Vincent Bray
On 21/08/07, Vincent Bray <[EMAIL PROTECTED]> wrote: > On 21/08/07, Brian Munroe <[EMAIL PROTECTED]> wrote: > > Just wanted to make sure I was reading the httpd documentation > > correctly. There is no way to use conditional logging to drop 304 > > HTTP status codes, right? > > > > Anyone have a s

Re: [EMAIL PROTECTED] Conditional Logging for HTTP Status Codes

2007-08-20 Thread Vincent Bray
On 21/08/07, Brian Munroe <[EMAIL PROTECTED]> wrote: > Just wanted to make sure I was reading the httpd documentation > correctly. There is no way to use conditional logging to drop 304 > HTTP status codes, right? > > Anyone have a solution they'd like to share? I can't think of one. I'd like to

Re: [EMAIL PROTECTED] Apache consuming lot of memory

2007-08-20 Thread Jeff Peng
Original-Nachricht > Datum: Mon, 20 Aug 2007 18:27:44 +0200 > Von: "David Díaz Díaz" <[EMAIL PROTECTED]> > An: users@httpd.apache.org > Betreff: [EMAIL PROTECTED] Apache consuming lot of memory > Hi All, > > I have running Apache 2.2.4 with PHP 5.2 and Mysql 5 on Fedora 5, my >

[EMAIL PROTECTED] Conditional Logging for HTTP Status Codes

2007-08-20 Thread Brian Munroe
Just wanted to make sure I was reading the httpd documentation correctly. There is no way to use conditional logging to drop 304 HTTP status codes, right? Anyone have a solution they'd like to share? thanks -- brian - The offi

Re: [EMAIL PROTECTED] authn_dbd: what format for encrypted password? [dbd now broken]

2007-08-20 Thread Phil Endecott
Dear All, I'm trying to set up auth with postgresql... Laurent FAILLIE wrote: My only advice is to not use it as it doesn't work :-( Yesterday I thought it was working, but since then it has fallen apart and I'm wondering if Laurent might be right after all... Yesterday I was running 2.2.3 (

[EMAIL PROTECTED] mod_mem_cache & mod_disk_cache Issues

2007-08-20 Thread Paul
All, I am having a heck of a time with getting mod_cache to work properly. I am trying to have it cache a mixture of static files and proxy generated content. I'd greatly appreciate any suggestions. First with mod_mem_cache I am seeing entries in my logs like the following for a URL content gene

[EMAIL PROTECTED] Apache consuming lot of memory

2007-08-20 Thread David Díaz Díaz
Hi All, I have running Apache 2.2.4 with PHP 5.2 and Mysql 5 on Fedora 5, my server has 2GB RAM and only it runs a php runtime with flash embedded that stream MP3 files for 300 simultaneus users... My point is that apache is consuming about 1.80GB I feel that it's not correct, my prefor

[EMAIL PROTECTED] Problems of charset and file location with VirtualHost, SSL and Reverse Proxy

2007-08-20 Thread via . lej
Hello ! I have some problems using VirtualHost and SSL, please have a look at my log file: --> [Mon Aug 20 17:31:14 2007] [warn] [client 10.0.5.253] No usable charset information: using old HTTP default LATIN1 [Mon Aug 20 17:31:14 2007] [error] [client 10.0.5.253] Error in

Re: [EMAIL PROTECTED] want to start apache when server boot up HELP HELP

2007-08-20 Thread Sander Temme
Virus, On Aug 19, 2007, at 12:34 PM, Galaxy Virus wrote: I couldnt. Although I replaced the necessary path for every PREFIX, httpd didnt wakeup when server boots up. :( The problem is actually very simple. When FreeBSD boots, it calls every executable script in /usr/local/etc/rc.d with

Re: [EMAIL PROTECTED] Mod Rewrite Help

2007-08-20 Thread Jack Stone
From: "Joshua Slive" <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: users@httpd.apache.org, [EMAIL PROTECTED] Subject: Re: [EMAIL PROTECTED] Mod Rewrite Help Date: Sun, 19 Aug 2007 13:28:31 -0400 On 8/19/07, Jack Stone <[EMAIL PROTECTED]> wrote: > I've wondered if is is necessary to us

[EMAIL PROTECTED] How to do static Apache binary build

2007-08-20 Thread Mikko Sopanen
Hello, Can anyone help me? I have a problem with dynamically linked shared libraries. How I can do a binary build so that everything comes with binary and there is no dependesies at all? In example libraries libaprutil-1.so.0 libpq.so.3 and libap-1.so.0 causes problems when binary is installed to

Re: [EMAIL PROTECTED] How to preinstal httpd to temporary location for packaging

2007-08-20 Thread Mikko Sopanen
Ok, Thanks a lot. It seems to be working. However there was minor bug in binary installation script. The tar command did not work under Redhat . - Mikko 2007/8/14, Joshua Slive <[EMAIL PROTECTED]>: > > On 8/14/07, Mikko Sopanen <[EMAIL PROTECTED]> wrote: > > Hello, > > > > Is it possible to pre

Re: [EMAIL PROTECTED] mod_rewrite loaded, but not writing or logging

2007-08-20 Thread Peter Smith
thank you. i got it working! joy! i had tried the 'RewriteOptions Inherit' stuff as well, to no avail. So, all i did to fix this was move my entries from the 'included' httpd-vhosts.conf file into the main httpd.conf file (and commented back out that 'vhosts' include line). I also had to bring

Re: [EMAIL PROTECTED] mod_rewrite loaded, but not writing or logging

2007-08-20 Thread Vincent Bray
On 20/08/07, Peter Smith <[EMAIL PROTECTED]> wrote: > At this point, I'll be very happy with any rewriting of any sort - with > virtual hosts or not - though, I'd eventually like to get it working with > virtual hosts. Since I've destroyed my config files I'll probably start with > a brand new Apac

Re: [EMAIL PROTECTED] suppressing HTTP 100 continue

2007-08-20 Thread André Malo
* Jimmy Lee wrote: > If that's really true, that saves me lots of headaches. Are you sure? You can check for yourself :-) (search for expecting_100). expecting_100 is set on "Expect: 100-continue" request

[EMAIL PROTECTED] mod_rewrite loaded, but not writing or logging

2007-08-20 Thread Peter Smith
Hi, mod_rewrite doesn't seem to be working. I'm running Apache/2.2.4 (Win32) PHP/5.2.3, and mod_rewrite appears to be loaded (according to phpinfo() and httpd -t -D DUMP_MODULES). At this point, I'll be very happy with any rewriting of any sort - with virtual hosts or not - though, I'd eventua

[EMAIL PROTECTED] Internal Redirection of Request between modules

2007-08-20 Thread janmejay.tripathi
Hi there, Does "internal redirection ( ap_internal_redirect ) " mechanism works equally good for modules implemented on different IP based virtual hosts. Thanks - in - advance. Best Regards, Jay

RE: [EMAIL PROTECTED] suppressing HTTP 100 continue

2007-08-20 Thread Jimmy Lee
If that's really true, that saves me lots of headaches. Are you sure? Thanks! -Original Message- From: André Malo [mailto:[EMAIL PROTECTED] Sent: Monday, 20 August 2007 5:25 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] suppressing HTTP 100 continue * Jimmy Lee wrote:

Re: [EMAIL PROTECTED] suppressing HTTP 100 continue

2007-08-20 Thread André Malo
* Jimmy Lee wrote: > 1. The client can't be modified. > 2. The client doesn't send "Expect". > 3. The client claims to use HTTP1.1 (but ironically doesn't support 100 > contine!) > > Will apache still send random 100 continues? No, it won't. nd