[us...@httpd] auth_ldap error message not showed correct

2010-03-16 Thread pantao
Hi,all I use apache2.2.6 and SVN1.4.5 on Chinese version of WINDOWS XP platform and ,and try to use ldap_module and authnz_ldap_module as authentication method . But I found that the error log of auth_ldap module in error_log file is shown with hex format. I try translate it as UTF-8 co

Re: [us...@httpd] VirtualHost & Location

2010-03-16 Thread Nilesh Govindarajan
On Wed, Mar 17, 2010 at 6:02 AM, Milan Tomic wrote: > > I have also tried LocationMatch: > > > ProxyPass  http://www.yahoo.com/ > > > and > > > ProxyPass  http://www.yahoo.com/ > > > but without success. I need to match if there is anything behind slash / > > TIA > > > > > - Original Messa

[us...@httpd] Encryption key size

2010-03-16 Thread Hugh E Cruickshank
Apache 2.2.3 on RHEL 5.4 Hi All: I am attempting to find a way of determining the encryption key size. Apparently the old environment variable was HTTPS_KEYSIZE which was renamed SSL_CIPHER_USEKEYSIZE. However this is only active if you specify +CompatEnvVars on the SSLOptions directives. When

Re: [us...@httpd] VirtualHost & Location

2010-03-16 Thread Milan Tomic
I have also tried LocationMatch: ProxyPass http://www.yahoo.com/ and ProxyPass http://www.yahoo.com/ but without success. I need to match if there is anything behind slash / TIA - Original Message From: Milan Tomic To: users@httpd.apache.org Sent: Wed, March 17, 2010 12:13

Re: [us...@httpd] VirtualHost & Location

2010-03-16 Thread Milan Tomic
> Why are you using ProxyPass ? You can use Redirect if don't want to mask > that content is coming from your server (and of course save your bandwidth). I have tried this: ProxyPass http://localhost:8082/SomeUrl/ Redirect /SomeUrl/index.html http://www.google.com Redirect /SomeUrl http:

[us...@httpd] Problems with mod_proxy - invalid response from an upstream server

2010-03-16 Thread Aaron Gray
I am receiving the error in my browser of 502 Proxy Error Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /MyProfile/MyDetails/MyDetails.do;jsessionid=1l5bqi2eonag5. Reason: Error reading from remote server The w

[us...@httpd] Exiting process doesn't trigger ErrorDocument 500

2010-03-16 Thread ARTHUR GOLDBERG
Hello I'm running Perl programs in mod_perl in Apache (2.2) on RHEL, using the prefork MPM. I want to protect my server against Perl processes that grow much too large, as they can slow or even freeze the system. So I've setup an address space resource limit via Perl's Apache2::SizeLimit. P

Re: [us...@httpd] 2.2.15-win32 compile failure (config-win.h)

2010-03-16 Thread William A. Rowe Jr.
On 3/16/2010 9:44 AM, Andy Wang wrote: > > Looking at the aprutil.mak, it looks like the default target is the > generic Win32 Release target. > The config-win.h failure is from aprutil.dep referenced by aprutil.mak > (line 425 under the .\dbd\apr_dbd_mysql target): >{$(INCLUDE)}"config-win.h"

Re: [us...@httpd] How to block IP addresses to the whole server?

2010-03-16 Thread Daniel Reinhardt
-- From: "Reese" Sent: 16 March, 2010 16:48 To: Subject: Re: [us...@httpd] How to block IP addresses to the whole server? On 16-Mar-10 10:31, Je suis la poubelle wrote: Thanks to all for your replies. For the record, is the best option f

Re: [us...@httpd] VirtualHost & Location

2010-03-16 Thread Nilesh Govindarajan
On Tue, Mar 16, 2010 at 7:34 PM, Brent Davidson wrote: > On 03/16/2010 05:49 PM, Milan Tomic wrote: >> Good day, >> >> How can I (if it is possible at all) specify that all requests to: >> >> /SomeUrl >> /SomeUrl/ >> /SomeUrl/index.html >> >> go to one location and all other requests like >> >> /S

Re: [us...@httpd] How to block IP addresses to the whole server?

2010-03-16 Thread Reese
On 16-Mar-10 10:31, Je suis la poubelle wrote: Thanks to all for your replies. For the record, is the best option for me. This is the solution I use: edit /etc/apache2/httpd.conf to add the following section: Order Allow,Deny Deny from xx.xx.xx.xx Deny from xx.xx.xx.xx Allow fro

Re: [us...@httpd] How to block IP addresses to the whole server?

2010-03-16 Thread Philip Wigg
On 16 March 2010 15:31, Je suis la poubelle wrote: >     Thanks to all for your replies.  For the record, is > the best option for me.  This is the solution I use: > > edit /etc/apache2/httpd.conf to add the following section: > >  Order Allow,Deny >  Deny from xx.xx.xx.xx >  Deny from xx.xx.xx.

Re: [us...@httpd] How to block IP addresses to the whole server?

2010-03-16 Thread Je suis la poubelle
Thanks to all for your replies. For the record, is the best option for me. This is the solution I use: edit /etc/apache2/httpd.conf to add the following section: Order Allow,Deny Deny from xx.xx.xx.xx Deny from xx.xx.xx.xx Allow from all There is nevertheless one thing I wo

Re: [us...@httpd] mod_php script 'queue'

