Re: [users@httpd] rewrite rule problem

2014-07-24 Thread Igor Cicimov
On Fri, Jul 25, 2014 at 2:33 PM, Nick Edwards wrote: > Howdy, > I've sent this to the roundcube list few days ago, no-one replied so , > since its also apache related, I'll ask here. > > > > Trying to understand the new "security" rules in .htaccess > > - deny access to files not containing a d

[users@httpd] rewrite rule problem

2014-07-24 Thread Nick Edwards
Howdy, I've sent this to the roundcube list few days ago, no-one replied so , since its also apache related, I'll ask here. Trying to understand the new "security" rules in .htaccess - deny access to files not containing a dot or starting with a dot # in all locations except installer direct

[users@httpd] “405 method not allowed”. No errors when sending the request from a HTTP simulation web

2014-07-24 Thread Javier Garcia
Hi, Im getting a 405 when sending a POST request to "http://www.sermobi.com/customers"; from a mobille app using an ajax function. But I don't get that error using a tool like http://www.hurl.it/#top. I have already enable CORS on my server and checked that it works ok for GET requests. I ha

Re: [users@httpd] mod_rpaf does not work

2014-07-24 Thread Aurélien Terrestris
Here you have a patch for rpaf-0.6 : http://www.be-root.com/2012/08/23/installer-compiler-mod_rpaf-2-4-apache/ it's working on my Platform 2014-07-24 14:36 GMT+02:00 Eric Covener : > You should either move to mod_remoteip in 2.4 or check with the > mod_rpaf source for something 2.4-compatible.

Re: [users@httpd] mod_rpaf does not work

2014-07-24 Thread Eric Covener
You should either move to mod_remoteip in 2.4 or check with the mod_rpaf source for something 2.4-compatible. On Thu, Jul 24, 2014 at 8:30 AM, Васильев "Zmey!" Олег wrote: > Hi > > I have Ubuntu 14.04 (upgraded from 12.04) with this: > Server version: Apache/2.4.7 (Ubuntu) > Server built: Apr

[users@httpd] mod_rpaf does not work

2014-07-24 Thread Zmey!
Hi I have Ubuntu 14.04 (upgraded from 12.04) with this: Server version: Apache/2.4.7 (Ubuntu) Server built:   Apr  3 2014 12:20:25 Server's Module Magic Number: 20120211:27 Server loaded:  APR 1.5.1-dev, APR-UTIL 1.5.3 Compiled using: APR 1.5.1-dev, APR-UTIL 1.5.3 Architecture:   32-bit Server MPM

Re: [users@httpd] Building Apache 2.4.x on Windows 7 32bit with Visual Studio 2013

2014-07-24 Thread Sandeep Thakkar
Let me try that. BTW, I have also used the new sources httpd-2.4.10, converted the project in VS2013 and built it and I see the same errors. I have built latest  pcre, apr, apr-iconv, apr-util, openssl.   Sandeep. On Thursday, July 24, 2014 5:05 PM, Hendrik Schmieder wrote: Sandeep Thakk

Re: [users@httpd] Building Apache 2.4.x on Windows 7 32bit with Visual Studio 2013

2014-07-24 Thread Hendrik Schmieder
Sandeep Thakkar schrieb: Hi I could successfully built httpd-2.4.7 on WIndows 7 32bit with Visual Studio 2010 with the help of few thread in mailing lists. But, now, we want to build it on another Windows 7 32bit machine, where we have Visual STudio 2013 installed. Hence. I just opened Apache.sl

[users@httpd] Building Apache 2.4.x on Windows 7 32bit with Visual Studio 2013

2014-07-24 Thread Sandeep Thakkar
Hi I could successfully built httpd-2.4.7 on WIndows 7 32bit with Visual Studio 2010 with the help of few thread in mailing lists. But, now, we want to build it on another Windows 7 32bit machine, where we have Visual STudio 2013 installed. Hence. I just opened Apache.sln in VS2013, let the con

RE: [users@httpd] Can I use different Directory according to the source IP?

2014-07-24 Thread Mark jensen
Thanks for your reply, I know about satisfy, but as I mentioned before, I want different Authorization for internal users and external Users: For internal Users : Require IP IP_Address for External Users: authorization using LDAP How can I achieve this? with Satisfy Any Can I use different Re

[users@httpd] my dumpio log was missing

2014-07-24 Thread bae.hk
Hi, I am Bae (from Japan). (apache Version: 2.0.64) I installed the mod_dumpio, and getting request and reponse information in error.log. But if log(one line) becomes long, the log of the one line'end is missing. (Example) error.log ①dumpio_out (data-HEAP): 111222333444555666 (→ "777" is missing

Re: [users@httpd] 200 OK for a network error?

2014-07-24 Thread Nozomi Anzai
Hi, Thank you for your comment. I tried Apache 2.4.9 + mod_proxy_ajp + Tomcat 6.0.35. But, unfortunately HTTP status codes were the same ones. (Apache HTTP status => 200, Tomcat's => 500.) Apache 2.2.x + Tomcat 6.0.35 behaves so, too. Next, I tried with Apache 2.2.15 (2.4.9) + mod_proxy_http