Okay, I downloaded the proxy mod, enabled it, set the Etherpad port to
8080, but I'm not exactly sure how to set up the configuration in
Apache (forgive me for being a noob :c). I tried this, but it's not
working:
"ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /pads
http://fallaciouspads.net:8080
ProxyPassReverse /pads
http://fallaciouspads.net:80"
On Aug 24, 1:31 am, John McLear <
johnym...@gmail.com> wrote:
> Use mod_proxy
>
>
http://httpd.apache.org/docs/2.0/mod/mod_proxy.html
>
> Run Apache on 80
>
> Run Etherpad on 8080
>
> Forward requests from Apache to Etherpad.
>
> Done (I think).. Although FYI I use Varnish to do this job.
>
> Varnish, Nginx, (insert your own here) are better at doing it than Apache.
> I choose Varnish because it gives the best performance and it is the most
> configurable with extensive monitoring and it's FAST.
>