[users@httpd] "Reading Request" large number of times slowing Apache 2.0 server

2011-08-18 Thread Rose, John B
We are getting a really large number of “Reading Request” showing up in our Apache server status output. The server slowed to a crawl . We related it to access to a site on our network and disabled access but we are not sure why it would be generating such a problem. We do not believe it was a

[users@httpd] Mod_sqlite install on Apache 2.2.15 using yum question

2012-07-11 Thread Rose, John B
On a Red Hat server I am a bit new to yum but have successfully installed a few things. Including mod_perl, mod_python I have tried to unsuccessfully install mod_sqlite yum install mod_sqlite Loaded plugins: product-id, rhnplugin, subscription-manager Updating certificate-based repositori

[users@httpd] Apache httpd graphical monitor ?

2013-01-17 Thread Rose, John B
Is there a graphical monitoring tool for Apache httpd that is granular enough you can determine if you need to change configuration settings, such as you need to change values for MaxClients, MinSpareServers, MaxRequestsPerChild, StartThreads, etc. Looking thru the list archives on MarkMail I

Re: [users@httpd] Apache httpd graphical monitor ?

2013-01-18 Thread Rose, John B
Appreciate the reply I spoke to one of our network folks and he mentioned they use something called Solar Winds Any info on how Munin and Nagios compare with Solar Winds for monitoring Apache httpd? Thanks On 1/18/13 5:34 AM, "Tom Evans" wrote: >On Thu, Jan 17, 2013 at 11:48 P

Re: [users@httpd] Apache httpd graphical monitor ?

2013-01-18 Thread Rose, John B
January 18, 2013 4:48 PM To: users mailto:users@httpd.apache.org>> Subject: Re: [users@httpd] Apache httpd graphical monitor ? Solarwinds isn't free, FYI. (unless something has changed) On Fri, Jan 18, 2013 at 4:33 PM, Rose, John B mailto:jbr...@utk.edu>> wrote: Appreciate the repl

[users@httpd] Does Apache have an equivalent to nginx "fastcgi_intercept_errors"?

2015-06-22 Thread Rose, John B
We have spent a bit of time looking around with no success. We would like to implement a custom error page using Apache 2.4 and PHP-FPM So far unsuccessful. Any help appreciated. Thanks

Re: [users@httpd] Does Apache have an equivalent to nginx "fastcgi_intercept_errors"?

2015-06-26 Thread Rose, John B
It looks like the Apache directive ... ProxyErrorOverride Allows the implementation of a custom error page within Apache/PHP-FPM Similar in functionality to what "fastcgi_intercept_errors" does in nGinx. Is that a correct observation? Any potential problems? Thanks From: , John Rose mailto:jb

[users@httpd] Rewrite, .php files and PHP-FPM

2015-07-22 Thread Rose, John B
Red Hat 7 Apache 2.4 PHP-FPM We are having some trouble getting Rewrite to work with Apache 2.4/PHP-FPM In other words, it isn't successfully working. Our test example: The .htaccess file: RewriteEngine On RewriteRule ^index2.html$ index.html RewriteRule ^index2.php$ index.ph

Re: [users@httpd] Apache Performance Question

2015-07-23 Thread Rose, John B
In the past on our 2.2 configs we used prefork with mod_php To set our MaxClients we determine an average amount of RAM used by httpd processes by looking at "top" output, we then divide the (total amount of physical RAM minus enough RAM to run the OS) by the average RAM used by httpd processes.

[users@httpd] suEXEC, virtual host, Wordpress question

2015-08-05 Thread Rose, John B
Apache 2.2 Red Hat 6 We have a user with a virtual host on our server, who is using Wordpress. They want to use suEXEC. Our server is using mod_php and not cgi. Can we implement PHP via cgi for that one virtual host so as to provide for them to use suEXEC? Thanks John

Re: [users@httpd] Re: Apache Upgrade on Red Hat question

2015-08-10 Thread Rose, John B
We went from 2.2 to 2.4 and used these documents, among others Š. http://httpd.apache.org/docs/2.4/upgrading.html http://httpd.apache.org/docs/2.4/misc/perf-tuning.html We also went from prefork/mod_php to Event MPM and php-fpm http://httpd.apache.org/docs/2.4/new_features_2_4.html https://wiki.

[users@httpd] Apache and Wordpress file permissions options

