[users@httpd] SSL WebDAV Rewrite

2014-01-10 Thread Chris Arnold
Apache 2 2.2.x. I am trying to proxy a WebDAV space to a tomcat app on the same server with a rewrite and [P] flag. So when https://example .com/path/to/WebDAV/space is entered, the apache server will send that request to the tomcat app. Here is rewrite: RewriteCond %{HTTP_HOST} ^proxyhostname$

Re: [users@httpd] Off Topic

2014-01-10 Thread georg chambert
Find this one good for php; php-gene...@lists.php.net which I subscribe to too. chears georg - Original Message - From: Robert To: Apache Users Sent: Thursday, January 09, 2014 2:07 AM Subject: [users@httpd] Off Topic Is there an email forum like this one for javascript

Re: [users@httpd] Reverse Proxy Issue on Apache version 2.0.65

2014-01-10 Thread Nick Kew
On 10 Jan 2014, at 15:43, Otis Dewitt - NOAA Affiliate wrote: > Greetings, > > I am constantly getting this error below in my log file: It's not clear whether your posting this twice was deliberate? Your problem may be that noone on this list feels motivated to revisit the 2.0.x branch to figu

[users@httpd] Reverse Proxy Issue on Apache version 2.0.65

2014-01-10 Thread Otis Dewitt - NOAA Affiliate
Greetings, I am constantly getting this error below in my log file: *[error] (20014)Error string not specified yet: proxy: pass request body failed to 172.16.11.212:7705 (www.example.com ) from 192.168.100.34 ()* [Thu Jan 09 15:52:47 2014] [err

Re: [users@httpd] Off Topic

2014-01-10 Thread Eric Covener
Try logging the envvar. Whether it's logged the way you want or not, you can either focus on or remove the access control directives (also, use require env foo instead of order/allow/deny) On Fri, Jan 10, 2014 at 6:52 AM, wrote: > I just tried == instead of the = in > > SetEnvIf host abj\.jidan

Re: [users@httpd] Off Topic

2014-01-10 Thread jidanni
I just tried == instead of the = in SetEnvIf host abj\.jidanni\.org let_me_in Order Deny,Allow Deny from all Allow from env=let_me_in the result was that the test totally failed always. So == is not correct. > "AVF" == Antonio Vidal Ferrer > writes: AVF> Have you tried == instead of =

Re: [users@httpd] Off Topic

2014-01-10 Thread Antonio Vidal Ferrer
Have you tried == instead of =? Allow from env==good Best Toni On 10/01/14 12:14, jida...@jidanni.org wrote: "YK" == Yehuda Katz writes: YK> I don't know of a email list like this, but for programming questions (and answers) in any language, I suggest StackOverflow. I have been banned f

Re: [users@httpd] Off Topic

2014-01-10 Thread jidanni
> "YK" == Yehuda Katz writes: YK> I don't know of a email list like this, but for programming questions (and answers) in any language, I suggest StackOverflow. I have been banned from StackOverflow. I was hoping somebody could tell me why SetEnv blockme 1 Order Deny,Allow Deny from all A