RE: [EMAIL PROTECTED] apache query

2007-06-25 Thread simon
Thanks for ur quick reply really appreciate regards simon >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, June 26, 2007 7:22 AM >> To: users@httpd.apache.org >> Subject: [EMAIL PROTECTED] apache query >> >> >> Dear All, >> >> I have squ

RE: [EMAIL PROTECTED] apache query

2007-06-25 Thread Boyle Owen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 26, 2007 7:22 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] apache query > > > Dear All, > > I have squirrelmail webmail server running with > httpd-2.0.40-8 and would > like t

Re: [EMAIL PROTECTED] mod_proxy for rpc over https

2007-06-25 Thread Emmanuel E
Maybe there is a bug ( in mod_proxy_connect) ;-). Check out http://issues.apache.org/bugzilla/show_bug.cgi?id=29744 The patch works :) Cheers, Emmanuel Boyle Owen wrote: -Original Message- From: Lokesh K B Reddy [mailto:[EMAIL PROTECTED]] Sent: Monday, June 25, 2007 11:33 PM

RE: [EMAIL PROTECTED] mod_proxy for rpc over https

2007-06-25 Thread Boyle Owen
> -Original Message- > From: Lokesh K B Reddy [mailto:[EMAIL PROTECTED] > Sent: Monday, June 25, 2007 11:33 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] mod_proxy for rpc over https > > Hi, > > Is there any BUG in mod_proxy for RPC over HTTPS,using > Apache reverse

[EMAIL PROTECTED] apache query

2007-06-25 Thread simon
Dear All, I have squirrelmail webmail server running with httpd-2.0.40-8 and would like to use now https or ssl for security issues. how do i check first if my apache server can be used to serve https and if not how can i enable https .. apprecite your help \ thnaks --

Re: [EMAIL PROTECTED] disable mod_deflate per site or dir

2007-06-25 Thread Tom Donovan
Jason Morehouse wrote: Hello, We make use of mod_deflate on all of our sites. But there is a particular page we need it disabled, as we need to utilize output buffering with PHP. Is it possible to disable mod_deflate per directory, or even site? We are using apache 2.2. If you added th

Re: [EMAIL PROTECTED] disable mod_deflate per site or dir

2007-06-25 Thread Eric Covener
On 6/25/07, Jason Morehouse <[EMAIL PROTECTED]> wrote: Hello, We make use of mod_deflate on all of our sites. But there is a particular page we need it disabled, as we need to utilize output buffering with PHP. Is it possible to disable mod_deflate per directory, or even site? We are using ap

Re: [EMAIL PROTECTED] apache2.2 + mod_authnz_ldap + openldap (all win32 native binaries)

2007-06-25 Thread Eric Covener
On 6/25/07, Jiri Kastner <[EMAIL PROTECTED]> wrote: [ldap_search_ext_s() for user failed][Protocol Error] Have you compared a packet trace via e.g. wireshark what happens in apache vs. some command line client trying to emulate the same query? -- Eric Covener [EMAIL PROTECTED] ---

[EMAIL PROTECTED] disable mod_deflate per site or dir

2007-06-25 Thread Jason Morehouse
Hello, We make use of mod_deflate on all of our sites. But there is a particular page we need it disabled, as we need to utilize output buffering with PHP. Is it possible to disable mod_deflate per directory, or even site? We are using apache 2.2. Thanks!

[EMAIL PROTECTED] mod_proxy for rpc over https

2007-06-25 Thread Lokesh K B Reddy
Hi, Is there any BUG in mod_proxy for RPC over HTTPS,using Apache reverse proxy outlook web access is working fine but rpc over https is not working .Is there any diffrence configuration is required to setup rpc over https using apache reverse proxy . Please help me out.. Regards, L

Re: [EMAIL PROTECTED] limiting connections per ip address in apache2 when under attack

2007-06-25 Thread graham
In case anyone else runs into the same problem, it turned out that a convenient fix was to use mod_evasive, which will temporarily firewall ips based on number of TCP connections. The same Chinese sites are still downloading material, but now in an orderly and manageable way :-) Graham Hamilt

[EMAIL PROTECTED] Build Apache 2.0.5x on RHEL 4.0 (64-bit)

2007-06-25 Thread Campbell, Lance
Renu, I had a similar issue with Apache 2.0.59 on RHEL 5 (64-bit). I saw someone answered your question by putting in the following link: http://www.catb.org/~esr/faqs/smart-questions.html I don't know what you were supposed to get from that, but this is what I found after two hours of di

Re: [EMAIL PROTECTED] apache2.2 + mod_authnz_ldap + openldap (all win32 native binaries)

