>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
On 1/5/01, 5:38:29 AM, Hasan Muhammad <[EMAIL PROTECTED]> wrote 
regarding Re: [midgard-user] Problem with 1.4 installation via Redhat 6.2 
rpm's:

> This is the offending (restrictive) code:
[... nothing ...]

you either forgot to past the code, pulling my leg, or...

> And, this is a cure (but I thinks its too
> unrestrivtive)

> <Directory /etc/httpd/libexec>
>     Options Indexes Includes
>     AllowOverride None
>     order deny,allow
>     deny from all
>     allow from all
> </Directory>

Ah. So now you can successfully log in to Asgard? Good.

> Do you have a suggestion for something more
> appropriate ?

Not really. A webclient has no means to access files here, accept through 
the use of modules.

Instead you could do:

<Files /etc/httpd/libexec/midgard-root.php3>
        order deny, allow
        allow from all
</Files>

(guessing)

> Hint: this is from 1.2.5 installation instructions,
> but it doesn't seem to work with 1.4...

> <Files /etc/httpd/libexec/midgard-root.php3>
> require valid-user
> AuthName Midgard
> AuthType Basic
> </Files>

Indeed, this is no longer needed with 1.4 and actually breaks your 
install.

Armand.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to