MiniVend Akopia Services

[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date ][Minivend by thread ]

Re: MiniMate permissions



Stefan Hornburg
> 
> ******    message to minivend-users from Stefan Hornburg <racke@linuxia.d=
> e>     ******
> 
> Scott_Schenkein@ccnotes.ccity.com writes:
> 
> >=20
> > Is there a way to set up permissions/password protection for this?
> >=20
> 
> One possible way is now described on the MiniMate page.
> 
> Ciao
>         Racke
> 


If you are using Apache just do something like this in your
httpd.conf:

# put this directive inside the insecure server config to force
#everything onto the SSL port
#
RedirectPermanent /cgi-bin/cattest/config https://wherever.com/cgi-bin/cattest/config


# put a block like this inside the secure server config
#
<Location /cgi-bin/cattest/config>
        AuthType                Basic
        AuthDBUserFile          /usr/local/apache/access/qofh
        AuthDBGroupFile         /usr/local/apache/access/qofh

        <limit GET POST>
                AuthName        "Catalog Admin"
                allow from all
                require group   Admin
        </limit>
</Location>


Or apply any of the other Apache access control mechanisms in a
similar manner.



-- 
 John Edstrom | edstrom @ slugo.hmsc.orst.edu


Search for: Match: Format: Sort by: