I've set up an Etherpad Lite on my Apache server, the address is something like http://example.com:9001 and I wish to access it from my university but a proxy is blocking the port. On the wiki of the software, a technique known as "reverse proxy" is explained to circumvent that, and make the pad accessible from an address like http://pad.exemple.com or http://example.com/pad but unfortunately it's not working and I've tried many different combinations. I'm wondering what I'm doing wrong or if there any easier technique to get what I want. Thanks.
Avoid proxy blocking Etherpad Lite
1k Views Asked by LaurentC At
2
There are 2 best solutions below
0
toutpt
On
You should expose more what you have done (configuration used). Bad description implies bad answer.
So official documentation is at https://github.com/ether/etherpad-lite/wiki/How-to-put-Etherpad-Lite-behind-a-reverse-Proxy
Related Questions in WEB-SERVICES
- couldn't copy pdb file to another directory while consuming wcf web service
- .net rest service with JSON string and consumed with java client
- How to send Rest GET request that contains "#" value in url parameters?
- Looking the Method that MANUALLY INSTALL PHP on OSX Yosemite
- How to use @queryparam when using array in Java
- How to accept cookies when using a webservice - Android?
- zend soap server reading xml attributes
- Web Service Error path property must set before calling the send method
- Error with kSOAP2
- JAX-RS service response is returning double fields without decimal places
- How can I call a ASP.Net webservice using AJAX without calling controller
- Generate clients for multiple WSDL files and place it in different package through Spring Gradle
- File upload in AXIS2 webservice
- How to route by call method in proxy with WSO2?
- fetch data from web service to dataset in Delphi
Related Questions in APACHE
- .htaccess redirect 403 error files to 404 error document
- RestApi server code is not workinng
- Convert Apache VirtualHost to nginx Server Block for Dynamic Subdomains
- Looking the Method that MANUALLY INSTALL PHP on OSX Yosemite
- Premature end of script on VPS
- Rasterization with Javascript looks different on Apache server
- Vagrant - Ansible error installing Apache
- Can't use subdomain in Chrome using Apache (XAMPP)
- Django webapp (on an Apache2 server) hangs indefintely when importing nltk in views.py
- Redirect keystone app to sub directory using htaccess
- How can I integrate Solr5.1.0 with Nutch1.10
- Disconnect Client connected to cgi application
- Solr ping taking time during full import
- How to redirect an incoming request to specific serverName to different server in apache2?
- What is the correct way to link Django Flatpages?
Related Questions in VIRTUALHOST
- How to redirect an incoming request to specific serverName to different server in apache2?
- Remove ".local" suffix on local server (Yosemite)
- Windows, Apache, Acrylic DNS, and wildcard subdomains
- How to setup a virtual host when frontend and backend are on same level in root folder
- Apache Virtual Host redirect just for servername
- Static content is not being loaded for multiple war with same context path inside single jboss instance
- Apache2- need multiple projects with same domain that use different path after domain name
- PHP doesn't work on virtual host in EC2 + ubuntu + apache2
- More than one virtual host does not work as expected
- PHP absolute path not working
- How to link subdirectories using subdomain? (VirtualHost, mod_rewrite, htaccess, DNS)
- Accessing local Apache website from remote machine in same network
- Apache2 virtual host missing Document Root
- How to setup apache reverse proxy for particular domain
- Why is my 404 handler not working in apache?
Related Questions in REVERSE-PROXY
- Apache Reverse Proxy erases <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
- How to configure standalone Jetty 9 as a reverse proxy to a node app?
- How to set up a reverse proxy in nodejs for multiple targets?
- Nginx and Tomcat - subdomain pointing to subdirectory
- How to proxy an external site in Express
- Reverse Proxy on IIS for an asp.net applications
- Connecting to external broker through restricted network using Paho Java Client
- Nginx module: how to get variables value from conf file
- How to setup apache reverse proxy for particular domain
- POST request reverse Proxy
- nginx reverse proxy "ip address shows"
- Correct Usage of OAuth 2.0 Grant Types
- Nginx & Node inside the same Docker container
- node.js, trying to route sub-domain to specific directory
- Redirect Error When using [OR] flag with RewriteCond
Related Questions in ETHERPAD
- How to catch click events in an Etherpad plugin
- How to determine caret position in Etherpad immediately after keypress?
- How do I properly set link prefetch headers in Express 4?
- Etherpad service under debian not starting at boot
- Etherpad server installation
- How do I add this List Filter to Etherpad-Lite using the Small_List plugin?
- Constantly reconnecting to websocket / session id unknown / Etherpad
- How to debug invalid data in MySQL utf8mb4 column in Etherpad Lite database
- how to re-order etherpad toolbar buttons?
- How to install etherpad-lite on cPanel (shared hosting)
- How can I make SocketIO more performant?
- Avoid proxy blocking Etherpad Lite
- Etherpad: Best Way to hook into auth
- Paint user input text into specified colour as it's typed
- In Etherpad, are there any shortcuts for other actions than bold, italic and underline (strike, bullet point, ...)?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
A quick google points to https://github.com/Pita/etherpad-lite/wiki/How-to-put-Etherpad-Lite-behind-a-reverse-Proxy where it is explained how to set up a reverse proxy. You should follow the instructions for Apache.