[users@httpd] Can apache http server handle millions of static pages or pictures ?

2018-11-01 Thread chuyifan
I have a website with millions of pages. The content on the page stored in database but the data is not changed very frequently. so for the sake of improving the performance of the website and reducing the costs of deployment of web applications, I want to generate the static pages for the dynamic

Re: [users@httpd] use cookie value as auth username

2018-11-01 Thread Jesse Norell
For the archives, should someone comes across this, the solution I found was to use mod_auth_env, which worked to set REMOTE_USER from a cookie value so AuthzDBDQuery could use that in the query. From my previous contrived example, it would look like: SetEnvIf Cookie "PHPSESSID=([^ ;]+)" phpse

RE: [users@httpd] Is there a way to intercept all IP accesses in real time?

2018-11-01 Thread Jeff Cauhape
David, I'm probably being pedantic, but I don't think you are looking for a literal "real time" system, just something that operates quickly. A legitimate real time system can guarantee response to an interrupt within a specified length of time. People often confuse this with being fast, but th

Re: [users@httpd] Is there a way to intercept all IP accesses in real time?

2018-11-01 Thread Dennis Clarke
On 11/01/2018 10:05 AM, David Spector wrote: efficient real-time PHP code There is no such thing. I am only aware of rt priority type code written in C and assembly. At least in the instrumentation and data collection field. dc

Re: [users@httpd] Is there a way to intercept all IP accesses in real time?

2018-11-01 Thread Freek de Kruijf
Op donderdag 1 november 2018 15:05:06 CET schreef David Spector: > I would like to write a short real-time PHP program to detect unusual or > malicious access patterns to httpd under all OSs for the usual methods, > such as GET and POST, the goal being to protect authentication > procedures from be

[users@httpd] Is there a way to intercept all IP accesses in real time?

2018-11-01 Thread David Spector
I would like to write a short real-time PHP program to detect unusual or malicious access patterns to httpd under all OSs for the usual methods, such as GET and POST, the goal being to protect authentication procedures from being repeatedly tested by unauthorized visitors to websites. My unde

[users@httpd] mod proxy, SSI and Options Includes

2018-11-01 Thread Rajesh Karuturi
Hi All, Good day All. We are having an issue - Server Side Includes are not working properly when the request is being proxy to Tomcat from Apache server. It is working only when we set the "Options +Includes" in the element. Can you please suggest is the intended behavior. When the Apache H