2015-08-11 Thread Rose, John B
Any recommendations on the best method to accomplish individual users Wordpress installations maintaining their owner:group instead of changing to the owner:group of the Apache process? Not a Wordpress multi-user installation. Each user installs their own Wordpress. Looking at the Wordpress sit

Re: [users@httpd] Apache and Wordpress file permissions options

2015-08-11 Thread Rose, John B
So using php-fpm negates any need to use suexec, correct? Sent from my iPad > On Aug 11, 2015, at 12:31 PM, Rich Bowen wrote: > > > >> On 08/11/2015 11:22 AM, Rose, John B wrote: >> Any recommendations on the best method to accomplish individual users >> Wordp

Re: [users@httpd] Apache and Wordpress file permissions options

2015-08-11 Thread Rose, John B
We are using Apache 2.2, so we are using prefork. So no problems using PHp-fpm and prefork on Apache 2.2? Sent from my iPad On Aug 11, 2015, at 11:36 AM, Daniel mailto:dferra...@gmail.com>> wrote: 2015-08-11 17:22 GMT+02:00 Rose, John B mailto:jbr...@utk.edu>>: Any recommenda

Re: [users@httpd] Apache and Wordpress file permissions options

2015-08-12 Thread Rose, John B
ip it is a necessity. Plus we cannot monitor their quotas. So my question is, while using prefork and php-fpm isn't ideally efficient, it isn't a problem if we use prefork and php-fpm. That won't break anything? Thanks On 8/12/15 12:41 PM, "Rich Bowen" wrote: > &

[users@httpd] mod_rewrite for multiple unknown directories question

2015-08-13 Thread Rose, John B
Hello We are trying to create a RewriteRule that will allow us to drop a component of the actual URL, and still reference the content deeper in the directory structure for any number of subdirectories to that dropped component of the URL. For example let's say the content for each account is in

[users@httpd] haproxy and Apache load balancing?

2015-08-20 Thread Rose, John B
Does anyone have any comments good/bad/neither regarding using haproxy for load balancing Apache?

[users@httpd] Badboy load testing of Apache

2015-08-28 Thread Rose, John B
Does anyone have any experience using a tool called Badboy for load testing of Apache? Comments? Good? Bad? Thanks

[users@httpd] TimeOut value question

2015-08-31 Thread Rose, John B
The TimeOut default value is 60. However, if the web server is just an image server could a reasonable value for TimeOut be 10? 5? 3? Thanks

[users@httpd] Apache Bench ab question

2015-08-31 Thread Rose, John B
What does it tells me if I send x thousand requests with a "-c 100" and get the apr_socket_recv: Connection reset by peer But when I send the same number of requests with a "-c 50" and it completes successfully with no errors? What does that mean I need to do?

[users@httpd] Memory mapping in Apache question

2015-09-11 Thread Rose, John B
Apache 2.2 Prefork Red Hat 6 We did a small test with a single image to compare results of it as memory mapped content and not memory mapped. I expected the memory mapped image to be quicker to load. But in our testing that did not seem to be the case. Should accessing a memory mapped image be

[users@httpd] Apache and SPDY

2015-09-16 Thread Rose, John B
We have some Apache 2.2 and 2.4 web servers We are determining if we should pursue setting up SPDY on our Apache 2.2 and 2.4 web servers. At one time I thought SPDY only worked over https with limited browsers, but additional reading looks like that is not true. I see that Google has dropped s

Re: [users@httpd] Apache and SPDY

2015-09-16 Thread Rose, John B
this only via TLS. > >> Am 16.09.2015 um 17:35 schrieb Rose, John B : >> >> We have some Apache 2.2 and 2.4 web servers >> >> We are determining if we should pursue setting up SPDY on our Apache >>2.2 and 2.4 web servers. >> >> At one time I thoug

[users@httpd] web server load testing

2015-10-16 Thread Rose, John B
Does anyone have personal experience, or have heard anything, about any of these load testing apps? Soasta Cloudtest http://www.soasta.com/cloudtest/ HP Stormrunner (Cloud) http://www8.hp.com/us/en/software-solutions/stormrunner-load-agile-cloud-te sting/ HP Loadrunner (Locally installed) http:

Re: [users@httpd] web server load testing

