Re: [users@httpd] Re: apachectl -k graceful

2018-05-03 Thread Greg Rundlett (freephile)
we do major MediaWiki upgrades and take the site > down for five minutes. > The other thing we do is use PHP-FPM instead of mod_php. That lets us not > worry about HTTPD restarts. > > - Y > > On Thu, May 3, 2018 at 9:32 AM Greg Rundlett (freephile) < > g...@freephile.com&

[users@httpd] Re: apachectl -k graceful

2018-05-03 Thread Greg Rundlett (freephile)
s. Still, if anyone on list can confirm their practice for rolling out changes to php.ini + clearing opcache + pushing new code to production under Apache and mod_php, that would be appreciated. Greg Rundlett https://eQuality-Tech.com https://freephile.org On Wed, May 2, 2018 at 3:12 PM, Greg

[users@httpd] apachectl -k graceful

2018-05-02 Thread Greg Rundlett (freephile)
If I do an apache2ctl -k graceful on Ubuntu (or service httpd restart in CentOS), using mod_php and a max_execution_time = 30 in php.ini, then is there any reason why the server would take more than say 1 minute to serve all requests with the new php.ini + Apache configuration (+ php files)? I

Re: [users@httpd] Renaming localhost

2016-02-11 Thread Greg Rundlett (freephile)
On Wed, Feb 10, 2016 at 4:57 AM, Raja wrote: > Hello, > > I sometimes work in remote sites with no network. I have the same setup > on different machines and I need the server name to know dynamically > where to do changes, etc. > It's not clear to me the situation that you're

Re: [users@httpd] Mailing list issues

2014-12-30 Thread Greg Rundlett (freephile)
Gmail (by default) will not show a message you sent in your inbox. This often confuses people on mailing lists because everyone else's messages appear there. You will only see it when someone replies; or if you look in sent; or if you create a rule to handle such messages differently. On Dec 30,

Re: [users@httpd] Virtual Hosts not working

2014-05-19 Thread Greg Rundlett (freephile)
Actually, you could have named it ANYTHING.conf Apache is only seeing files that end in .conf as per your include directive: IncludeOptional sites-enabled/*.conf So, if you want to disable a site config called example.conf, you can do so by renaming it example.conf.disabled and reloading

[users@httpd] Apache drops connections to git svn; unless Timeout = 6000 seconds

2013-10-16 Thread Greg Rundlett (freephile)
Server Version: Apache/2.4.6 (Unix) SVN/1.8.3 I thought I may be witnessing this bug https://issues.apache.org/bugzilla/show_bug.cgi?id=54365 But now the problem seems to have gone away since I set Timeout ( http://httpd.apache.org/docs/2.4/mod/core.html#timeout) to what seems like an outlandish