Re: [users@httpd] how to use ProxyPassReverse* with more complex a ProxyPassMatch

2012-12-09 Thread Brian Millett
On Sun, 09 Dec 2012 00:45:05 +0100 Christoph Anton Mitterer cales...@scientia.net wrote: Hi. I'm using a reverse proxy set up with ProxyPassMatch as the space I map to is rather complex and can't be mapped with a normal ProxyPass. Now the problem is obviously that: ProxyPassReverse

[users@httpd] Re: Building Apache for Windows

2012-12-09 Thread Good Guy
Somebody should take the responsibility to write the instructions clearly and succinctly (together with php) so that users can compile the source files for their own use.I have been working on 2.2.23 for about a week to no avail. Why can't it be as simple as hello world program? On

Re: [users@httpd] how to use ProxyPassReverse* with more complex a ProxyPassMatch

2012-12-09 Thread Christoph Anton Mitterer
Hi Brian. On Sun, 2012-12-09 at 07:48 -0600, Brian Millett wrote: Location /helpdesk LimitExcept POST GET PUT Require all denied /LimitExcept DirectoryIndex logon.jsp RewriteEngine On RewriteRule \.(pl|php|cgi) - [QSA,PT,L] RewriteRule

[users@httpd] mod_proxy unleashes hell on my server

2012-12-09 Thread Andreas Westvik
Hi everyone! First, images can be found here: http://www.reddit.com/r/debian/comments/14jr2r/mod_proxy_unleashes_hell_on_my_server/ So this is the third time Im enabling mod_proxy on my Debian squeeze server. And every time I do this, all hell breaks out and attacks the server. (see images

Re: [users@httpd] Re: Building Apache for Windows

2012-12-09 Thread Stormy
At 03:20 PM 12/9/2012 +, Good Guy wrote: Somebody should take the responsibility to write the instructions clearly and succinctly (together with php) Try a php mailing list? so that users can compile the source files for their own use.I have been working on 2.2.23 for about a week

[users@httpd] PHP wont dance with Apache

2012-12-09 Thread georg
I have installed, at least to my own understanding, PHP 4.4.3 as module to Apache 2.0.5. But what, there is nothing coming back from my ?PHP echo hello PHP world; ? but the rest of the testpage in HTML comes back and is displayed as it should. Everything is silent and find, and total dark,

Re: [users@httpd] PHP wont dance with Apache

2012-12-09 Thread Darryle Steplight
Hi Georg, Why not install PHP 5? PHP 4 is old news. Also, it sounds like you need to include a AddHandler in your apache config file so your pages know how to parse PHP code. On Sun, Dec 9, 2012 at 2:59 PM, georg georg.chamb...@telia.com wrote: I have installed, at least to my own

Re: [users@httpd] PHP wont dance with Apache

2012-12-09 Thread Yehuda Katz
On Sun, Dec 9, 2012 at 2:59 PM, georg georg.chamb...@telia.com wrote: I have installed, at least to my own understanding, PHP 4.4.3 as module to Apache 2.0.5. I can not find any indication that a version 2.0.5 was released, but it would have been before 2002. Support for PHP 4 has been

[users@httpd] Conditionally strip/remove a specific cookie from request

2012-12-09 Thread ohaya
Hi, We are trying to have an Apache (acting as a proxy) conditionally strip/remove a cookie from the incoming request, before it proxies the request. The condition is that, on the incoming request: - there is a specific HTTP header, MYHEADER, with a value of MYHEADERVALUE, and - the root of

Re: [users@httpd] PHP wont dance with Apache

2012-12-09 Thread georg
HII large thanks for Update bids, sorry I was out of line for Apache its a 2.2 version. But there is a problem, everything tends to get so complex and complicated and BIG. (actually I did exactly the same procedure back in 06 for another machine, then everything went smooth) I prefer the more

Re: [users@httpd] PHP wont dance with Apache

2012-12-09 Thread georg
THNX ! Addhandler I have missed out. Probably do the trick. Be back. (what would it read for php4 ?, well will check) BR Georg - Original Message - From: Darryle Steplight To: users@httpd.apache.org Sent: Sunday, December 09, 2012 9:10 PM Subject: Re: [users@httpd] PHP

Re: [users@httpd] PHP wont dance with Apache

2012-12-09 Thread georg
Hello again Darryle, thinking some; adding a handler is not useful when connecting PHP as a module would it ? adding handler would work if I install PHP as a script engine, which though might be an option guess. BR georg - Original Message - From: Darryle Steplight To:

Re: [users@httpd] Conditionally strip/remove a specific cookie from request

2012-12-09 Thread Igor Cicimov
On Mon, Dec 10, 2012 at 7:19 AM, oh...@cox.net wrote: Hi, We are trying to have an Apache (acting as a proxy) conditionally strip/remove a cookie from the incoming request, before it proxies the request. The condition is that, on the incoming request: - there is a specific HTTP header,

Re: [users@httpd] Conditionally strip/remove a specific cookie from request

2012-12-09 Thread ohaya
Igor Cicimov icici...@gmail.com wrote: On Mon, Dec 10, 2012 at 7:19 AM, oh...@cox.net wrote: Hi, We are trying to have an Apache (acting as a proxy) conditionally strip/remove a cookie from the incoming request, before it proxies the request. The condition is that, on the

Re: [users@httpd] Conditionally strip/remove a specific cookie from request

2012-12-09 Thread Igor Cicimov
On Mon, Dec 10, 2012 at 9:02 AM, oh...@cox.net wrote: Igor Cicimov icici...@gmail.com wrote: On Mon, Dec 10, 2012 at 7:19 AM, oh...@cox.net wrote: Hi, We are trying to have an Apache (acting as a proxy) conditionally strip/remove a cookie from the incoming request, before

Re: [users@httpd] Conditionally strip/remove a specific cookie from request

2012-12-09 Thread ohaya
Igor Cicimov icici...@gmail.com wrote: On Mon, Dec 10, 2012 at 9:02 AM, oh...@cox.net wrote: Igor Cicimov icici...@gmail.com wrote: On Mon, Dec 10, 2012 at 7:19 AM, oh...@cox.net wrote: Hi, We are trying to have an Apache (acting as a proxy) conditionally

Re: [users@httpd] Conditionally strip/remove a specific cookie from request

2012-12-09 Thread Igor Cicimov
On Mon, Dec 10, 2012 at 11:02 AM, oh...@cox.net wrote: Igor Cicimov icici...@gmail.com wrote: On Mon, Dec 10, 2012 at 9:02 AM, oh...@cox.net wrote: Igor Cicimov icici...@gmail.com wrote: On Mon, Dec 10, 2012 at 7:19 AM, oh...@cox.net wrote: Hi, We are

[users@httpd] Re: Building Apache for Windows

2012-12-09 Thread Good Guy
On 09/12/2012 16:49, Stormy wrote: Try Bill Gates? Is he still around? -- Good Guy Website: http://mytaxsite.co.uk Website: http://html-css.co.uk Email: http://mytaxsite.co.uk/contact-us - To unsubscribe, e-mail:

[users@httpd] Compilation error in Apache 2.4.3

2012-12-09 Thread John Iliffe
I am trying to install Apache 2.4.3 on a new Red Hat Linux 6.3 machine running on X86_64 hardware. I installed OpenSSL version 1.0.1c and it seemed to install correctly. basically, it was a default install except for the executable location information.

Re: [users@httpd] Re: Building Apache for Windows

2012-12-09 Thread Alex Chen
I admit there are lots of information of Apache on Windows if you Google it, but none are from Apache itself. The latest official Apache build for Windows is for 2.2.22 and only 32-bit. The project files are for Visual Studio 6 and so old I cannot even convert it to Visual Studio 12. One of

Re: [users@httpd] Re: Building Apache for Windows

2012-12-09 Thread ohaya
Hi, I haven't been following this thread, but I just got done building 2.4.3 on Centos, so I know that 2.4.3 is different even on Centos :).. After you unpacked the APR and APR-UTIL, did you: - Copy/move the apr and apr-util directories under the srcfile directory that's under the original

Re: [users@httpd] Conditionally strip/remove a specific cookie from request

2012-12-09 Thread ohaya
Igor Cicimov icici...@gmail.com wrote: On Mon, Dec 10, 2012 at 11:02 AM, oh...@cox.net wrote: Igor Cicimov icici...@gmail.com wrote: On Mon, Dec 10, 2012 at 9:02 AM, oh...@cox.net wrote: Igor Cicimov icici...@gmail.com wrote: On Mon, Dec 10, 2012 at 7:19

Re: [users@httpd] Conditionally strip/remove a specific cookie from request

2012-12-09 Thread Igor Cicimov
On Mon, Dec 10, 2012 at 2:10 PM, oh...@cox.net wrote: Igor Cicimov icici...@gmail.com wrote: On Mon, Dec 10, 2012 at 11:02 AM, oh...@cox.net wrote: Igor Cicimov icici...@gmail.com wrote: On Mon, Dec 10, 2012 at 9:02 AM, oh...@cox.net wrote: Igor

Re: [users@httpd] Conditionally strip/remove a specific cookie from request

2012-12-09 Thread Igor Cicimov
On Mon, Dec 10, 2012 at 3:04 PM, Igor Cicimov icici...@gmail.com wrote: On Mon, Dec 10, 2012 at 2:10 PM, oh...@cox.net wrote: Igor Cicimov icici...@gmail.com wrote: On Mon, Dec 10, 2012 at 11:02 AM, oh...@cox.net wrote: Igor Cicimov icici...@gmail.com wrote: On Mon,

Re: [users@httpd] Conditionally strip/remove a specific cookie from request

2012-12-09 Thread ohaya
[I keep getting bounced msgs from the mail server, so am removing the earlier replies.] Igor (et al), I'm ok with 2.4.3 and the If for the conditional part. Also, with that, for editing the Cookie header, I figured out that I may be able to use RequestHeader edit to edit the Cookie header