Re: [users@httpd] MPM Modules Rule of Thumb

2017-09-06 Thread Tony DiLoreto
A quick update here, I'm starting to believe there is a memory leak in either the way I've configured or compiled httpd on AWS EC2. I'm running a t2.small with 4GB memory with LAMP installed and 4 very small (< 5 hits a day) sites running on it. In my opinion, even with mod_php, Apache should requi

Re: [users@httpd] Struts vulnerability

2017-09-06 Thread Sean Son
On Wed, Sep 6, 2017 at 7:45 PM, Eric Covener wrote: > On Wed, Sep 6, 2017 at 7:17 PM, Sean Son > wrote: > > Hello all > > > > I am new to the mailing list as well as new to Apache Struts. We all > heard > > in the news about the vulnerability affecting Apache Struts. I have been > > tasked to d

Re: [users@httpd] Struts vulnerability

2017-09-06 Thread Eric Covener
On Wed, Sep 6, 2017 at 7:17 PM, Sean Son wrote: > Hello all > > I am new to the mailing list as well as new to Apache Struts. We all heard > in the news about the vulnerability affecting Apache Struts. I have been > tasked to determine which of our servers have Struts running on them. I > have a

[users@httpd] Struts vulnerability

2017-09-06 Thread Sean Son
Hello all I am new to the mailing list as well as new to Apache Struts. We all heard in the news about the vulnerability affecting Apache Struts. I have been tasked to determine which of our servers have Struts running on them. I have a few questions on how to determine if a server is running St

[users@httpd] Why Apache does not save some records to error log

2017-09-06 Thread Анатолий Кирсанов
I am not sure what is the reason of my problem. In some cases my PHP script successfully saves data in it's own (script's) log. But there is no corresponding record in Apache access log. Why? The error log is empty. * mod_fcgid/2.3.9 Apache/2.4.6 (CentOS) PHP 7.1.3 Apache config* ...

Re: [users@httpd] MPM Modules Rule of Thumb

2017-09-06 Thread Tony DiLoreto
Thanks Luca, I'll give that a shot. What surprises me is how much each process was consuming; at times 250mb each. Are you saying the majority of that is for php? At the end of the day, I'm looking for the optimal configuation for a standard Wordpress site server. Given the ubiquity of the platfor

[users@httpd] Request_URI and ErrorDocument interaction ?

2017-09-06 Thread Cordente Emmanuel
Hi, I'm having a problem using together Request_URI and ErrorDocument, and I can't solved it by myself. My initial need was to very simple: separate the request path in the logformat. I've started to use the %U format string, it was fine, but I notice that in case of some rewriterule my logfile

[users@httpd] Which file creates master process

2017-09-06 Thread Hemant Chaudhary
Hi I have apache-2.4.25 on my ststem. When we start server, initially master process starts and give access to mpm. I want to know which ".c" file is used to create master process before worker.c. Thanks Hemant

Re: [users@httpd] mod_authz_core and http response 451

2017-09-06 Thread Luca Toscano
Hi Galen, 2017-09-05 22:02 GMT+02:00 Galen Johnson : > Hello, > > I've googled a bit and I can't find a way to handle this without using a > rewrite rule. > > I'm setting up a rule using mod_geoip to block embargoed countries. I set > up the config as follows: > > > # Blocking a clien