2007-06-25 Thread Jiri Kastner
William A. Rowe, Jr. wrote: > Without having your module at hand, be aware that the binaries > were compiled against MS LDAP client, such that aprutil, mod_ldap > and mod_authnz_ldap are linked against it. Unless you compiled > appropriate aprutil.dll, mod_ldap.so and mod_authnz_ldap.so, the > ope

Re: [EMAIL PROTECTED] Incorrect IP address in logs - Apache 2.0.59

2007-06-25 Thread Joshua Slive
On 6/25/07, S. William Schulz <[EMAIL PROTECTED]> wrote: On 6/25/07, Graeme Fowler <[EMAIL PROTECTED]> wrote: > On Sun, 2007-06-24 at 15:34 -0400, S. William Schulz wrote: > > > What LogFormat are you using? > > > > I am using combined as follows: > > Thanks for the try. I have HostnameLookups

Re: [EMAIL PROTECTED] Incorrect IP address in logs - Apache 2.0.59

2007-06-25 Thread S. William Schulz
On 6/25/07, Graeme Fowler <[EMAIL PROTECTED]> wrote: On Sun, 2007-06-24 at 15:34 -0400, S. William Schulz wrote: > > What LogFormat are you using? > > I am using combined as follows: > Thanks for the try. I have HostnameLookups turned off in the config file as well. Strange stuff. --

[EMAIL PROTECTED] Installing apache 2.0.59 on RH 5 EM64T

2007-06-25 Thread Campbell, Lance
I get the below error when trying to install apache 2.0.59 on RH 5 EM64T. At the bottom I have also included my configure command and parameters. Any thoughts? /usr/lib/libexpat.so: could not read symbols: File in wrong format collect2: ld returned 1 exit status make[2]: *** [htpasswd] Erro

[EMAIL PROTECTED] How to interpret server-status when using mod_jk aith Apache 2.0.48

2007-06-25 Thread Ramdas . Hegde
I am using Apache httpd 2.0.48 with mod_jk to forward requests to Tomcat running within a JBoss AS. Apache is configured to run in prefork mode. When debugging a service unavailability problem, the server-status(mod_status) page showed all the configured workers within Apache as being in "w" sta

Re: [EMAIL PROTECTED] apache2.2 + mod_authnz_ldap + openldap (all win32 native binaries)

2007-06-25 Thread William A. Rowe, Jr.
Jiri Kastner wrote: > hello all, > for two days i've tried to google solution for my problem. > > i'm using apache2.2 win32 binaries from apache.org > and openldap win32 binaries from > http://download.bergmans.us/openldap/openldap-2.2.29/ Without having your module at hand, be aware that the bin

Re: [EMAIL PROTECTED] (Please help) Apache with forward proxy and https connections

2007-06-25 Thread Joshua Slive
On 6/25/07, Uday Kamath <[EMAIL PROTECTED]> wrote: Hello 1. I have configured Apache (2.0.59) as forward proxy server using directives as below ProxyRequests On AllowCONNECT 80 7002 443 Order deny,allow Allow from all AuthType Basic AuthName "Password Required" AuthUserFile

[EMAIL PROTECTED] (Please help) Apache with forward proxy and https connections

2007-06-25 Thread Uday Kamath
Hello 1. I have configured Apache (2.0.59) as forward proxy server using directives as below ProxyRequests On AllowCONNECT 80 7002 443 Order deny,allow Allow from all AuthType Basic AuthName "Password Required" AuthUserFile "C:/Apache2.0/Apache2/passwords/password" Requir

Re: [EMAIL PROTECTED] apache2.2 + mod_authnz_ldap + openldap (all win32 native binaries)

2007-06-25 Thread Sheryl
> hello all, > for two days i've tried to google solution for my problem. > > i'm using apache2.2 win32 binaries from apache.org > and openldap win32 binaries from > http://download.bergmans.us/openldap/openldap-2.2.29/ > > i have running openldap service, when searching directory, i'll get, at > l

[EMAIL PROTECTED] Authentication agains database issue.

2007-06-25 Thread Laurent FAILLIE
Dear all, I running on an HP-UX 11.11 712 box, and I have compiled apache 2.2.4 with GCC. I have took mod_dbd.c from truck due to several bugs in the version provided w/ 2.2.4. I'm using the following configuration (it's only a test up to now): AllowOverride FileInfo AuthConfig Limit Indexe

Re: [EMAIL PROTECTED] Apache webserver 1.3 version.

2007-06-25 Thread Joshua Slive
On 6/25/07, Mark Watts <[EMAIL PROTECTED]> wrote: > Hi, I need to download 1.3 version for windows but i do not see it on the > apache.org site. It has only 2.0 and higher version. Can someone please > help how and where i can download the 1.3 version. > Thankyou http://archive.apache.org/di

Re: [EMAIL PROTECTED] Running Multiple Interpreters in a Single Page

