Explore >> Select a destination


You are here

www.byjp.me
| | ole.michelsen.dk
3.4 parsecs away

Travel
| | How to setup a local web server on MacOS X Mavericks with Apache and PHP and link projects directly from Dropbox to Apache.
| | jonalmeida.com
2.3 parsecs away

Travel
| | Thoughts and opinions.
| | lewisdale.dev
2.6 parsecs away

Travel
| | [AI summary] The author discusses setting up port forwarding via SSH to redirect traffic from a remote server to a local machine, using autossh for background management and Apache as a proxy to make the service accessible over the internet.
| | joshuarogers.net
13.6 parsecs away

Travel
| Just over a year ago we went over how to setup a reverse proxy that would require our users to authenticate. In our original proxy article, we generated some NGinx configuration that looked a bit like... location / { proxy_pass http://jira; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } And it worked. And everyone was happy. Until the day the request came in that NGinx should add a fixed set of credentials to all upstre...