Page 1 of 1

Enable exec

Posted: Fri May 22, 2015 11:32 am
by pmesco
how do i enable php exec?

Re: Enable exec

Posted: Sun May 24, 2015 6:34 pm
by skurudo
pmesco wrote:how do i enable php exec?
/etc/php5/apache2/php.ini
disable_functions - search exec, delete exec
then restart webserver

WARNINGm it's not safe to enable exec.

Re: Enable exec

Posted: Thu Jun 04, 2015 2:24 pm
by pmesco
skurudo wrote:
pmesco wrote:how do i enable php exec?
/etc/php5/apache2/php.ini
disable_functions - search exec, delete exec
then restart webserver

WARNINGm it's not safe to enable exec.
theres no /etc/php5/apache2/php.ini in my server

Re: Enable exec

Posted: Thu Jun 04, 2015 2:41 pm
by skurudo
pmesco wrote:theres no /etc/php5/apache2/php.ini in my server
You're CentOS user? ;-)
Then your file here - /etc/php.ini