Accessing dashboard after changing web server port
Posted: Mon Jun 24, 2013 6:29 am
Hi,
I was was recently trying to get an app called PlexConnect to work on my Amahi server. PlexConnect is an app that runs on the server that will serve up Plex content to an Apple TV without jailbreaking it by intercepting requests from the Trailers app on the Apple TV and redirecting them to PlexConnect so it can serve up a client. More info here:
https://github.com/iBaa/PlexConnect
In order to get it working correctly, I had to disable the DNS server on the Amahi (which I didn't really care about) and change the web server port from 80 to something else (I chose 78). I don't use it for anything. I did that by editing /etc/httpd/conf/httpd.conf and changing the Listen port to 78.
Of course, when I did that, I no longer get the dashboard:
https://dl.dropboxusercontent.com/u/2385105/blank.png
I thought I could just go to <ip>:78 to get the dashboard, but when I do that, I get the Apache page instead of the dashboard:
https://dl.dropboxusercontent.com/u/2385105/apache.png
What else do I have to do to get the dashboard to show up at <ip>:78?
Thanks!
I was was recently trying to get an app called PlexConnect to work on my Amahi server. PlexConnect is an app that runs on the server that will serve up Plex content to an Apple TV without jailbreaking it by intercepting requests from the Trailers app on the Apple TV and redirecting them to PlexConnect so it can serve up a client. More info here:
https://github.com/iBaa/PlexConnect
In order to get it working correctly, I had to disable the DNS server on the Amahi (which I didn't really care about) and change the web server port from 80 to something else (I chose 78). I don't use it for anything. I did that by editing /etc/httpd/conf/httpd.conf and changing the Listen port to 78.
Of course, when I did that, I no longer get the dashboard:
https://dl.dropboxusercontent.com/u/2385105/blank.png
I thought I could just go to <ip>:78 to get the dashboard, but when I do that, I get the Apache page instead of the dashboard:
https://dl.dropboxusercontent.com/u/2385105/apache.png
What else do I have to do to get the dashboard to show up at <ip>:78?
Thanks!