php execution mode not changing

3 posts / 0 new
Last post
#1 Fri, 11/21/2014 - 05:47
persiancity

php execution mode not changing

I would like to change from fcgi to mod_php. I changed it from web options and restarted apache but still get fcgi from phpinfo:

Server API : CGI/FastCGI

Fri, 11/21/2014 - 09:12
andreychek

Howdy,

What distro/version are you using?

And if you go into System Settings -> Re-Check Config, does it detect any issues with the setup there?

Lastly, what is the output of the command "php -v"?

-Eric

Fri, 11/21/2014 - 10:15
persiancity

Hi Eric,

Debian 7.0

system check show no error.

and php-v:

PHP 5.4.35-0+deb7u2 (cli) (built: Nov 19 2014 07:56:24) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies with the ionCube PHP Loader v4.7.1, Copyright (c) 2002-2014, by ionCube Ltd., and with XCache v2.0.0, Copyright (c) 2005-2012, by mOo

Topic locked