On 7/25/05, Miles Keaton <[EMAIL PROTECTED]> wrote: > On 7/25/05, Lars Hansson <[EMAIL PROTECTED]> wrote: > > FYI, we block *everything*, employees have to use our proxyserver (squid) > > to browse the web. > > In a proxyserver like that, if someone tried to go to > http://somedomain.com:8765/ would it work?
i don't know,. but you could set up apache as proxy, use mod_proxy and mod_rewrite to map http://somedomain.com/user1 to http://somedomain.com:8765 or http://internal.somedomain.com:8765 or whatever. repeat for more users and increase ports. --knitti