Of course, you restarted Apache?

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

  LoadModule php4_module    extramodules/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_module        extramodules/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

Reply via email to