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? 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? 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 Link to comment https://forums.phpfreaks.com/topic/122751-enable-php/#findComment-633859 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.