View Single Post
Old 03-04-2009, 10:52 AM   #89
ilovejedd
hopeless n00b
ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.
 
ilovejedd's Avatar
 
Posts: 5,110
Karma: 19597086
Join Date: Jan 2009
Location: in the middle of nowhere
Device: PW4, PW3, Libra H2O, iPad 10.5, iPad 11, iPad 12.9
Quote:
Originally Posted by Cold View Post
I run Calibre on a machine inside my home network and I have an Apache server on the edge of the network. I serve all the internal applications I use (Well, those with web interfaces) to the outside using this server via mod_proxy and mod_proxy_html (if required).
Question, how do you set up the reverse proxy stuff? I'm really new to Apache and I found the documentation to be not as noob-friendly as the PHP or Python docs.

For example, I have multiple Calibre libraries and an Apache server with external address somerandom.dyndns.org. How do I get the multiple servers to resolve to the following?
mom:8080 -> somerandom.dyndns.org/mom
dad:8080 -> somerandom.dyndns.org/dad
peskybrother:8080 -> somerandom.dyndns.org/peskybrother
mybooks:8080 -> somerandom.dyndns.org/books
myfanfics:8080 -> somerandom.dyndns.org/fanfics

I currently have two virtual machines running Apache 2.2.11 and one virtual machine with XAMPP 1.7.0, all under Windows XP Professional SP3. The Apache and XAMPP installations are using default settings which are likely unsecure so some pointers on hardening the server would be helpful, too.

Last edited by ilovejedd; 03-04-2009 at 11:48 AM.
ilovejedd is offline   Reply With Quote