I know enabling PHP is as easy as uncommenting
LoadModule php5_module libexec/apache2/libphp5.so
in /etc/apache2/httpd.conf
but is there any way of doing this in a single unix command?
Like: find LoadModule php5_module libexec/apache2/libphp5.so
and remove the #
before it IF there is a comment.
Thanks!