"Aijin Kim" <[EMAIL PROTECTED]> escribió: > Hi Friedel, > > F Wolff ? ?: >> >> Pootle can also run on a part of the URL. Is it possible to allocate >> part of the URL on port 80 to Pootle? For example >> sunvirtuallab.com/pootle/..... >> > For allocation on port 80, we need to move Pootle to another machine. > Currently, the port 32300 on sunvirtuallab is redirected to a port on > the Pootle server machine while the port 80 is redirected to another > machine. > I'm not sure if it is possible to allocate a part of port 80 to Pootle. > Even if it's possible, we should think about the effect of moving. > > I'll ask to sunvirtuallab admin if there is any solution.
If there's an apache in front, it can proxy to anywhere, i.e. the same host or any other host by using the ProxyPass directives, as part of mod_proxy: http://httpd.apache.org/docs/2.0/mod/mod_proxy.html You can use either http[s]://pootle.domain.com or http[s]://www.domain.com/pootle or anything you like, depending on DNS or what the admin finds more appropiate. Regards. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
