View previous topic :: View next topic |
Author |
Message |
sseguron n00b

Joined: 31 Mar 2015 Posts: 24
|
Posted: Wed Nov 04, 2015 3:28 pm Post subject: Unable to activate fastCGI on Apache |
|
|
Hi,
We have installed Apache2 with PHP 5.5 and followed the wiki pages for both everything is working fine unless we are unable to switch Server API from Apache 2 Handler to CGI/Fast CGI.
We do have in apache required loaded modules :
Code: | Loaded Modules
core prefork http_core mod_so mod_actions mod_alias mod_auth_basic mod_authn_alias mod_authn_anon mod_authn_dbm mod_authn_default mod_authn_file mod_authz_dbm mod_authz_default mod_authz_groupfile mod_authz_host mod_authz_owner mod_authz_user mod_autoindex mod_cgi mod_cgid mod_deflate mod_dir mod_env mod_expires mod_ext_filter mod_filter mod_headers mod_include mod_info mod_log_config mod_logio mod_mime mod_mime_magic mod_negotiation mod_rewrite mod_setenvif mod_speling mod_ssl mod_unique_id mod_usertrack mod_vhost_alias mod_fcgid mod_php5 |
But impossible to activate FastCgi.
Can you help us ? |
|
Back to top |
|
 |
Keruskerfuerst Advocate


Joined: 01 Feb 2006 Posts: 2289 Location: near Augsburg, Germany
|
|
Back to top |
|
 |
sseguron n00b

Joined: 31 Mar 2015 Posts: 24
|
Posted: Wed Nov 04, 2015 8:11 pm Post subject: |
|
|
Hi,
Sorry not to have been clear, we also have installed mod_fcgid following Wiki instructions
Code: | emerge --ask www-apache/mod_fcgid dev-lang/php ... |
and all remaining indicated steps
Code: | editing mod_fcgid.conf |
Code: | root #mkdir /var/www/localhost/htdocs/fcgid-bin |
Code: | root #ln -s /usr/bin/php-cgi /var/www/localhost/htdocs/fcgid-bin/php-fcgid-wrapper |
But our Server API remains on Apache 2 Handler. |
|
Back to top |
|
 |
|