MPwebinterface - how to change to port 80? (1 Viewer)

Rybber

Portal Pro
October 26, 2004
166
0
Denmark
How do I change MPW to port 80?

I tried to follow the guide at the website, but that doesn't seem to be it.

I have also tried changing 'listen' setting in httpd.conf to 80, but that results in a PEAR/PHP error??

Should I rather forward port 80 to 81 in my router, and how do I do that (WRT54G) ?

Thanks!
 

samuel337

Portal Pro
August 25, 2004
772
0
Melbourne, Australia
I'm sure this is already in the forum somewhere, as I've explained it numerous times (should get this put into the MPW website). Anyway, here it is again:

Make sure the MPW service is not running.

1. Open Mediaportal\MPWebControl\apache\conf\httpd.conf
2. Change this line to the appropriate port number (change the number 81 to whatever port number):

Listen 81

3. Save and close httpd.conf.
4. Open Mediaportal\MPWebControl\htdocs\webscheduler\functions\webservice.php
5. Change this line to what ever port number you want (change the number 81):

$hostport = 81;

6. Save and close.

Done!

Let me know if webservice.php does not exist because I think I have a newer, unreleased version.

Sam
 

Users who are viewing this thread

Top Bottom