Maq Posted September 4, 2008 Share Posted September 4, 2008 PHP's all ready installed but has been disabled. Is there a command or configuration to enable PHP through SSH on a linux server? Quote Link to comment https://forums.phpfreaks.com/topic/122751-enable-php/ Share on other sites More sharing options...
tmbrown Posted September 4, 2008 Share Posted September 4, 2008 what version of linux are you running? Quote Link to comment https://forums.phpfreaks.com/topic/122751-enable-php/#findComment-633853 Share on other sites More sharing options...
zq29 Posted September 4, 2008 Share Posted September 4, 2008 This will most likely be an Apache configuration - Check your config file (generally httpd.conf or apache2.conf) for lines like these and remove the #: #AddType application/x-httpd-php .php .phtml .php3 #LoadModule php5_module /usr/lib/apache2/modules/libphp5.so Quote Link to comment https://forums.phpfreaks.com/topic/122751-enable-php/#findComment-633859 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.