Changes

From Amahi Wiki
Jump to: navigation, search
148 bytes added ,  20:53, 10 March 2014
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 }}=== Troubleshooting (Fedora 19) ===If after running the automatic update, CouchPotato will not start, try this as root user: chmod 755 /var/hda/web-apps/cpotato/html/CouchPotato.py
12,424

edits