Hi, I hope that it's the right place for my question: I'm trying to use php with an apacher server (apache-1.3.9-7mdk) on a linux 2.2.13-7mdk station. Here is the message appened to the log file at the server startup: Apache/1.3.9 (Unix) (NetRevolution Advanced Server/Linux-Mandrake) PHP/3.0.12 configured
And now the problem: any page containing php code returns the following to my browser: "Fatal error: midgard module not found in - on line 0" here are the php part of my httpd.conf file: AddType application/x-httpd-php3 .php3 .phtml .php AddType application/x-httpd-php3-source .phps Include conf/addon-modules/midgardphp3.conf the file 'midgardphp3.conf' contains the following: LoadModule php3_module /usr/lib/apache/midgardphp3.so AddModule mod_php3.c and the module /usr/lib/apache/midgardphp3.so exists any idea about the problem ? thanks, Dominique Fober -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]