David Banning wrote:

> telnet localhost 80 <return>  then
> HEAD / HTTP 1.0  <return> <return>   shows;
> 
> Server: Apache/1.3.12 (Unix) PHP/3.0.12+Midgard/1.2.5

mod_midgard isn't active, or the line would have show sth like
Server: Apache/1.3.12 (Unix) PHP/3.0.12+Midgard/1.2.5 Midgard/1.2.5

> <html>
> <head>
>     <title>Example</title>
> </head>
> <body>
>     <?php echo "Hi, I'm a PHP script!"; ?>
> </body>
> </html>

In what way does this fail?

> although the apache welcome page and manuals show no problem -  there
> is reference to the Midgard modules in httpd.conf
> should there be - if so how are they entered?

mod_midgard should be LoadModule'd and later AddModule'd.

Emile


--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to