Re: [us...@httpd] HTTP/0.9 and mod_proxy

2009-10-01 Thread Danijel
Karel Kubat wrote: > On Oct 1, 2009, at 4:25 PM, Danijel wrote: > > GET /test HTTP/1.0 > > Host: backend:9110 > > User-Agent: curl/7.15.1 (x86_64-suse-linux) libcurl/7.15.1 > > OpenSSL/0.9.8a zlib/1.2.3 libidn/0.6.0 > > Accept: */* > > Max-Forwards: 10 > > X-Forwarded-Fo

[us...@httpd] Filter by group attribute using mod authnz_ldap

2009-10-01 Thread Mxrgus Pxrt
Hi, Would it be possible to filter users not only by user attributes or groups but also by attributes of group using authnz_ldap? Example: Users: cn: First Last, ou: people, dc: lol cn: Second Last, ou: pople, dc: lol Groups: cn: lord, ou: group, dc: lol member: First Last attribute111: ye

[us...@httpd] group authorization via LDAP

2009-10-01 Thread Tony Rice (trice)
I'm trying to convert from DBM file based authentication and authorization to LDAP based authentication and authorization in Apache 2.2.11. We've already got a large number of .htaccess files with specific configs for individual directories that are using "require user" and "require group". Is it

Re: [us...@httpd] apache redirection does not work

2009-10-01 Thread Martin Spinassi
On Thu, 2009-10-01 at 11:53 -0400, Sharjeel Tariq wrote: > Hi, > > > I am trying to set up apache redirection rule for redirecting all of > our non > 'www' domains to 'www' domains. I got the redirection rule from apache > manual > but the rule does not work when we have subdirectories and parame

Re: [us...@httpd] HTTP/0.9 and mod_proxy

2009-10-01 Thread Karel Kubat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Oct 1, 2009, at 4:25 PM, Danijel wrote: I have to reverse proxy a beast which speaks HTTP/0.9. The documentation to mod_proxy says: This module implements a proxy/gateway for Apache. It implements proxying capability for F

Re: [us...@httpd] apache redirection does not work

2009-10-01 Thread Jonathan Zuckerman
On Thu, Oct 1, 2009 at 9:37 AM, Bob Ionescu wrote: > 2009/10/1 Sharjeel Tariq : >> RewriteCond %{HTTP_HOST} ^example.com$ >> RewriteRule ^/(.*)$ http://www.example.com/$1 [L,R] >> >> >> The above rule works for all urls except when I have urls like >> >> http://example.com/news/headlines/more.jsp?

[us...@httpd] Apache 2.2.13, OpenSSL 0.9.8k, Linux, [error] Unable to initialize TLS servername

2009-10-01 Thread Rodney Beede
So I have a 64-bit Linux system (Oracle Unbreakable 5.4) where I am trying to compile Apache 2.2.13 with Openssl 0.9.8k with mod_ssl as a shared module. I setup my Openssl as follows: ./config --prefix=/software/openssl shared enable-tlsext make make test make install All went well there. Then I bu

Re: [us...@httpd] apache redirection does not work

2009-10-01 Thread Bob Ionescu
2009/10/1 Sharjeel Tariq : > RewriteCond %{HTTP_HOST} ^example.com$ > RewriteRule ^/(.*)$ http://www.example.com/$1 [L,R] > > > The above rule works for all urls except when I have urls like > > http://example.com/news/headlines/more.jsp?content=20090624_075115_6540 > > Instead of redirecting the a

[us...@httpd] apache redirection does not work

2009-10-01 Thread Sharjeel Tariq
Hi, I am trying to set up apache redirection rule for redirecting all of our non 'www' domains to 'www' domains. I got the redirection rule from apache manual but the rule does not work when we have subdirectories and parameters at the end of url. The redirection rule i have is RewriteCond %{H

[us...@httpd] OT: Vista Xampp and 'allow from localhost'

2009-10-01 Thread Clive Kinton
On Wed, 2009-09-30 at 18:29 -0400, Rich Bowen wrote: > On Sep 30, 2009, at 15:47 , Clive Kinton wrote: > > > Has anybody run into some weirdness with Apache 2.2.12 from Xampp on > > Vista and ip to hostname resolution for 'localhost'? The httpd.conf is > > vanilla, as shipped. > > > > Specific iss

[us...@httpd] Re: Issue with mod_auth_digest

2009-10-01 Thread Dan Poirier
"Soumendu Bhattacharya" writes: > I am facing an issue with existing apache > instances on hp unix. Looks like mod_auth_digest is failing to generate > secret for Digest . It fails with the following error : > > [Thu Oct 01 03:19:45 2009] [notice] Digest: generatin

[us...@httpd] HTTP/0.9 and mod_proxy

2009-10-01 Thread Danijel
Hi, I have to reverse proxy a beast which speaks HTTP/0.9. The documentation to mod_proxy says: This module implements a proxy/gateway for Apache. It implements proxying capability for FTP, CONNECT (for SSL), HTTP/0.9, HTTP/1.0, and HTTP/1.1. The configuration simply is:

[us...@httpd] interaction between apache and OSX 10.5.7 finder

2009-10-01 Thread Dan Yamins
Sorry for posting again, but I posted this a few days ago and got no responses. but I think this is probably the right list ... I have an apache virtual host for some local development I'm doing using python cgi scripts. Here is a example script that should open a "Finder" window on the server i

Re: [us...@httpd] mod_rewrite ignoring proxy flag

2009-10-01 Thread Alexander Müller
>>> On 01.10.2009 at 00:26, in message <7a3d8eaa-2c62-444b-80e5-7c4eec5ff...@rcbowen.com>, Rich Bowen wrote: > > The first thing that comes to mind is that you have a Redirect header > being sent by the back-end. Make sure that you have a ProxyPassReverse > that matches the initial Proxy req

Re: [us...@httpd] Connection Reset

2009-10-01 Thread ricardo13
HI Steve, I'm using a script called AutoBench. This software does benchmark distributed. This is the site: http://www.xenoclast.org/autobench/ My web cluster has power servers (Quad Core, 2GB RAM) and I think that they support that workload. My web site is a PHP page and it does only a "loop for

Re: [us...@httpd] OT: Vista Xampp and 'allow from localhost'

2009-10-01 Thread Clive Kinton
On Wed, 2009-09-30 at 18:29 -0400, Rich Bowen wrote: > On Sep 30, 2009, at 15:47 , Clive Kinton wrote: > > > Has anybody run into some weirdness with Apache 2.2.12 from Xampp on > > Vista and ip to hostname resolution for 'localhost'? The httpd.conf is > > vanilla, as shipped. > > > > Specific iss

Re: [us...@httpd] 405 Method not allowed

2009-10-01 Thread André Warnier
Jawad hussain wrote: Hello, I am trying to PUT one file through OpenXcap but it seems Apache 2.2.12 is not allowed PUT method. Following is the error. Can someone have some solution are there any special settings for appache.conf and httpd.conf. xcapclient -i pres-rules Put Error 40

[us...@httpd] 405 Method not allowed

2009-10-01 Thread Jawad hussain
Hello, I am trying to PUT one file through OpenXcap but it seems Apache 2.2.12 is not allowed PUT method. Following is the error. Can someone have some solution are there any special settings for appache.conf and httpd.conf. xcapclient -i pres-rules Put Error 405 Method not Allowed T

Re: [us...@httpd] OT: Vista Xampp and 'allow from localhost'

2009-10-01 Thread Clive Kinton
On Wed, 2009-09-30 at 18:29 -0400, Rich Bowen wrote: > On Sep 30, 2009, at 15:47 , Clive Kinton wrote: > > > Has anybody run into some weirdness with Apache 2.2.12 from Xampp on > > Vista and ip to hostname resolution for 'localhost'? The httpd.conf is > > vanilla, as shipped. > > > > Specific iss