I tried to enable FastCGI PHP as per this post:
https://www.digitalocean.com/community/questions/apache-2-4-with-php5-fpm
No luck. Could not enable the fastCGI.
phpinfo still shows: Server API Apache 2.0 Handler
But there is error that apache reports:
AH00526: Syntax error on line 4 of /etc/apache2/mods-enabled/fastcgi.conf: FastCgiIpcDir /var/lib/apache2/fastcgi: access for server (uid 1000, gid 1000) failed: write not allowed
The folder /var/lib/apache2/fastcgi the owner is www-data:www-data
Any ideas?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Change the ownership of /var/lib/apache2/fastcgi of owner of apache user
This comment has been deleted
can you post your fastcgi.conf file?