[us...@httpd] What's this error "proxy: error reading status line" ????

2009-09-12 Thread ricardo13
Hi, I would like to know, why happen this ??? I use mod_rewrite (with flag [P]) and mod_proxy. I use external program with RewriteMap directive. Ricardo -- View this message in context: http://www.nabble.com/What%27s-this-error-%22proxy%3A-error-reading-status-line%22--tp25419709p254197

Re: [us...@httpd] Digest auth

2009-09-12 Thread MarkAtHarvest
I have been using mod_auth_digest.so.. and it works great.. here is how the working conf looks.. Options Indexes FollowSymlinks ExecCGI AuthType Digest AuthName "private" AuthUserFile /etc/httpd/passwd/digest Require valid-user //other settings Also

[us...@httpd] Digest auth

2009-09-12 Thread Jos Chrispijn
[Apache apache-1.3.41_1] Just checked my apache's httpd.conf and saw that in my configuration file says LoadModule digest_module libexec/apache/mod_digest.so I read somewhere that "mod_digest is a rather old module, which would be an older version of the digest authentication specificat

[us...@httpd] Problem with Apache 2.2.13 and "SSLOptions +FakeBasicAuth"

2009-09-12 Thread ohaya
Hi, We are using Apache as a reverse-proxy in front of a WebLogic server. In our older configuration, using Apache 2.0.5x, when we enable client-authenticated SSL, and uncomment the following line in ssl.conf: SSLOptions +FakeBasicAuth +ExportCertData +CompatEnvVars +StrictRequire we get the "

Re: [us...@httpd] Any way to access data from outside DocumentRoot?

2009-09-12 Thread Sean Conner
It was thus said that the Great Raimund Eimann once stated: > Hi, > > my DocumentRoot is /srv/www/blah.com/htdocs. I prefer to have all my > photos on my dedicated photo drive which is somehwere under > /usr/local/video/pics/. You can add the following to your configuration file: Alias

[us...@httpd] Any way to access data from outside DocumentRoot?

2009-09-12 Thread Raimund Eimann
Hi, my DocumentRoot is /srv/www/blah.com/htdocs. I prefer to have all my photos on my dedicated photo drive which is somehwere under /usr/local/video/pics/. After finding some contradictory getting access on my website to these photos via symlinks, I've tried very hard to the +FollowSymLinks to w

[us...@httpd] Question regarding connect reset errors on clients and possible load imbalance situation on Apache

2009-09-12 Thread Yu-Ju Hong
Hi, I am new to Apache. I set up a distributed simulation using Simics (a full system simulator) to run Apache on the server system and Surge (Scalable URL generator) on the client system. Below is the configuration of the simulation. Version: Apache httpd-2.2.13 (the latest version), compiled wi

Re: [us...@httpd] Re: [mod_dav] Apple Finder webdav client launch many GET requests when I explore a folder

2009-09-12 Thread André Warnier
Klein Stéphane wrote: ... Same issue explained here : http://code.google.com/p/sabredav/wiki/Finder Yes, Stephane, but what are you trying to tell us, or ask us ? Obviously, that Finder program has a bug, and makes a bunch of unnecessary requests, ending with the download of all the files in

[us...@httpd] Re: [mod_dav] Apple Finder webdav client launch many GET requests when I explore a folder

2009-09-12 Thread Klein Stéphane
Stéphane KLEIN a écrit : Hi, I've posted this message on Apple forum (http://discussions.apple.com/thread.jspa?threadID=2148019&tstart=0) : """ Hi, I write a WebDAV server in Python. I found one issue with Apple Finder WebDAV client and I've noticed same issue with Apache mod_dav server. Issu

Re: [us...@httpd] Apache Mod Proxy with HTTP Post

2009-09-12 Thread MarkAtHarvest
Thank you for the response.. I haven't sniffed the packets, I need to look into that. but the summary is if I make a HTTP POST request from browser to twitter using apache PROXY it fails, it sends me a HTTP STATUS as 0.. and I get HTTP Failed output.. If I do the same request, using the following

Re: [us...@httpd] How can I get rid of these errors

2009-09-12 Thread Krist van Besien
On Fri, Sep 11, 2009 at 5:06 PM, Mohit Anchlia wrote: > We have a health check page and when our F5 does health check to see > if servers are up and running we see the following: > > [Wed Sep 09 13:20:48 2009] [info] Seeding PRNG with 136 bytes of entropy > > [Wed Sep 09 13:20:48 2009] [info] [cli

Re: [us...@httpd] Apache Mod Proxy with HTTP Post

2009-09-12 Thread André Warnier
MarkAtHarvest wrote: I have configured my proxy as below ProxyRequests off Order Allow,Deny Allow from all ProxyPass /tproxy/ http://twitter.com/ ProxyPassReverse /tproxy/ http://twitter.com/ RequestHeader unset Accept-Encoding I am trying access Twitter webservice REST APIS from my c