2015-10-19 Thread Rose, John B
Rainer To stress test new systems. Find breaking point. Thanks On 10/17/15 6:06 AM, "Rainer Jung" wrote: >Am 16.10.2015 um 23:06 schrieb Rose, John B: >> Does anyone have personal experience, or have heard anything, about any >> of these load testing apps? >&

Re: [users@httpd] web server load testing

2015-10-19 Thread Rose, John B
n Ubuntu: sudo apt-get install siege you can run 1 or many different urls using one or many concurrent users and you can set random real world intervals or benchmark (0 sec intervals). URLs can be loaded from a file or be given on the command line. The tests run from command line. Happy

[users@httpd] mod_deflate vs mod_gzip

2015-10-21 Thread Rose, John B
I have read and heard various views on moddeflate vs modgzip Any suggestions on which is the best to use? Thanks

Re: [users@httpd] Common configuration-set for all VirtualHost's

2015-10-22 Thread Rose, John B
mod_macro works pretty well On 10/22/15 3:11 AM, "Yann Ylavic" wrote: >On Thu, Oct 22, 2015 at 12:05 AM, Binyamin <7rai...@inbox.lv> wrote: >> >> Does Apache (httpd) has compatibility to define configuration-set for >>all >> VirtualHost's like: > >You can have a look at mod_macro: >https://httpd

Re: [users@httpd] prefork vs worker mpm in apache

2015-11-03 Thread Rose, John B
On 11/3/15 2:21 PM, "Jim Jagielski" wrote: > >> On Nov 3, 2015, at 10:43 AM, Tim Dunphy wrote: >> >> >> Hey guys, >> >> We had to recompile apache 2.4.12 because we needed to disable thread >>safety in php (ZTS). Because for some reason when compiling php with >>the --disable-maintainer-zts

[users@httpd] mod_macro multiple virtual hosts and PHP-FPM question

2015-11-06 Thread Rose, John B
In Apache, mod_macro is a nice tool with which to quickly add virtual host configs. However, I haven't seen a way to automatically create a separate PHP-FPM pool for each new virtual host. Any methods to accomplish quickly adding a PHP-FPM pool when you create a virtual host with mod_macro? T

[users@httpd] php.conf and PHP-FPM

2015-11-13 Thread Rose, John B
If we are using PHP-FPM with Apache. Is there any reason to have conf.d/php.conf?

Re: [users@httpd] php.conf and PHP-FPM

2015-11-13 Thread Rose, John B
g with our "DiretcoryIndex" line in httpd.conf. Thanks On 11/13/15 11:39 AM, "Rich Bowen" wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > > > >On 11/13/2015 11:24 AM, Rose, John B wrote: >> >> If we are using PHP-FPM with Apache. Is t

Re: [users@httpd] php.conf and PHP-FPM

2015-11-13 Thread Rose, John B
M, "Rich Bowen" wrote: >-BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > > > >On 11/13/2015 11:46 AM, Rose, John B wrote: >> mod_php is not enabled. >> >> So you are saying if mod_php is NOT enabled and we are using >> PHP-FPM, then php.conf is no

Re: [users@httpd] php.conf and PHP-FPM

2015-11-13 Thread Rose, John B
Thanks Rich, Daniel, Chris for taking the time to reply. On 11/13/15 4:01 PM, "Rich Bowen" wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > > > >On 11/13/2015 02:53 PM, Rose, John B wrote: >> do the settings such as ... >> >> SetHandler

[users@httpd] TimeOut

2015-11-16 Thread Rose, John B
Looking in the Security Tips document for Apache this is said ... * The TimeOut directive should be lowered on sites that are subject to DoS attacks. Setting this to as low as a few seconds may be appropriate. As TimeOut

[users@httpd] mod_deflate kudos for 2.4 change

2015-11-16 Thread Rose, John B
To whomever was involved, nice work * mod_deflate will now skip compression if it knows that the size overhead added by the compression is larger than the data to be compressed. http://httpd.apache.org/docs/2.4/upgrading.html thanks

[users@httpd] Pre-compressed content questions

2015-11-18 Thread Rose, John B
Looking at the pre-compressed content config here ... https://httpd.apache.org/docs/2.4/mod/mod_deflate.html#precompressed So the idea is to create gzip versions of your css, js, etc. and Apache will recognize their existence and send the gzip version instead? So we can have both whatever.css a

Re: [users@httpd] web server load testing