2007-06-25 Thread Joshua Slive
On 24 Jun 2007 22:18:40 -0700, Robert Alford <[EMAIL PROTECTED]> wrote: List, I have a piece of Ruby code and a piece of PHP code that I would like to serve as part of one web page. My server has been setup such that it can serve Ruby and PHP pages individually, but I'm not sure if there exis

Re: [EMAIL PROTECTED] Mod Deflate and PDF

2007-06-25 Thread Grant Peel
Hi Tony, Thanks for the response. I have confirmed with some clients that some pdfs that were not working are again working. Just fyi. the lines below can be rewritten as: SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png|pdf|PDF|zip|mp3)$ no-gzip dont-vary (not that it matters), -Grant -

[EMAIL PROTECTED] apache2.2 + mod_authnz_ldap + openldap (all win32 native binaries)

2007-06-25 Thread Jiri Kastner
hello all, for two days i've tried to google solution for my problem. i'm using apache2.2 win32 binaries from apache.org and openldap win32 binaries from http://download.bergmans.us/openldap/openldap-2.2.29/ i have running openldap service, when searching directory, i'll get, at least, two entrie

Re: [EMAIL PROTECTED] Apache webserver 1.3 version.

2007-06-25 Thread Mark Watts
> Hi, I need to download 1.3 version for windows but i do not see it on the > apache.org site. It has only 2.0 and higher version. Can someone please > help how and where i can download the 1.3 version. > Thankyou http://archive.apache.org/dist/httpd/binaries/win32/ -- Mark Watts BSc RHCE MB

[EMAIL PROTECTED] Apache webserver 1.3 version.

2007-06-25 Thread imusha_2004
Hi, I need to download 1.3 version for windows but i do not see it on the apache.org site. It has only 2.0 and higher version. Can someone please help how and where i can download the 1.3 version. Thankyou -- View this message in context: http://www.nabble.com/Apache-webserver-1.3-version.-tf

[EMAIL PROTECTED] Apache webserver 1.3 version.

2007-06-25 Thread imusha_2004
Hi, I need to download 1.3 version for windows but i do not see it on the apache.org site. It has only 2.0 and higher version. Can someone please help how and where i can download the 1.3 version. Thankyou -- View this message in context: http://www.nabble.com/Apache-webserver-1.3-version.-tf

RE: [EMAIL PROTECTED] Getting a simple mod_rewrite "Rewrite

2007-06-25 Thread Boyle Owen
> -Original Message- > From: Eraticus Majoricus [mailto:[EMAIL PROTECTED] > Sent: Monday, June 25, 2007 10:52 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Getting a simple mod_rewrite "Rewrite > > Thank you for looking at this. I have added RewriteLog directive, so >

Re: [EMAIL PROTECTED] Getting a simple mod_rewrite "Rewrite

2007-06-25 Thread Manuel ŞUBREDU
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eraticus Majoricus wrote: > Thank you for looking at this. I have added RewriteLog directive, so the > Rewrite section now looks like this. > > > Options FollowSymLinks > AllowOverride None > Order deny,allow > Deny from all > > > #

Re: [EMAIL PROTECTED] Getting a simple mod_rewrite "Rewrite

2007-06-25 Thread Eraticus Majoricus
Thank you for looking at this. I have added RewriteLog directive, so the Rewrite section now looks like this. Options FollowSymLinks AllowOverride None Order deny,allow Deny from all #LoadModule rewrite_module modules/mod_rewrite.so #AddModule mod_rewrite.c Options SymlinksIf

Re: [EMAIL PROTECTED] Incorrect IP address in logs - Apache 2.0.59

2007-06-25 Thread Graeme Fowler
On Sun, 2007-06-24 at 15:34 -0400, S. William Schulz wrote: > > What LogFormat are you using? > > I am using combined as follows: > > LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" > \"%{User-Agent}i\"" combined Hrm. Nothing too unusual about that, then. I'm at a loss as to what to sugges

RE: [EMAIL PROTECTED] Getting a simple mod_rewrite "Rewrite

2007-06-25 Thread Boyle Owen
> -Original Message- > From: Eraticus Majoricus [mailto:[EMAIL PROTECTED] > Sent: Monday, June 25, 2007 8:02 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Getting a simple mod_rewrite "Rewrite > > Apache users, > > I have had a problem with the use of mod_rewite. I'm hopin

Re: [EMAIL PROTECTED] Getting a simple mod_rewrite "Rewrite

2007-06-25 Thread Eraticus Majoricus
Thank you for taking a look at this issue. It seems that since mod_rewrite was compiled into httpd via the "-- enable-mod-rewrite" flag on configure, uncommenting "LoadModule rewrite_module .." actually errors on my machine. I am using a fresh copy of 2.2, and this might have something to do