right now I have /etc/etherpad/bin/run.sh

however, it says it's starting the server at 0.0.0.0:90001

how do I make it point tomydomain.com ?

link|improve this question

2  
I believe this belongs to ServerFault instead of stackoverflow. – keks Aug 13 '11 at 22:31
0.0.0.0 means that your etherpad server is listening for clients (webbrowsers) on all IP numbers that your machine has. The number after the colon is the port number. Try going to localhost:90001 from a webbrowser on the server for a first test. For how to use a domain name, you really need to know something about DNS or otherwise pay someone to set up DNS for you – Simon B. Aug 15 '11 at 20:00
feedback

1 Answer

up vote 2 down vote accepted

you have to use a reverse proxy https://github.com/Pita/etherpad-lite/wiki/How-to-put-Etherpad-Lite-behind-a-reverse-Proxy

link|improve this answer
yes, if in case security/performance is important then a frontend webserver is a great idea. The process should be similar with both Etherpad 1.1 and the new reimplementation Etherpad Lite from Pita. – Simon B. Aug 15 '11 at 19:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.