'''Acces your Joomla site over Https (HyperText Transfer Protocol Secure)'''
*go to the folder etc/httpd/conf
''cd /etc/httpd/conf''
*You can type ls to list the files.
*save httpd.conf
control +O
*exit nano
control +X
*go to the folder etc/httpd/conf.d
''cd /etc/httpd/conf.d''
*You can type ls to list the files.
SSLCertificateKeyFile /etc/httpd/conf/filename.key
DocumentRoot /var/hda/web-apps/joomla/html
<Directory "/var/hda/web-apps/joomla/html">
Options Indexes FollowSymLinks +ExecCGI
AddHandler fcgid-script .fcg
*save your web-app.conf
control +O
*exit nano
control +X