RE: [PHP] help with installation

2002-09-09 Thread Matt Schroebel

 From: R'twick Niceorgaw [mailto:[EMAIL PROTECTED]] 
 Sent: Monday, September 09, 2002 10:32 AM
 Subject: [PHP] help with installation
 
 Sure I'm missing some thing silly here but its monday morning :)
 I have just installed php 4.2.3 with apache 1.3.26.
 I have all loadmodule/addmodule as well as AddType x-httpd-php .php

Isn't it:
Addtype application/x-httpd-php .php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] help with installation

2002-09-09 Thread R'twick Niceorgaw

I'm sorry.
but that's what I have in the config file. I just wrote it wronge here.
Here's my complete php related configuration


IfDefine PHP4
LoadModule php4_moduleextramodules/libphp4.so
/IfDefine

IfDefine PHP4
AddModule mod_php4.c
/IfDefine

AddType aplication/x-httpd-php .php
AddType application/x-httpd-php-source .phps

- Original Message -
From: Matt Schroebel [EMAIL PROTECTED]
To: 'R'twick Niceorgaw' [EMAIL PROTECTED];
[EMAIL PROTECTED]
Sent: Monday, September 09, 2002 10:37 AM
Subject: RE: [PHP] help with installation


  From: R'twick Niceorgaw [mailto:[EMAIL PROTECTED]]
  Sent: Monday, September 09, 2002 10:32 AM
  Subject: [PHP] help with installation
 
  Sure I'm missing some thing silly here but its monday morning :)
  I have just installed php 4.2.3 with apache 1.3.26.
  I have all loadmodule/addmodule as well as AddType x-httpd-php .php

 Isn't it:
 Addtype application/x-httpd-php .php





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] help with installation

2002-09-09 Thread @ Edwin

Of course, you restarted Apache?

Also, try leaving this out --- IfDefine PHP4/IfDefine and just write

  LoadModule php4_moduleextramodules/libphp4.so

(Applies to AddModule as well...)

And make sure that the extramodules folder does exists!

- E

On Monday, September 09, 2002 11:43 PM
R'twick Niceorgaw wrote:
 I'm sorry.
 but that's what I have in the config file. I just wrote it wronge here.
 Here's my complete php related configuration
 
 
 IfDefine PHP4
 LoadModule php4_moduleextramodules/libphp4.so
 /IfDefine
 
 IfDefine PHP4
 AddModule mod_php4.c
 /IfDefine
 
 AddType aplication/x-httpd-php .php
 AddType application/x-httpd-php-source .phps

/snip

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php