php-install | 2004091
Date: 09/14/04
- Next message: guestapo <email protected>: "[PHP-INSTALL] apache and FOR"
- Previous message: Andrew Fisher: "[PHP-INSTALL] PHP not working with Apache 2.0.50"
- In reply to: Andrew Fisher: "[PHP-INSTALL] PHP not working with Apache 2.0.50"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Andrew Fisher <mailto:afisher <email protected>> wrote on Monday, September 13,
2004 9:53 PM:
> I've recently compiled Apache 2.0.50 and PHP 5.0.1 on Solaris and
> can't seem to get things to work. Apache is working just fine but I
> can't get it to display PHP files properly. I've added the "AddType
> applications/x-httpd-php .php" and the "AddType
> applications/x-httpd-php-source .phps" lines to the httpd.conf file
Try
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
Without the 's'.
____________
Virus checked by G DATA AntiVirusKit
Version: AVK 15.0.15 from 14.09.2004
Virus news: www.antiviruslab.com
- Next message: guestapo <email protected>: "[PHP-INSTALL] apache and FOR"
- Previous message: Andrew Fisher: "[PHP-INSTALL] PHP not working with Apache 2.0.50"
- In reply to: Andrew Fisher: "[PHP-INSTALL] PHP not working with Apache 2.0.50"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

