Changes

From Amahi Wiki
Jump to: navigation, search
597 bytes added ,  15:32, 9 April 2013
=== Warnings: ===
* Leave your host as 0.0.0.0, this allows you to access from any pc on your network
* If you change the port from 5000 you will break the proxy http://cpotato. You can still access [http://www.amahi.org/apps/couchpotato CouchPotato] from yourHDAip:port-you-set (i.e. http://192.168.1.10:8082)This can be rectified by modifying the http conf file to point to the new port. First find what the name of the file is.  {{Code| ls /etc/httpd/conf.d/ }} You are looking for a file named something like ''****-cpotato.conf '', next open the file up and edit it to reflect the new port chosen. This needs to be done as root, for Ubuntu the code is: {{Code| sudo nano /etc/httpd/conf.d/****-cpotato.conf }} Look for the lines beginning ProxyPass and ProxyPassReverse and modify the port. The last step is to reload apache, again for Ubuntu the code is:  {{Code| sudo service apache2 reload }}
4

edits