Hi All
I posted this over on the sickbeard forums as but figure this forum gets alot more traffic so i'd try here as well.
In the interest of making everything easy for the less computer saavy people in the house I am trying to set up Sickbeard etc. to my domain for everyone to access but i'm not sure where to go at this point. Basically right now i can access it from myip:8090 and mydomain.com:8090 but i'd like to set it up so I can type in sickbeard.mydomain.com. any ideas?
Setting up subdomains for Sickbeard, Couchpotato, Sabnzbd etc.
lildestro
Junior Member Posts: 2 Joined: Sep 2010 Reputation: 0 |
2010-09-18 21:39
Post: #1
|
| find quote |
darkscout
Posting Freak Joined: Jul 2008 Reputation: 12 |
2010-09-18 23:03
Post: #2
Apache proxy redirect.
|
| find quote |
lildestro
Junior Member Posts: 2 Joined: Sep 2010 Reputation: 0 |
2010-09-18 23:23
Post: #3
Thanks for the reply, any good tutorials or cheat sheets out there ?
|
| find quote |
nickvda
Junior Member Posts: 26 Joined: Jul 2010 Reputation: 0 |
2010-09-18 23:44
Post: #4
lildestro Wrote:Thanks for the reply, any good tutorials or cheat sheets out there ? For my utorrent I have dyndns setup, dyndns.com (since I don't have a fixed ip from my isp). Alot of modems allow you to directly have dyndns automtically update your ip. So basically I have whatever.dyndns.com point to myip Then from my web hosting (in my case hostgator), I just make a subdomain. subdomain.mywebsite.com and point it to whatever.dyndns.com:(Port number). And now I can just access my stuff from subdomain.mywebsite.com with fair ease. Hope that helps, dunno if I overcomplicated it, but works for me
|
| find quote |
necrosis
Junior Member Posts: 7 Joined: Oct 2010 Reputation: 0 |
2010-10-12 21:42
Post: #5
Add to etc/httpd/conf/httpd.conf
<VirtualHost *:80> ServerName yoursubdomain.yourdomain.com ProxyRequests Off <Proxy *> Order deny,allow Allow from all </Proxy> ProxyPass / http://internalip:portnumber/ ProxyPassReverse / http://internalip:portnumber/ <Location /> Order allow,deny Allow from all </Location> </VirtualHost> Dont forget to add yoursubdomain.yourdomain.com to the DNS list and use the redirecting serverip as the source. |
| find quote |

Search
Help