Re: No more authentication
"Lego Andy" <[email protected]>
| Newsgroups | gmane.comp.apache.mod-layout |
|---|---|
| Organization | X0 |
| Message-ID | <[email protected]> |
Hi Lars,
Long time since you posted this, but any luck?
Here is my setup:
Apache 1.3.26, ModLayout 3.0.3
Layout setup:
LayoutMerge On
LayoutMergeBeginTag <html*>
LayoutIgnoreURI /dashboard-menu.php
LayoutIgnoreURI /dashboard.php
LayoutIgnoreURI /stats
LayoutIgnoreURI /Testing/Javascript/calendar.html
LayoutHeader /Header.html
Auth setup
AuthType Basic
AuthName "Restricted access"
AuthUserFile /some/file
require valid-user
If I enable Layout, it breaks.
Any thought?
Andy
On Fri, 10 May 2002 20:30:10 +0100
Lars Hecking <[email protected]> wrote:
> Brian Aker writes:
> > On Fri, 2002-05-10 at 06:36, Lars Hecking wrote:
> > > We just installed mod_layout 3.0.3 on our Web site (apache 1.3.24,
> > > Solaris 8), and now all authentication stuff has stopped working.
> > > Nothing else was changed in httpd.conf, only the Layout* directives
> > > added. Where one was asked for username/passwd previously, one now
> > > gets dumped straight onto the "Authorisation Failure" error page.
> > First thing I would do is try the latest development version.
>
> Tried 3.1.7 - no change.
>
> It really is mod_layout - if I comment out all Layout* directives, it
> works. Switching just LayoutMerge on, it fails.
>
> > How does you authentication work?
>
> .htaccess file in the directories in question
>
> AuthName "Foo Area"
> AuthType Basic
> AuthUserFile /path/to/passwd_file
> require valid-user
>