RE: [EMAIL PROTECTED] Apache 2.2 not working with PHP4

2006-06-11 Thread Hamad S. Al-Jalaq
: Sunday, June 11, 2006 7:19 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache 2.2 not working with PHP4 Did you copy the file there, or was it there already? If you copied it, then make sure you restarted apache (from the taskbar icon). If it was there already, try removing it

Re: [EMAIL PROTECTED] Apache 2.2 not working with PHP4

2006-06-11 Thread Josh Stephenson
[mailto:[EMAIL PROTECTED] Sent: Sunday, June 11, 2006 6:58 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache 2.2 not working with PHP4 You have to copy the php4apache2.dll file from the php source directory into C:/PHP/sapi Hamad S. Al-Jalaq wrote: And when I run test co

Re: [EMAIL PROTECTED] Apache 2.2 not working with PHP4

2006-06-11 Thread Josh Stephenson
e.org Subject: RE: [EMAIL PROTECTED] Apache 2.2 not working with PHP4 I am not professional in apache and PHP, but I've done as per the installation steps... I am installing it on windows 2003... please could you check the attached file? Thanks, Hamad -Original Message-

RE: [EMAIL PROTECTED] Apache 2.2 not working with PHP4

2006-06-11 Thread Hamad S. Al-Jalaq
mailto:[EMAIL PROTECTED] > Sent: Sunday, June 11, 2006 6:41 PM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Apache 2.2 not working with PHP4 > > I am not professional in apache and PHP, but I've done as per the > installation steps... I am installing it on w

RE: [EMAIL PROTECTED] Apache 2.2 not working with PHP4

2006-06-11 Thread Hamad S. Al-Jalaq
But the file is already there... What could be the problem? Thanks, Hamad -Original Message- From: Josh Stephenson [mailto:[EMAIL PROTECTED] Sent: Sunday, June 11, 2006 6:58 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache 2.2 not working with PHP4 You have to copy

Re: [EMAIL PROTECTED] Apache 2.2 not working with PHP4

2006-06-11 Thread Josh Stephenson
unday, June 11, 2006 6:23 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache 2.2 not working with PHP4 You need to edit your httpd.conf file to handle php files add these lines and you should be good: LoadModule php4_module libexec/apache2/libphp4.so AddType application/x-httpd-php

RE: [EMAIL PROTECTED] Apache 2.2 not working with PHP4

2006-06-11 Thread Hamad S. Al-Jalaq
-Original Message- From: Hamad S. Al-Jalaq [mailto:[EMAIL PROTECTED] Sent: Sunday, June 11, 2006 6:41 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Apache 2.2 not working with PHP4 I am not professional in apache and PHP, but I've done as per the installation steps...

RE: [EMAIL PROTECTED] Apache 2.2 not working with PHP4

2006-06-11 Thread Hamad S. Al-Jalaq
23 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache 2.2 not working with PHP4 You need to edit your httpd.conf file to handle php files add these lines and you should be good: LoadModule php4_module libexec/apache2/libphp4.so AddType application/x-httpd-php .php AddType applicat

Re: [EMAIL PROTECTED] Apache 2.2 not working with PHP4

2006-06-11 Thread Josh Stephenson
You need to edit your httpd.conf file to handle php files add these lines and you should be good: LoadModule php4_module libexec/apache2/libphp4.so AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps The first line might already be in there, but the second one not