2010-03-16 Thread John Iliffe
On Tue, 2010-16-03 at 10:45 -0300, Bruno - e-comBR wrote: > > 2010/3/12 Reese > On 12-Mar-10 13:49, Jonathan Zuckerman wrote: > On Fri, Mar 12, 2010 at 9:36 AM, Reese > wrote: > > On 12-Mar-10 11:31, Nilesh Govindar

Re: [us...@httpd] mod_php script 'queue'

2010-03-16 Thread Roger
I may have miss-understood your question but the fact that your second script gets put in a queue may have to do with the fact that you are using persistent connections. Have you tried disabling this off to see if apache process the second request right of way? I'm not saying that disabling persis

Re: [us...@httpd] mod_php script 'queue'

2010-03-16 Thread Roger
Sorry I meant to say: "I'm not saying that disabling persistent connections is the solution to the problem that you are having with your report page" -r - The official User-To-User support forum of the Apache HTTP Server Project

Re: [us...@httpd] 2.2.15-win32 compile failure (config-win.h)

2010-03-16 Thread Andy Wang
On 03/15/2010 06:06 PM, William A. Rowe Jr. wrote: > > If you are building the "NT" targets, they no longer exist. I wasn't paying > attention when we moved the sources from apr 1.3.x to apr 1.4.x, where NT > became the default (e.g. Release Win32), and "Release Win9x" was added for > legacy suppo

Re: [us...@httpd] mod_php script 'queue'

2010-03-16 Thread Bruno - e-comBR
2010/3/16 Roger > Do you have persistent connections on? > > -r > > - > The official User-To-User support forum of the Apache HTTP Server Project. > See http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-m

Re: [us...@httpd] mod_php script 'queue'

2010-03-16 Thread Roger
Do you have persistent connections on? -r - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apa

RE: [us...@httpd] VirtualHost & Location

2010-03-16 Thread Brent Davidson
On 03/16/2010 05:49 PM, Milan Tomic wrote: > Good day, > > How can I (if it is possible at all) specify that all requests to: > > /SomeUrl > /SomeUrl/ > /SomeUrl/index.html > > go to one location and all other requests like > > /SomeUrl/somePage.html > > go to the other location? I have started edi

Re: [us...@httpd] mod_php script 'queue'

2010-03-16 Thread Bruno - e-comBR
2010/3/12 Reese > On 12-Mar-10 13:49, Jonathan Zuckerman wrote: > >> On Fri, Mar 12, 2010 at 9:36 AM, Reese wrote: >> >> On 12-Mar-10 11:31, Nilesh Govindarajan wrote: >>> >>> On Fri, Mar 12, 2010 at 6:49 PM, Bruno - e-comBR wrote: It's causing a little throuble for me. When

[us...@httpd] Re: mod_ldap cache and strace doesn't tell the same story

2010-03-16 Thread Manuel Vacelet
On Tue, Mar 16, 2010 at 11:06 AM, Manuel Vacelet wrote: > Hi all, > > I'm facing a strange issue. > I have a major performance penalty on some apache related operations > (svn checkout that used to take 5mn but that suddenly takes more than > 7 hours). > > I'm running a standard RHEL5.3 with apach

Re: [us...@httpd] VirtualHost & Location

2010-03-16 Thread Nilesh Govindarajan
On 03/16/2010 05:49 PM, Milan Tomic wrote: Good day, How can I (if it is possible at all) specify that all requests to: /SomeUrl /SomeUrl/ /SomeUrl/index.html go to one location and all other requests like /SomeUrl/somePage.html go to the other location? I have started editing httpd.conf lik

Re: [us...@httpd] different php.ini for virtual host on apache2 with mod_php5

2010-03-16 Thread Matus UHLAR - fantomas
On 16.03.10 11:50, Станислав Сметанин wrote: > To: users@httpd.apache.org > > I want to disable mail() function in the one of virtual hosts' that > use PHP(I use mod_php for apache2), and regarding to the > http://www.php.net/manual/en/ini.core.php#ini.disable-functions I > can't use directives li

[us...@httpd] VirtualHost & Location

2010-03-16 Thread Milan Tomic
Good day, How can I (if it is possible at all) specify that all requests to: /SomeUrl /SomeUrl/ /SomeUrl/index.html go to one location and all other requests like /SomeUrl/somePage.html go to the other location? I have started editing httpd.conf like this: ProxyPass http://www.google.com

Re: [us...@httpd] modssl integration with apacheserver

2010-03-16 Thread Matus UHLAR - fantomas
On 09.03.10 11:27, snigdhamukher...@bel.co.in wrote: > I have to add a custom built SSL library in place of OpenSSL. > Can some one suggest how to integrate a SSL library with mod-ssl for > apache web server?? is it patched SSL, compatible with SSL, or something completely new? first tho should be

[us...@httpd] mod_ldap cache and strace doesn't tell the same story

2010-03-16 Thread Manuel Vacelet
Hi all, I'm facing a strange issue. I have a major performance penalty on some apache related operations (svn checkout that used to take 5mn but that suddenly takes more than 7 hours). I'm running a standard RHEL5.3 with apache 2.2.3 (fyi the server runs mod_php, mod_auth_mysql and some other mod

[us...@httpd] different php.ini for virtual host on apache2 with mod_php5

2010-03-16 Thread Станислав Сметанин
Hi there. the problem: I want to disable mail() function in the one of virtual hosts' that use PHP(I use mod_php for apache2), and regarding to the http://www.php.net/manual/en/ini.core.php#ini.disable-functions I can't use directives like php_value, etc, because value of disable_functions can be