2015-11-24 Thread Rose, John B
n the command line. The tests run from command line. Happy loadtesting! Anne 2015-10-16 23:06 GMT+02:00 Rose, John B mailto:jbr...@utk.edu>>: Does anyone have personal experience, or have heard anything, about any of these load testing apps? Soasta Cloudtest http://www.soasta.com/cloudtest/

Re: [users@httpd] mpm-event, ServerLimit and ThreadsPerChild on multicore systems

2015-11-25 Thread Rose, John B
What sort of performance testing do you do? Sent from my iPad > On Nov 20, 2015, at 11:20 AM, Eric Covener wrote: > >> On Wed, Nov 18, 2015 at 3:45 PM, Abby Normal wrote: >> I ask this simple question because I could not find the relation to cpu >> cores and threads of CPU. If ServerLimit is f

[users@httpd] Multiple SSL virtual host PHP translation not working on only one via SSL

2015-12-02 Thread Rose, John B
Apache 2.4 I have 2 virtual hosts .conf files. Each has a port 80 and port 443 section. The config files are identical in every way except for the DocumentRoot. Both use ProxyPassMatch for PHP-FPM In vhost1 I can go to http://.../ index.html and index.php successfully. If I use SSL I can go to

Re: [users@httpd] Multiple SSL virtual host PHP translation not working on only one via SSL

2015-12-03 Thread Rose, John B
error has occurred in a PHP script and the error reporting goes either to the error log or to nowhere. To solve it, look for the error reporting settings in php.ini (or use ini_set()) of fpm pool.. Look or increase logging at the errors from the php-fpm. 2015-12-03 1:24 GMT+01:00 Rose, John B mailto

Re: [users@httpd] Multiple SSL virtual host PHP translation not working on only one via SSL

2015-12-03 Thread Rose, John B
or use ini_set()) of fpm pool.. Look or increase logging at the errors from the php-fpm. 2015-12-03 1:24 GMT+01:00 Rose, John B mailto:jbr...@utk.edu>>: Apache 2.4 I have 2 virtual hosts .conf files. Each has a port 80 and port 443 section. The config files are identical in every way except f

Re: [users@httpd] Multiple SSL virtual host PHP translation not working on only one via SSL

2015-12-03 Thread Rose, John B
re or invoking an incorrect script. WSOD: White Screen Of Death, one of PHP's specialties. It is produced when an error has occurred in a PHP script and the error reporting goes either to the error log or to nowhere. To solve it, look for the error reporting settings in php.ini (or use ini

[users@httpd] Service Unavailable - proxy_fcgi:error

2015-12-10 Thread Rose, John B
Apache 2.4 PHP-FPM It looks like we need to increase the proxy timeout before the ProxyPassMatch statement within a virtual host. If I understand correctly, if not specified, the proxy timeout is set to the TimeOut value Is one of these the preferred method? ProxyTimeOut somevalue Or ...

Re: [users@httpd] ErrorDocument not read with fcgid

