RE: [EMAIL PROTECTED] No go with Apache 2.0.55 and PHP 5.1.x

2006-02-10 Thread Joost de Heer
If you are getting PHP code in the browser, have you set the following in your httd.conf file: AddType application/x-httpd-php .php PHP should be configured with AddHandler and anyone advocating in this century AddType for php needs a clue, to semi-quote Fajita. Joost

RE: [EMAIL PROTECTED] No go with Apache 2.0.55 and PHP 5.1.x

2006-02-09 Thread Schultz, Gary - COMM
Additional Information. Everything works as expected with PHP 5.0.5, so there must be a problem with 5.1.x. I cannot get the configuration to work with 5.1.0, 5.1.1 or 5.1.2. I do know that Apache 2.2 and 5.1.1 work in the XAMPP distribution for Windows. Or is the problem with Apache

RE: [EMAIL PROTECTED] No go with Apache 2.0.55 and PHP 5.1.x

2006-02-09 Thread httpd2
Hi Gary. I have Apache 2.0.55 and PHP 5.1.2 working OK under SuSE Linux 9.2 pro. If you are getting PHP code in the browser, have you set the following in your httd.conf file: AddType application/x-httpd-php .php To tell Apache to pass any files ending in .php to the php module? Also,