NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) NextPVR Enhanced Web Admin (NEWA) v
« Previous 1 … 23 24 25 26 27 … 47 Next »
EWA from personal website

 
  • 0 Vote(s) - 0 Average
EWA from personal website
Fyvve
Offline

Junior Member

Posts: 20
Threads: 3
Joined: Jun 2008
#1
2008-07-21, 09:08 PM
I found a tutorial once on how to access EWA from a personal website. I cannot find it again, can someone help?
Fyvve
Offline

Junior Member

Posts: 20
Threads: 3
Joined: Jun 2008
#2
2008-07-21, 11:14 PM (This post was last modified: 2008-07-22, 02:09 AM by Fyvve.)
Fyvve Wrote:I found a tutorial once on how to access EWA from a personal website. I cannot find it again, can someone help?

I mean without just linking to the external web address.

Edit: This is what i was looking for
http://gbpvr.com/pmwiki/pmwiki.php/Netwo...pApacheCLI

Except its actually not quite what i wanted. I am using IIS to serve my site but that link does the same thing i want to do. Basically i want to link to the GBPVR web admin page without going to a specific port. Anyone have an idea on how to do this?
David
Offline

Senior Member

Posts: 435
Threads: 18
Joined: Oct 2005
#3
2008-07-22, 04:52 AM
I tried using Apache as a reverse proxy, but the results were not acceptable. I think the new version of Apache may have better support, but I have not tried it again.
David

PVR PC: Win2K3, Athlon x2 64 4600+, 1280MB Ram, 40+400 GB HD's, Gigabyte Network
PVR-250, ATSC-110 digital x2, GBPVR v1.3.7 w/SQLite DB
Extras: Addepisode 41, Comskip 79.46, EWA 76, Zaptools

DSM-520 (D-Link Media Lounge) FW 1.04 using TVersity Media Server 0.9.11.4
DSM-320 (D-Link Media Lounge) FW 1.09
MediaMVP

More specs
haripj
Offline

Member

Posts: 134
Threads: 17
Joined: Mar 2005
#4
2008-07-24, 06:45 PM
Fyvve Wrote:I mean without just linking to the external web address.

Edit: This is what i was looking for
http://gbpvr.com/pmwiki/pmwiki.php/Netwo...pApacheCLI

Except its actually not quite what i wanted. I am using IIS to serve my site but that link does the same thing i want to do. Basically i want to link to the GBPVR web admin page without going to a specific port. Anyone have an idea on how to do this?

Setup the web subdirectory in GBPVR as a virtual directory (with a name e.g. gbpvr) in IIS. As long as you specify the default document in IIS, you can go to EWA by browing to yoursite.com/gbpvr.
You need to give ASPNET account permissions on that subdirectory.
Has worked for me great, without having to open additional ports to the outside.
"Nothing succeeds as planned" - Joseph Heller
rsachoc
Offline

Junior Member

Posts: 10
Threads: 0
Joined: Apr 2008
#5
2008-07-25, 10:06 PM
Hi there

I'm also looking to do this, would I have to use IIS or Apache or is there other web servers I could use?

Thanks in advance.
rsachoc
Offline

Junior Member

Posts: 10
Threads: 0
Joined: Apr 2008
#6
2008-07-25, 10:46 PM
*edit* I figured out that it seems to work with Abyss web server, I much more lightweight web server.

Thanks!
rsachoc
Offline

Junior Member

Posts: 10
Threads: 0
Joined: Apr 2008
#7
2008-07-26, 04:31 PM
Hmm scratch that seem to be getting errors in the web interface. Will try IIS now.
rsachoc
Offline

Junior Member

Posts: 10
Threads: 0
Joined: Apr 2008
#8
2008-07-26, 04:51 PM
haripj Wrote:Setup the web subdirectory in GBPVR as a virtual directory (with a name e.g. gbpvr) in IIS. As long as you specify the default document in IIS, you can go to EWA by browing to yoursite.com/gbpvr.
You need to give ASPNET account permissions on that subdirectory.
Has worked for me great, without having to open additional ports to the outside.


Hmm I tried what you said, still couldnt get it to work...any ideas? Coming up with a page not found, but IIS is working as I get get to the default IIS page fine.
Fyvve
Offline

Junior Member

Posts: 20
Threads: 3
Joined: Jun 2008
#9
2008-07-26, 08:07 PM (This post was last modified: 2008-07-26, 08:52 PM by Fyvve.)
haripj Wrote:Setup the web subdirectory in GBPVR as a virtual directory (with a name e.g. gbpvr) in IIS. As long as you specify the default document in IIS, you can go to EWA by browing to yoursite.com/gbpvr.
You need to give ASPNET account permissions on that subdirectory.
Has worked for me great, without having to open additional ports to the outside.

Thanks for the reply. I tried what you said but all i can get is a directory listing of everything in my gbpvr folder. Im not sure what you mean by aspnet account permissions either. Any ideas on what im doing wrong?

Edit: Well, got past that problem but now i get the Runtime Error:
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>


The only way i know to view the actual error its having is to make the error happen when i am on the local machine. Obviously thats not going to work for me in this case since i am trying to access the EWA remotely. Any suggestions?
rsachoc
Offline

Junior Member

Posts: 10
Threads: 0
Joined: Apr 2008
#10
2008-07-26, 08:52 PM
I followed this (http://forums.nextpvr.com/showthread.php?t=22346) but was still unable to get it working. Will give up until tomorrow
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): 1 2 3 4 Next »


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

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

Linear Mode
Threaded Mode