Re: [users@httpd] mod_rpaf does not work

2014-07-25 Thread Zmey!
Found out, that module was installed with main package apache2. Everything works now, thank you. 24.07.2014, 16:37, "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

Re: [users@httpd] mod_rpaf does not work

2014-07-25 Thread Zmey!
Thanks, but it not suitable for my sources (apt-get source). I've made changes as in patch (sed -i 's/remote_addr/client_addr/g' mod_rpaf.c and sed -i 's/remote_ip/client_ip/g' mod_rpaf.c) but nothing changes. 24.07.2014, 19:00, "Aurélien Terrestris" : >  Here you have a patch for rpaf-0.6 : > >

Re: [users@httpd] mod_rpaf does not work

2014-07-25 Thread Zmey!
There is no mod_remoteip in Ubuntu 14.04 repos. I already checked it while google-ing. Can you provide link to sources or .deb package please? 24.07.2014, 16:37, "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 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

[users@httpd] mod_rpaf

2014-06-20 Thread Zmey!
Hi everyone. I have a trouble with mod_rpaf. I have upgraded my Ubuntu 12.04 (server) to 14.04 and it just stoped working. Version 2.4.7, prefork, with PHP 5.3. I use it with nginx as fronted, using X-Real-IP header. Module really loads (apache says it himself), all derictives are present and cor