2015-12-24 Thread Rose, John B
You may want to look at ... ProxyErrorOverride On Sent from my iPad > On Dec 24, 2015, at 11:17 AM, Xavier wrote: > >> On 24/12/2015 14:12, Luca Toscano wrote: >> Hi Xavier, >> >> mod_proxy shows a similar behaviour for HTTP error status codes >> (corrected >> by https://httpd.apache.org/doc

[users@httpd] proper MPM and mod_php

2016-01-07 Thread Rose, John B
Apache 2.4 Red Hat Linux Is using "event" MPM and mod_php ok, or should "prefork" always be used with mod_php? Thanks

[users@httpd] Circumstances when mod_php would run faster than PHP-FPM?

2016-01-08 Thread Rose, John B
Apache 2.4 On the same system, same web site, are there circumstances when Apache using mod_php would run faster than Apache using PHP-FPM? Thanks

Re: [users@httpd] Circumstances when mod_php would run faster than PHP-FPM?

2016-01-11 Thread Rose, John B
ly only a subset of the http requests are to a php resource, the answer is almost always 'no'. On Jan 8, 2016 16:48, "Rose, John B" mailto:jbr...@utk.edu>> wrote: Apache 2.4 On the same system, same web site, are there circumstances when Apache using mod_php would run faster than Apache using PHP-FPM? Thanks

Re: [users@httpd] Circumstances when mod_php would run faster than PHP-FPM?

2016-01-12 Thread Rose, John B
g>> Subject: Re: [users@httpd] Circumstances when mod_php would run faster than PHP-FPM? What is the configuration in both cases? php-fpm pool included. How did you measure? El lun., 11 ene. 2016 a las 22:52, Rose, John B (mailto:jbr...@utk.edu>>) escribió: After switching to mod_php

Re: [users@httpd] Circumstances when mod_php would run faster than PHP-FPM?

2016-01-12 Thread Rose, John B
Can you elaborate on this a bit? "..the server pool is smaller than Apache's server pool, causing too much thrashing. (See the pm.min_spare_servers and so on)" On 1/12/16 12:20 PM, "Rich Bowen" wrote: > > >On 01/11/2016 04:51 PM, Rose, John B wrote: >>

Re: [users@httpd] Circumstances when mod_php would run faster than PHP-FPM?

2016-01-12 Thread Rose, John B
Is there a guide to properly matching your apache and PHP-FPM configs? Looking here Š https://wiki.apache.org/httpd/PHP-FPM I am not seeing that information On 1/12/16 2:03 PM, "Rich Bowen" wrote: > > >On 01/12/2016 01:58 PM, Rose, John B wrote: >> Can yo

Re: [users@httpd] Circumstances when mod_php would run faster than PHP-FPM?

2016-01-12 Thread Rose, John B
SpareThreads 250 -> pm.max_spare_servers = 250 MaxRequestWorkers 400 -> pm.max_requests = 400 I am not seeing any PHP-FPM equiv settings for ... ThreadsPerChild 25 MaxConnectionsPerChild 0 Correct? On 1/12/16 3:41 PM, "Rich Bowen" wrote: > > >On 01/12

Re: [users@httpd] Circumstances when mod_php would run faster than PHP-FPM?

2016-01-14 Thread Rose, John B
?-> no PHP-FPM equivalent ThreadsPerChild ?-> no PHP-FPM equivalent MaxConnectionsPerChild ?-> no PHP-FPM equivalent On 1/14/16 3:24 PM, "Rich Bowen" wrote: > > >On 01/12/2016 04:21 PM, Rose, John B wrote: >> So for example using the default "

Re: [users@httpd] Circumstances when mod_php would run faster than PHP-FPM?

2016-01-15 Thread Rose, John B
On 1/14/16 5:44 PM, "Eric Covener" wrote: >On Thu, Jan 14, 2016 at 4:28 PM, Rose, John B wrote: >> StartServers ? -> pm.start_servers = ? >> MinSpareThreads ? -> pm.min_spare_servers = ? >> MaxSpareThreads ? -> pm.max_spare_servers = ? >> MaxRe

[users@httpd] proxying content to another server

2016-01-22 Thread Rose, John B
Is there a way to proxy content to another server via htaccess? After experimenting with this ... https://httpd.apache.org/docs/trunk/rewrite/proxy.html We found ProxyPassReverse cannot reside in an htaccess file Thanks

Re: [users@httpd] proxying content to another server

2016-01-22 Thread Rose, John B
"Header always edit Location"? Not clear what that means. Just removing "ProxyPassReverse" seems to work. What should removing it impact? On 1/22/16 3:50 PM, "Eric Covener" wrote: >On Fri, Jan 22, 2016 at 3:40 PM, Rose, John B wrote: >> We fou

Re: [users@httpd] proxying content to another server

2016-01-25 Thread Rose, John B
We tried this, but does not seem to be working. We do have mod_header installed and loaded Š RequestHeader set Host "www.newurl.com" Is something else required? Thanks On 1/22/16 3:50 PM, "Eric Covener" wrote: >On Fri, Jan 22, 2016 at 3:40 PM, Rose, Joh

Re: [users@httpd] proxying content to another server

2016-01-26 Thread Rose, John B
y, January 26, 2016 6:59 AM To: "users@httpd.apache.org<mailto:users@httpd.apache.org>" mailto:users@httpd.apache.org>> Subject: Re: [users@httpd] proxying content to another server Try with "always" Requestheader always... El lun., 25 de ene. de 2016 19:36, Rose, John B

Re: [users@httpd] proxying content to another server

2016-01-26 Thread Rose, John B
mailto:users@httpd.apache.org>> Subject: Re: [users@httpd] proxying content to another server Try with "always" Requestheader always... El lun., 25 de ene. de 2016 19:36, Rose, John B mailto:jbr...@utk.edu>> escribió: We tried this, but does not seem to be working. We do

[users@httpd] Command line method to get virtual hosts and DocumentRoot?

2016-01-28 Thread Rose, John B
Is there a command line method to list all the virtual hosts and each DocumentRoot? Httpd -S Just gives the name and the .conf file. Thanks

Re: [users@httpd] Command line method to get virtual hosts and DocumentRoot?

2016-01-28 Thread Rose, John B
Thanks Yehuda and Pete On 1/28/16 1:31 PM, "Pete Houston" wrote: >On Thu, Jan 28, 2016 at 05:03:41PM +0000, Rose, John B wrote: >> Is there a command line method to list all the virtual hosts and each >>DocumentRoot? > >Should be pretty simple to construct wi

[users@httpd] AsyncRequestWorkerFactor

2016-02-04 Thread Rose, John B
What is an example circumstance where setting "AsyncRequestWorkerFactor" to a value other the the default value of 2, would be preferred? Thanks

[users@httpd] Options for setting up Apache server cluster ...

2016-02-11 Thread Rose, John B
Looking for recommendations for a good guide for setting up an Apache web server cluster Thanks

Re: [users@httpd] Second apache as fallback server

2016-02-14 Thread Rose, John B
What is your preferred approach to keeping content in sync? Sent from my iPad On Feb 14, 2016, at 3:47 PM, Daniel mailto:dferra...@gmail.com>> wrote: with a reverse proxy in front of both, you use balancer setup specifying the second web server as hot standby El dom., 14 feb. 2016 a las 16:49

[users@httpd] mpm-itk questions

2016-02-25 Thread Rose, John B
Curious about any experience using mpm-itk. Pros and cons? Would you recommend it? Thanks Sent from my iPad - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.

[users@httpd] How to prevent upload of specific filetype in Apache

2016-03-03 Thread Rose, John B
Looking for ways to prevent upload of specific filetypes into a specific directory. PHP for example. It looks like there may be a method in mod_security Any alternative ways? Thanks

[users@httpd] Apache virus scanning

2016-03-08 Thread Rose, John B
Looking for comments on mod_clamav, and any other alternative antivirus software for Apache on linux

Re: [users@httpd] Apache virus scanning

2016-03-08 Thread Rose, John B
I am interested in both Thanks Sent from my iPad > On Mar 8, 2016, at 3:27 PM, Christopher Schultz > wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > John > >> On 3/8/16 2:43 PM, Rose, John B wrote: >> Looking for comments on mod_clamav, an

Re: [users@httpd] Apache virus scanning

2016-03-09 Thread Rose, John B
What about if your web sites allow for uploading files? Would you not want to scan those on upload before they got on your filesystem? On 3/9/16 9:49 AM, "Christopher Schultz" wrote: >John, > >On 3/8/16 6:02 PM, Rose, John B wrote: >> I am interested in both >>

[users@httpd] Apache::ASP question

2016-03-10 Thread Rose, John B
Some users are wanting to access a Microsoft Access database from Apache. They want to use this ... Apache::ASP Is that possible within Apache on a linux server? What are the options for accessing Access databases from Apache? Thanks

[users@httpd] event MPM documentation

2016-05-20 Thread Rose, John B
Looking at the event MPM and MaxRequestWorkers documentation it looks like it has been updated a bit to me. More informative. Thanks for doing that

[users@httpd] Apache default page shows up periodically

2016-06-30 Thread Rose, John B
We have a group that has the default Red Hat Apache page show up occasionally instead of their regular home page. Usually their correct home page loads. The page will load properly for a couple weeks, then the default Red Hat page shows up for some users, but not all. Their site is set up as a

Re: [users@httpd] RE: Apache default page shows up periodically

2016-06-30 Thread Rose, John B
Single host. Sent from my iPad On Jun 30, 2016, at 5:19 PM, Darryl Philip Baker mailto:darryl.ba...@northwestern.edu>> wrote: Is this a single host or some kind of cluster? Darryl Baker From: Rose, John B [mailto:jbr...@utk.edu] Sent: June 30, 2016 1:14 PM To: users@httpd.apac

[users@httpd] SSL config and virtual hosts

2016-07-11 Thread Rose, John B
Question regarding SSL settings and virtual hosts If the settings SSLProtocol, etc are set in ssl.conf and you have a virtual host(s), you still have to duplicate the desired SSL settings explicitly in the first virtual host in order for any of the virtual hosts to be configured for SSL? In

[users@httpd] mod_rewrite bug fix question

2016-10-31 Thread Rose, John B
It looks like this bug was fixed in Apache 2.4.9 https://bz.apache.org/bugzilla/show_bug.cgi?id=53929 Red Hat 7 latest yum repository version is Apache 2.4.6 What are the options, if any, to address this bug in Red Hat 7 utilizing the repository provided Apache Thanks for your time

Re: [users@httpd] Question about configuring apache to use php via fpm

2016-11-03 Thread Rose, John B
You may also want to be aware of … ProxyErrorOverride In case you want to use Custom error pages from Apache when using php-fpm From: Jason Brooks Reply-To: "users@httpd.apache.org" Date: Thursday, November 3, 2016 at 3:07 PM To: "users@httpd.apache.org" Subject: Re: [users@httpd] Question ab

Re: [users@httpd] RE: Thread ratios

2016-11-18 Thread Rose, John B
I think that is Apache 2.4.6 If using PHP-FPM I think you may need to coordinate some settings in PHP-FPM (pm.max_children, etc.) with your config settings (MaxRequestWorkers, etc) in Apache. If you do rewrites you may want to be aware of this … https://bz.apache.org/bugzilla/show_bug.cgi?id=53

Re: [users@httpd] How to calculate maxclients for Apache mpm event module?

2016-11-30 Thread Rose, John B
Are you using PHP-FPM or mod_php? From: Krunal Patel Reply-To: "users@httpd.apache.org" Date: Tuesday, November 29, 2016 at 12:25 PM To: users Subject: [users@httpd] How to calculate maxclients for Apache mpm event module? What are parameters we can tune for Apache mpm event module? Regards,

[users@httpd] ServerAlias limit and conflicts?

2017-03-16 Thread Rose, John B
1. Is there a limit on how many “ServerAlias” lines can be in a virtual host block? 2. Is there a limit on how many hostnames can be in one “ServerAlias” line? 3. If you used “ServerAlias *.abc.com” in one virtual host conf file, would that cause any conflict with existing

Re: [users@httpd] ServerAlias limit and conflicts?

2017-03-20 Thread Rose, John B
ine 3. No tested that for you too got … [warn] _default_ VirtualHost overlap on port 80, the first has precedence From: Rose, John B <mailto:jbr...@utk.edu> Reply: users@httpd.apache.org<mailto:users@httpd.apache.org> <mailto:users@httpd.apache.org> Date: 16 March 2

[users@httpd] apache.org server-status interface

2017-04-12 Thread Rose, John B
What is the new interface on this page? http://httpd.apache.org/server-status Is all the previous interface information available?

[users@httpd] Causes httpd processes spiraling out of control with memory usage?

2017-04-17 Thread Rose, John B
Are there some common causes for a single httpd process to use inordinate amounts of RAM? I have read about one person having a loop in their mod_rewrite rules. If someone hit the particular URL, the offending Rewrite rule would cause memory consumption to go out of control Thanks

Re: [users@httpd] What is preferred PHP interface?

2017-04-18 Thread Rose, John B
What are some troubleshooting methods that utilize this config to “helps to determine when the issue is php and when the issue is Apache.” Thanks From: Daniel Reply-To: "users@httpd.apache.org" Date: Friday, April 7, 2017 at 9:18 AM To: "" Subject: Re: [users@httpd] What is preferred PHP inte

[users@httpd] Apache log analyzer?

2017-04-28 Thread Rose, John B
Any suggestions for an Apache log analyzer? Thanks

Re: [users@httpd] Apache log analyzer?

2017-04-28 Thread Rose, John B
017, at 11:38 AM, Scott Birl wrote: >> >>> From: Rose, John B [mailto:jbr...@utk.edu] >>> Sent: Friday, April 28, 2017 11:18 AM >>> To: users@httpd.apache.org >>> Subject: [users@httpd] Apache log analyzer? >>> >>> Any suggestions fo

[users@httpd] adding footer to all web pages

2017-05-25 Thread Rose, John B
If we wanted to add a Google Analytics footer to all pages on our server, meaning all virtual hosts, what is the best way to do that via Apache without having to touch the individual web sites?

[users@httpd] Server Side Includes question

2017-05-26 Thread Rose, John B
1) Is it possible to auto add a footer to all web pages on a server, including all virtual hosts sites pages, with a Server Sides Includes, without editing any of the pages? 2) Is it possible to accomplish adding a javascript to the bottom of all pages on a server, including virtu

