Midgard-root.php3 is in the /usr/lib/apache directory.

The hosts file declares 10.44.33.79 admin.crawley.com

the httpd.conf file declares the following :-
LoadModule      midgard_module          modules/mod_midgard.so
LoadModule      php3_module             /usr/lib/apache/libphp3.so

AddModule       mod_php3.c
AddModule       mod_midgard.c

NameVirtualHost 10.44.33.79
MidgardEngine on
MidgardRootfile         libexec/midgard-root.php3
<Files midgard-root.php3>
require valid-user
AuthName Midgard
AuthType  Basic
</Files>
MidgardUsername pburness
MidgardPassword apassword
Midgard Database midgard

<VirtualHost 10.44.33.79>
 ServerName admin.crawley.com
</VirtualHost>

The response I get when pointing netscape to admin.crawley.com/admin is
Not Found - The requested URL /admin was not found on this server

?? any help ??

Phil
> -----Original Message-----
> From: Emiliano Heyns [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, May 26, 2000 9:41 PM
> To:   [EMAIL PROTECTED]
> Subject:      Re: [midgard] Access question
> 
> "Burness,Phil" wrote:
>  
> > if I point my web browser at the admin.domain.name I have set up in the
> > httpd.conf file then I get a page Not Found error.
> 
> What does the apache error log say about this?
> 
> > if I use
> > admin.domain.name/midgard-root.php3
> > then I get a login screen which blows me
> > out with internal server error.
> 
> This file must not be accessed directly. It doesn' have to be in the
> document
> root, and I usually advice to place it elsewhere.
> 
> > I have updated the host table as instructed
> > with the admin.domain.com. I am logging in with admin / password as
> > instructed.
> 
> How have you defined the VirtualHost in httpd.conf, and what is the
> contents of the host record in the database for the admin host?
> 
> 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]

--
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