Re: [users@httpd] ProxyPass optimization in 2.4 docs

2012-12-24 Thread Igor Galić
- Original Message - Hey all, I found the following blurp when reading this url: http://httpd.apache.org/docs/2.4/new_features_2_4.html The ProxyPass directive is now most optimally configured within a Location or LocationMatch block, and offers a significant performance

Re: [users@httpd] How do you implement mod_fcgid?

2012-12-24 Thread John Iliffe
I hate to re-post during the holiday season but in this case I am totally out of any ideas. The problem is that Apache is running correctly so far as I can see and I want to add mod_fcgid, so I downloaded and compiled it (using apxs to create a loadable module) and everything works fine. But

Re: [users@httpd] How do you implement mod_fcgid?

2012-12-24 Thread Eric Covener
In 2.4, Load mod_unixd, and load it before mod_fcgid. On Mon, Dec 24, 2012 at 2:32 PM, John Iliffe john.ili...@iliffe.ca wrote: I hate to re-post during the holiday season but in this case I am totally out of any ideas. The problem is that Apache is running correctly so far as I can see and I

Re: [users@httpd] How do you implement mod_fcgid?

2012-12-24 Thread Igor Galić
- Original Message - In 2.4, Load mod_unixd, and load it before mod_fcgid. What is the reasoning beind mod_unix being a shared module, rather than a static one like mod_so? i -- Igor Galić Tel: +43 (0) 664 886 22 883 Mail: i.ga...@brainsware.org URL: http://brainsware.org/ GPG:

Re: [users@httpd] How do you implement mod_fcgid?

2012-12-24 Thread Eric Covener
On Mon, Dec 24, 2012 at 4:10 PM, Igor Galić i.ga...@brainsware.org wrote: - Original Message - In 2.4, Load mod_unixd, and load it before mod_fcgid. What is the reasoning beind mod_unix being a shared module, rather than a static one like mod_so? I think there's just no special

Re: [users@httpd] How do you implement mod_fcgid?

2012-12-24 Thread Nick Kew
On Mon, 24 Dec 2012 21:10:47 + (UTC) Igor Galić i.ga...@brainsware.org wrote: - Original Message - In 2.4, Load mod_unixd, and load it before mod_fcgid. What is the reasoning beind mod_unix being a shared module, rather than a static one like mod_so? Allows alternative

[users@httpd] Directory access control by referer and password auth

2012-12-24 Thread Andrey Utkin
I need to control access to particular directory with following logics: if HTTP_REFERER is certain site (but not the same as in requested document URL), then grant access; else, authorize by password (i.e. pass basic authentication) Reading apache 2.4 docs i found there's new directive If, which

Re: [users@httpd] Directory access control by referer and password auth

2012-12-24 Thread Wade Evans
Are you certain that this will suit your security needs? HTTP_REFERRER is easy to spoof... On Mon, Dec 24, 2012 at 5:10 PM, Andrey Utkin andrey.krieger.ut...@gmail.com wrote: I need to control access to particular directory with following logics: if HTTP_REFERER is certain site (but not

[users@httpd] When will Apache officially release 2.4.3 win32 source code?

2012-12-24 Thread 马聪
I have downloaded the 2.4.3 Unix source code version, but for Windows, there are no project files in Unix source code, it is difficult for me to add the project files. I want to know when Apache will release the 2.4.3 win32 source code, or who can tell me how to add VS2010 support for Unix source