[users@httpd] Analog log file analyzer for Apache logs

2017-06-01 Thread Rose, John B
Has anyone used these more recent versions (C:Amie) for Apache logs? http://www.c-amie.co.uk/analog/ Comments?

[users@httpd] allow deny file and multiple .conf question

2017-06-09 Thread Rose, John B
When controlling access to specific files via Allow/Deny, and not using or , and putting in different .conf files, does the order of the conf files matter? In other words … aaa-block.conf has … Order Deny,Allow Deny from All … zzz-block.conf has … Order Deny, Allow Deny from all

[users@httpd] check_forensic script on Red Hat?

2017-06-19 Thread Rose, John B
Does check_forensic still exist? I am not finding it.

Re: [users@httpd] adding footer to all web pages

2017-06-20 Thread Rose, John B
n the reports...there are ways around this but you should be aware of it. I believe you'll want to review the documentation for server side includes (SSI). Adam Powell http://www.adaminfinitum.com On Thu, May 25, 2017 at 9:32 PM, Rose, John B mailto:jbr...@utk.edu>> wrote: If we wante

[users@httpd] forensic logs with virtual hosts

2017-06-20 Thread Rose, John B
Is there some global way to utilize mod_log_forensic with virtual hosts without having to add “ForensicLog logfilepathname” to every virtual host config?

