HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Apache mod_auth woes in nested directory conta...
Operating System - HP-UX
1825576
Members
2065
Online
109682
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2008 04:59 AM
02-22-2008 04:59 AM
Apache mod_auth woes in nested directory container
Hi,
though this isn't a webserver forum I hope it is ok to post this as many of you might also be seasoned apache admins.
I can't see why this isn't working
because this looks like a trivially simple matter.
In my httpd.conf I have these stanzas
Alias /munin "/var/opt/munin/html"
Options Indexes
AllowOverride None
Order allow,deny
Allow from 127.0.0.1 123.123.123.0/24
AuthType Basic
AuthName "GBL Munin Stats"
AuthUserFile conf/munin-users
Require user munin
Options Indexes
Order allow,deny
Allow from 127.0.0.1 123.123.123.0/24
AllowOverride None
AuthType Basic
AuthName "SUB Munin Stats"
AuthUserFile conf/munin-users
AuthGroupFile conf/munin-groups
Require group sub
Of course both auth files exist in ServerRoot/conf and contain valid user, group and passwd entries as crypt hashes generated via htpasswd.
While I have no problem at all to authorize to the GBL realm as user munin,
when I do try to authorize to the SUB realm
my browser continuesly is served a 407 with repeated cred form popping up,
and in error_log entries of the form: "user blabla not allowed access (despite being a valid entry in munin-users and in the sub group of munin-groups.
I perused all applicable sections of the mod_auth docs online but found no hint whatsoever if, as I suspect, my nested directory container could possibly impair this.
Regards
Ralph
though this isn't a webserver forum I hope it is ok to post this as many of you might also be seasoned apache admins.
I can't see why this isn't working
because this looks like a trivially simple matter.
In my httpd.conf I have these stanzas
Alias /munin "/var/opt/munin/html"
Options Indexes
AllowOverride None
Order allow,deny
Allow from 127.0.0.1 123.123.123.0/24
AuthType Basic
AuthName "GBL Munin Stats"
AuthUserFile conf/munin-users
Require user munin
Options Indexes
Order allow,deny
Allow from 127.0.0.1 123.123.123.0/24
AllowOverride None
AuthType Basic
AuthName "SUB Munin Stats"
AuthUserFile conf/munin-users
AuthGroupFile conf/munin-groups
Require group sub
Of course both auth files exist in ServerRoot/conf and contain valid user, group and passwd entries as crypt hashes generated via htpasswd.
While I have no problem at all to authorize to the GBL realm as user munin,
when I do try to authorize to the SUB realm
my browser continuesly is served a 407 with repeated cred form popping up,
and in error_log entries of the form: "user blabla not allowed access (despite being a valid entry in munin-users and in the sub group of munin-groups.
I perused all applicable sections of the mod_auth docs online but found no hint whatsoever if, as I suspect, my nested directory container could possibly impair this.
Regards
Ralph
Madness, thy name is system administration
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2008 07:29 AM
02-22-2008 07:29 AM
Re: Apache mod_auth woes in nested directory container
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP