> There is no phpmodule in there, so I cant activate it. I did   include
some
> lines from my old config:
>
> AddType application/x-httpd-php .php4 .php3 .php
> AddType application/x-httpd-php-source .phps
>

if you're using Apache 1.x you need to add:
LoadModule php4_module        libexec/libphp4.so

or if you're using Apache 2.x
LoadModule php4_module        modules/libphp4.so


Sven



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

Reply via email to