I've been having problems after the latest DA update whenever a user make changes via DA, the template causes httpd to die with the error "Invalid command 'suPHP_UserGroup'"
Initially, I fixed this by removing the suPHP lines in httpd config since I don't run suphp. But this certainly isn't a permanent solution.
Doing a search, I found the DA discussion on this http://www.directadmin.com/forum/archive/index.php/t-19644.html
and followed the advise to do the ./build suphp by smtalk.
Unfortunately, that totally screwed things up because no webpages will display. So I decided maybe I was better off without suphp. Except there's apparently no way to remove suphp.
When I comment out the suphp lines in Apache, httpd chokes because libphp4.so apparently had been modified so it no longer works, being 2bytes longer than expected.
When I try to ./build php4cgi it chokes because apparently, it expects suphp to be around.
So my question is, how do I get rid of suphp permanently and restore everything back to the original state? Or somehow get everything working again? Thanks.
Initially, I fixed this by removing the suPHP lines in httpd config since I don't run suphp. But this certainly isn't a permanent solution.
Doing a search, I found the DA discussion on this http://www.directadmin.com/forum/archive/index.php/t-19644.html
and followed the advise to do the ./build suphp by smtalk.
Unfortunately, that totally screwed things up because no webpages will display. So I decided maybe I was better off without suphp. Except there's apparently no way to remove suphp.
When I comment out the suphp lines in Apache, httpd chokes because libphp4.so apparently had been modified so it no longer works, being 2bytes longer than expected.
When I try to ./build php4cgi it chokes because apparently, it expects suphp to be around.
So my question is, how do I get rid of suphp permanently and restore everything back to the original state? Or somehow get everything working again? Thanks.