On Tue, 2008-10-21 at 11:31 +0200, Peter Hagen wrote: > Hi > > thanx for the reply Gonzalo, but I think what I need is a bit different > from the iHttpModule. I have a website to authenticate on. On the same > webserver, there is also a apache proxy: > > ProxyRequests Off > ProxyPreserveHost Off > <Proxy *> > Order deny,allow > Allow from all > </Proxy> > ProxyPass / http://192.168.0.101/ > ProxyPassReverse / http://192.168.0.101/ > > what I'm looking for, is a way to let mono authenticate the request, and > if ok, let apache do the forwarding. I just can't seem to find a good > proxy module in c#, and my own written one just doesn't do the job > correctly.
If you can run mod_mono in 192.168.0.101, I would go that way... Otherwise, if you want to do it using mono, I think you would have to create your own mod_proxy in c#... -Gonzalo _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
