Help on Apache2 and PHP4 in SuSE Pro 8.2
Hi everybody! I'm trying to install Apache2 together with PHP4 and phpMyAdmin on my new SuSE Pro 8.2 server, but so far - no luck.. I use the standard installation options in Yast2 when I do a absolute fresh install on the computer and I've got the "Auto check dependencies" on. So, I thought all was well after marking up Apache2, PHP4 and phpMyAdmin and correlating modules as suggested by Yast2. But no... The server doesn't even understand that PHP4 is installed after what it seems to me, if I try to access a .php page, it insists on sending me the page as a download file instead of interpreting it and sending the output. Does anyone know the reason/solution to this, or is it a clear case of calling support? Later, Anders Norrbring Norrbring Consulting
* Anders Norrbring (anders@norrbring.biz) [030610 16:26]:
But no... The server doesn't even understand that PHP4 is installed after what it seems to me, if I try to access a .php page, it insists on sending me the page as a download file instead of interpreting it and sending the output.
I don't see what this has to do with autoinstallation but you're probably missing <IfModule mod_php4.c> AddType application/x-httpd-php .php AddType application/x-httpd-php .php4 AddType application/x-httpd-php-source .phps </IfModule> in your httpd.conf. If you're using SuSEconfig just set HTTPD_SEC_MOD_PHP=yes in /etc/sysconfig/apache and run SuSEconfig. If this doesn't help followup on the duplicate post you just sent to SLE, not on a completely unrelated list. -- -ckm
participants (2)
-
Anders Norrbring
-
Christopher Mahmood