Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
* Forward port 443 to your HDA IP address (example: 192.168.2.10)
 
* Go to the folder etc/httpd/conf
** <code>cd etc/httpd/conf</code>
 
*** You can type <code>ls</code> to list the files.
* Edit httpd.conf
** <code>nano httpd.conf</code>
* Insert a new line with the following:
 
** <code>NameVirtualHost *:443</code>
* Save httpd.conf
** control+O
* Exit nano
** control+X
 
* Go to the folder etc/httpd/conf.d
** <code>cd etc/httpd/conf.d</code>
 
*** You can type <code>ls</code> to list the files.
* Edit the joomla config file
** <code>nano ****-joomla.conf</code>
 
*** ''(note that the number may change for you)(example: 1006-joomla.conf)''
* Add the following text on a new line:
 
 
** <code><VirtualHost *:443>
* Save your web-app.conf
** control+O
* Exit nano
** control+X
[[image:1006-joomlaconf.jpg]]
 
* Restart your httpd service by issuing the following:
** <code>service httpd restart</code>
304

edits