Comments on How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 9.10

How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 9.10 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Ubuntu 9.10. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.

1 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: gt3

Nice tutorial but you don't have to disable dash. Just use the shebang line "#!/bin/bash" in your scripts that require bash. If you disable dash, your overall system performance will decrease because dash is a lot smaller than bash.