Changes

From Amahi Wiki
Jump to: navigation, search
552 bytes added ,  02:07, 11 March 2014
ls /etc/httpd/conf.d
}}
 
:: ''NOTE:'' If you get a message like ''"ls: cannot access /etc/httpd/conf.d: No such file or directory"'', simply use the following to manually change directories:
{{Code|
Code=cd /etc
cd httpd
cd conf.d
ls
}}
 
Find your app .conf file. It will look like 10##-yourwebappname.conf
{{Code|
Code=nano /etc/httpd/conf.d/10##-yourwebappname.conf
}}
 
:: ''NOTE:'' Depending on the options you chose during installation, you may not have the "nano" text editor installed. If that is the case, you will receive an error message. Instead, substitute "vi" for "nano" to use a different text editor. [http://www.cs.colostate.edu/helpdocs/vi.html Here are the commands to use the "vi" editor.]
Your conf file should look something like this at the top of the page: