NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums General General Discussion v
« Previous 1 … 74 75 76 77 78 … 159 Next »
Webservers sharing a port

 
  • 0 Vote(s) - 0 Average
Webservers sharing a port
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#1
2008-02-04, 01:20 PM
Are there any network/webserver admins out there?

I'd like to run:
*An ASP webserver
* uTorrent webadmin
* GB-PVR EWA

all from the same box, and all using the same DYNDNS address and port number (80). Is this possible?
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,599
Threads: 388
Joined: Dec 2004
#2
2008-02-04, 01:39 PM
McBainUK Wrote:Are there any network/webserver admins out there?

I'd like to run:
*An ASP webserver
* uTorrent webadmin
* GB-PVR EWA

all from the same box, and all using the same DYNDNS address and port number (80). Is this possible?
Isn't EWA ASP-based? I understood it would run on any webserver which supported ASP. I haven't got a clue about uTorrent though.

Cheers,
Brian
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,953
Threads: 770
Joined: Nov 2003
#3
2008-02-04, 01:39 PM
Some people run apache on their single accessible port, then configure it to do port forwarding to the ports used by the other servers running (based on URL).
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#4
2008-02-04, 01:42 PM
sub Wrote:Some people run apache on their single accessible port, then configure it to do port forwarding to the ports used by the other servers running (based on URL).
So you can setup port forwarding like below, that would be ideal?

http://www.mcbainuk.com/gbpvr -> port 7654
http://www.mcbainuk.com/utorrent -> port 8080

Any links suitable for a network novice? Smile
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#5
2008-02-04, 01:51 PM
Hmm seems like Apache doesn't work with ASP pages which is what a personal project is written in.

Might have to google to see if "URL based port forwarding" is available in MS IIS...
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
K.S.
Offline

Senior Member

Posts: 526
Threads: 12
Joined: Oct 2006
#6
2008-02-04, 02:13 PM
ASP try your luck with http://www.apache-asp.org Wink
sub Wrote:Yep, what he said.

curiosity killed the cat Big Grin
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#7
2008-02-04, 02:53 PM
Thanks for the link. Unfortunately that only works with perl, not VBScript.

http://www.apache-asp.org/faq.html#VBScr...2007fa600d
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
elite
Offline

Senior Member

Posts: 700
Threads: 26
Joined: Sep 2004
#8
2008-02-04, 05:23 PM
Not sure how up to date this is, but I had this running a while ago, which should sort out the apache/ewa combo.

Edit: There also seems to be some apache/utorrent discussion over here
Alternative music reviews[URL="http://soundblab.com"]
[/URL]
flyswatta
Offline

Senior Member

Posts: 660
Threads: 39
Joined: Aug 2005
#9
2008-02-04, 06:02 PM
McBainUK Wrote:So you can setup port forwarding like below, that would be ideal?

http://www.mcbainuk.com/gbpvr -> port 7654
http://www.mcbainuk.com/utorrent -> port 8080

Any links suitable for a network novice? Smile

Should be fairly easy. Install Apache and fire it up on port 80, leave your other stuff running on different ports.

Configure Apache with the ProxyPass directive. Example:

ProxyPass /gbpvr http://localhost:7654/gbpvr/Guide.aspx

All requests to http://www.mcbainuk.com/gbpvr (this is on port 80) will be proxied by the apache web server to http://localhost:7654/gbpvr/Guide.aspx

You may need to do a ProxyPassReverse depending on the app though.

We do similar things all the time at work. Let us know how it works out...
[SIZE="1"]GBPVR Media Center: 2 TwinHan DTV 3250's (OTA HD), 1 PVR150MCE U-Verse STB), AMD 3200+, 1 GB RAM, 250/300 GB HDDs, ATI x800
2 MediaMVPs [/SIZE]
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#10
2008-02-04, 07:25 PM
Thanks for the walktrough. The killer for me tho is the ASP suport, this is actualy more imotant than the "all fron one port" requirement.
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Android 4.0 x86 Port now available ShiningDragon 3 2,300 2011-12-02, 09:01 AM
Last Post: bgowland
  Which Head phone - with Mini USB charging port Bathman 3 2,140 2011-08-25, 08:27 AM
Last Post: bgowland
  Sharing a Folder for NPVR Recording Service mikeh49 3 2,507 2011-08-20, 11:20 PM
Last Post: mvallevand
  Sharing the NPVR folder in Windows 7 elbryyan 1 1,664 2011-01-18, 08:32 PM
Last Post: elbryyan
  2 computers sharing 2 monitors? How? pcostanza 3 2,100 2010-06-23, 03:04 PM
Last Post: scb147
  Media Art Sharing for GBPVR users? jksmurf 6 2,806 2009-11-25, 02:46 PM
Last Post: fla
  File backup and sharing sites McBainUK 6 3,301 2008-04-10, 09:32 AM
Last Post: danc
  AGP x8 port Vs. PCIE x1 port nitrogen_widget 8 7,966 2008-03-14, 01:52 PM
Last Post: nitrogen_widget
  FCC Regulation for Firewire / 1394 port on cable STB bogyver 12 5,743 2007-09-12, 11:04 PM
Last Post: carpeVideo
  sharing of video between pvrs kwheeler67 2 1,596 2007-01-15, 04:51 AM
Last Post: dvasco

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode