[users@httpd] Apache + PHPCGI

2017-12-07 Thread Christian Cioni
Hi, on my configuration, php work as cgi called through mod_action: AllowOverride none Require all granted ScriptAlias /local-bin /php-wrapper Options -Indexes +MultiViews +IncludesNOEXEC -FollowSymLinks +SymLinksIfOwnerMatch +ExecCGI AllowOverride All Nonfatal=

[users@httpd] Apache recycle after updato to 2.4.12

2015-03-08 Thread Christian Cioni
MaxRequestWorkers 1500 MaxConnectionsPerChild 0 -- Saluti Christian Cioni Technical Department Aruba.it <http://www.aruba.it> http://www.aruba.it N° diretto: 0575/1939143 N° centralino: 0575/0505 N° fax: 0575/862300 MailTo: <mailto:chr

[users@httpd] R: HTTP 2.4.4 graceful

2013-06-26 Thread Christian Cioni
it a virtual machine? I've seen issues where Apache would start before some appliances can set the hostname of the server. Are there any pids at all? On Tuesday, June 25, 2013, Christian Cioni wrote: Pratically, the pid number in the httpd.pid file, is not updated. Any idea? Chri

[users@httpd] R: HTTP 2.4.4 graceful

2013-06-25 Thread Christian Cioni
Pratically, the pid number in the httpd.pid file, is not updated. Any idea? Christian Da: Christian Cioni [mailto:christian.ci...@staff.aruba.it] Inviato: giovedì 20 giugno 2013 17:00 A: users@httpd.apache.org Oggetto: [users@httpd] HTTP 2.4.4 graceful Hi, after the update from

[users@httpd] HTTP 2.4.4 graceful

2013-06-20 Thread Christian Cioni
3014 3067 3107 3433 5303 13531 is running... any idea? -- Saluti Christian Cioni Technical Department Aruba.it <http://www.aruba.it> http://www.aruba.it N° diretto: 0575/1939143 N° centralino: 0575/0505 N° fax: 0575/862300

[users@httpd] R: Mod_rewrite and DirectoryIndex Issue

2012-10-04 Thread Christian Cioni
In this moment, I must delete/rename all index files, in the DocumeRoot folder, that matching with the core DirectoryIndex directive. -Messaggio originale- Da: Eric Covener [mailto:cove...@gmail.com] Inviato: venerdì 5 ottobre 2012 00:14 A: users@httpd.apache.org Oggetto: Re: [users@httpd

[users@httpd] Mod_rewrite and DirectoryIndex Issue

2012-10-04 Thread Christian Cioni
Hi, in apache 2.2 this configuration in .htaccess file work properly. RewriteEngine On RewriteCond %{REQUEST_URI} !^/folder1 RewriteCond %{REQUEST_URI} !^/folder2 RewriteCond %{REQUEST_URI} !^/folder3 RewriteRule ^(.*)$ folder2/$1 [L] When open http