I install the CentOS with apache.
But after access to system then apache is’n run. This is notice of apache when I start apache: service httpd start
Starting httpd: httpd: Syntax error on line 221 of /etc/httpd/conf/httpd.conf: Syntax error on line 6 of /etc/httpd/conf.d/zendserver_php.conf: Cannot load /usr/local/zend/lib/apache2/libphp5.so into server: /usr/local/zend/lib/apache2/libphp5.so: cannot enable executable stack as shared object requires: Permission denied
Fix:
uvdevnull give this a try: /usr/bin/execstack -c /usr/local/zend/lib/apache2/libphp5.so
- Sudo –i
- /usr/bin/execstack -c /usr/local/zend/lib/apache2/libphp5.so
- service httpd start
The result:
Good look!