Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
=Step 1- Setting up port forwarding=
*foward Forward port 443 to your HDA ip adres IP address (example: 192.168.2.10)
=Step 2- Edit httpd config files=
*go Go to the folder etc/httpd/conf
** <code>cd etc/httpd/conf</code>
***You can type <code>ls </code> to list the files.
*edit Edit httpd.conf
** <code>nano httpd.conf</code>
*add <code>NameVirtualHost *Insert a new line with the following:443</code>
*save * <code>NameVirtualHost *:443</code> * Save httpd.conf
** control+O
*exit Exit nano
** control+X
=Step 3- Edit Joomla config files=
*go 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 Edit the joomla config file
** <code>nano ****-joomla.conf</code>  *** ''(note that the number may change for you)(example: 1006-joomla.conf) ''
*add Add the following texton a new line:
** <code><VirtualHost *:443>
ServerName joomla
*save Save your web-app.conf
** control+O
*exit Exit nano
** control+X
=step 4- Restart httpd service=
*restart Restart your httpd serviceby issuing the following:
** <code>service httpd restart</code>
<strong>Enjoy</strong>
[[image:joomla.jpg]]
304

edits