[BlueOnyx:01126] Re: .htaccess

Jason Humphrey jasonh at bws4ict.co.uk
Mon Apr 27 03:26:28 -05 2009


>Hi,
>
>I have just migrated a site with .htaccess over from bluequartz and getting this error.
>
>.htaccess: Invalid command 'AuthAuthoritative', perhaps misspelled or defined by a module not included in the server configuration
>
>Where can I install the correct mod_auth or do I need to use a different htaccess command?
>
>Many Thanks,
>Jason Humphrey
>BWS
>Partner
>
>Mobile: 07875 305350
>Office: 01444 471887
>Email: jasonh at bws4ict.co.uk
>Web: www.bws4ict.co.uk
>

I have just solved my own problem with a more general google search.

1.)
AuthType Basic
AuthBasicProvider external
AuthExternal pwauth
GroupExternal unixgroup
AuthName "All users of group1"
Require group site1

2.)
AuthType Basic
AuthBasicProvider external
AuthExternal pwauth
GroupExternal unixgroup
AuthName "Only user myaccount"
Require user myaccount

Many Thanks,
Jason Humphrey
BWS
Partner

Mobile: 07875 305350
Office: 01444 471887
Email: jasonh at bws4ict.co.uk
Web: www.bws4ict.co.uk






More information about the Blueonyx mailing list