Hi - this is a reply from another newbie .... I have some idea of what
you are asking
Gunnar Bostr�m wrote:
> I would like to set up an apache proxy and restrict access to the proxy so
> that the proxy asks the
> users for username/password the first time they try to access a page.
> The authentication should be done with a radius-server (freeradius).
>
> Can this be done?
I think that you can also use htpasswd in apache to password protect
certain pages...I believe that in the standard httpd.conf file you
should find that you can inculde stuff such as
<snip>
AllowOverride AuthConfig
<snip>
<snip>
#
# AccessFileName: The name of the file to look for in each directory
# for access control information.
#
AccessFileName <blah>
<snip>
and so - check it out anyway - let me know what else you dig up...
cheers,
Abhinav
> I've found two modules mod_proxy in the apache distribution
> and mod_auth_radius on www.freeradius.org.
>
> Do I get what I want if I combine and configure these two modules?
> If you have done this please tell me how you configured the modules!
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]