[users@httpd] Rewrite Rule Configuration

2015-04-28 Thread Pablo Alfaro
Hi everybody, I'm having a problem configuring a rewrite rule for my site. I'm using apache 2.2.22 on Debian 7. I used to have a single site under /var/www/Intranet/public. The former rewrite rule configuration was on an .htaccess file in said directory having the following: SetEnv APPLICATION_E

Re: [users@httpd] Moving from 2.2 to 2.4

2015-04-28 Thread Eric Covener
On Tue, Apr 28, 2015 at 3:20 PM, Berger, John wrote: > Seems to be working now. However, when I login it seems to hold my > credentials. I can close my browser and then go back to the URL and it does > not prompt me. If I clear out my browser cache files and then go back to the > URL it prompts

RE: [users@httpd] Moving from 2.2 to 2.4

2015-04-28 Thread Berger, John
Okay, thanks. I appreciate you help very much. John -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Tuesday, April 28, 2015 3:04 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Moving from 2.2 to 2.4 On Tue, Apr 28, 2015 at 3:20 PM, Berger, John wrote:

RE: [users@httpd] Moving from 2.2 to 2.4

2015-04-28 Thread Berger, John
Eric, Seems to be working now. However, when I login it seems to hold my credentials. I can close my browser and then go back to the URL and it does not prompt me. If I clear out my browser cache files and then go back to the URL it prompts me again. Seems to happen with both IE and Chrome. My

Re: [users@httpd] Moving from 2.2 to 2.4

2015-04-28 Thread Eric Covener
On Tue, Apr 28, 2015 at 2:50 PM, Berger, John wrote: > [Tue Apr 28 13:21:03.192195 2015] [ldap:error] [pid 1328:tid 740] (70023)This > function has not been implemented on this platform: AH01277: LDAP: Unable to > add rebind cross reference entry. Out of memory? This is an unfortunate default.

RE: [users@httpd] Moving from 2.2 to 2.4

2015-04-28 Thread Berger, John
In the access log it shows: 168.127.191.33 - jberger1 [28/Apr/2015:13:21:03 -0500] "GET /tpg/tibs/150/g0118.pdf HTTP/1.1" 401 381 In the error log it shows: [Tue Apr 28 13:21:03.192195 2015] [ldap:error] [pid 1328:tid 740] (70023)This function has not been implemented on this platform: AH01277

Re: [users@httpd] Moving from 2.2 to 2.4

2015-04-28 Thread Eric Covener
On Tue, Apr 28, 2015 at 2:43 PM, Berger, John wrote: >Require all denied > >Require all granted > >Require valid-user Just the valid-user of these three. What does your error_log say? -- Eric Covener cove...@gmail.com --

[users@httpd] Moving from 2.2 to 2.4

2015-04-28 Thread Berger, John
Hello, We currently use Apache Httpd 2.2 and are migrating to 2.4 on new servers running on Windows. We currently do an Ldap bind on certain locations and prompt for username and password to allow Ldap users access. Our current config on 2.2 is as follows and works just the way we want:

[users@httpd] Re: 403 Forbidden on unicode urlencoded GET parameters (SecFilter issue)

2015-04-28 Thread Thomas DEBESSE
Sorry for the noise, the customer blindly copypasted a “security rule from the Internet” in his htaccess, and this was a rules to forbid foreign characters… You will laugh with me, he wrote that, then complained about the Forbidden he got : > # Rules to block foreign characters in URLs > RewriteC

[users@httpd] Re: 403 Forbidden on unicode urlencoded GET parameters (SecFilter issue)

2015-04-28 Thread Thomas DEBESSE
Hi, sorry, I don't know why I got a false positive yesterday, but this is not related to SecFilter, the options change nothing and removing the whole mod_security module changes nothing, so it's not related to mod_security. So this is my problem: When a GET parameter use an urlencoded unicode cha

[users@httpd] [mod_disk_cache ] Cache Sharing Over NFS issue

2015-04-28 Thread Akshay Patil
Hello All, I am facing a similar problem with same configuration of mod_disk_cache as http://httpd.markmail.org/message/di37llxqakennodv?q=NFS&page=4 But, that is a question of 2008 and still remains unanswered on the httpd mailing list. I am trying to share a NFS mount between two physical mach

[users@httpd] [mod_disk_cache ] Cache Sharing Over NFS issue

2015-04-28 Thread Akshay Patil
Hello All, I am facing a similar problem with same configuration of mod_disk_cache as http://httpd.markmail.org/message/di37llxqakennodv?q=NFS&page=4 But, that is a question of 2008 and still remains unanswered on the httpd mailing list. I am trying to share a NFS mount between two physical mach

[users@httpd] Re: Suexec fails to find script to execute, or else refuses to execute it due to mismatching dir./files rights

2015-04-28 Thread Vincent Férotin
Hi, Apache httpd users mailing-list! As expected, previous problem was almost trivial but very confusing for the sys.admin newbie I am. For the record, there was a wrong path on first line of the CGI script (shebang), which previously was: #!/usr/bin/bash # # suEXEC wrapper for gitol

[users@httpd] apache : hacking of the webserver

2015-04-28 Thread kepa zalbide
hello I need a connection gateway (http based) for a keyvalue database application the application will run in linux all the key-value code is written in C++ so seems logical to use a webserver written in C or C++ the webserver will be embedded in the application, as the kv database the webs