[users@httpd] RAM output in server-status?

2017-06-30 Thread Rose, John B
Apache 2.2.15 We have ExtendedStatus on We have to toggle to “top” to try and catch RAM per httpd process. Is there some way to output RAM per process in server-status output? Thanks

Re: [users@httpd] memory

2017-07-03 Thread Rose, John B
We found we did not need several modules that were loaded by default. So we removed those. Using php-fpm instead of mod_php If your folks are using a cms, are they using unnecessary plugins? Sent from my iPad > On Jul 3, 2017, at 1:01 PM, Doug Maurer wrote: > > Is there a way to limit the

[users@httpd] access_log and split-logfile, vlogger, something else?

2017-07-28 Thread Rose, John B
Is there a most frequently used tool for culling virtual host log files out of a single access_log file? split-logfile? vlogger? Something else? Thanks

[users@httpd] Apache + virtual hosts + php-fpm?

2017-08-02 Thread Rose, John B
Looking at the php-fpm homepage … https://php-fpm.org it says this … It was not designed with virtual hosting in mind (large amounts of pools) however it can be adapted for any usage model. Are folks using Apache with numerous virtual hosts, still using mod_php as the preferred approach? With

[users@httpd] Access Control in 2.4 question

2017-08-09 Thread Rose, John B
If all the necessary modules are installed, what would prevent this from working? Require all denied

Re: [users@httpd] Access Control in 2.4 question

2017-08-09 Thread Rose, John B
rridden by section with higher precedence like Location or htaccess” is there some way to determine that besides culling thru lines of config files line by line? On 8/9/17, 3:33 PM, "Eric Covener" wrote: >On Wed, Aug 9, 2017 at 3:03 PM, Rose, John B wrote: >> If all the ne

Re: [users@httpd] Access Control in 2.4 question

2017-08-15 Thread Rose, John B
Eric Thanks for those tips, they helped us out. j On 8/9/17, 4:31 PM, "Eric Covener" wrote: >On Wed, Aug 9, 2017 at 4:19 PM, Rose, John B wrote: >> Thanks for the reply Eric. >> >> 1. Regarding "Proxied so it never hit the filesystem and never matched”

[users@httpd] AH00894: declining URL fcgi

2017-08-24 Thread Rose, John B
Not sure if this is our problem, but after setting log level to debug we noticed this in the error_log. Not sure how to interpret what is happening. It looks like the fcgi connection to php-fpm is being declined initially, then it is successful. But I am not sure. Is this refusing to execute the

  1   2   3   >