Afficher un message
Vieux 30/09/2006, 16h01   #1
brnbls@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Authentify users comming from a range of address

Hi,

We have an apache 2.??? server and within this config some Directory,
Location, ProxyPass, etc.

1. Directory directives used to go within our php application:

<Directory /MySite/*>
....
</Directory>

2. Location directives are used to access on Subversion repositories

<Location /MySite/svn/myrepo01>
....
</Location>
<Location /MySite/svn/myrepo02>
....
</Location>

3. ProxyPass and ProxyPassReverse to rewrite access on internal j2ee
applications

ProxyPass /MySite/jira/ http://myinternalserver/MySite/jira
ProxyPassReverse /MySite/jira/ http://myinternalserver/MySite/jira

As you can see all those adresses begin with /MySite

It works well. The authentication for our internal users is done, if
necessary, by the different elements.

MY PROBLEM: I need to authentify users that are coming from a range of
IP Adresses. Those users are coming from Internet. There are going
trough a webgate server. This server have a certain range of addresses.

I imagine to use Proxy for this range of ip address. Is it the correct
technic?

And if Yes, How can I do to proxying all the different directives?

Thanks,

Bruno

  Réponse avec citation
 
Page generated in 0,05880 seconds with 9 queries