Changes

From Amahi Wiki
Jump to: navigation, search
47 bytes added ,  17:50, 3 July 2009
no edit summary
'''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.
*edit the joomla config file
''nano ****-joomla.conf''(note that the number may change for you)(example: 1006-joomla.conf)
*add the following text:
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   [[image:1006-joomlaconf.jpg]] 
[[image:joomla.jpg|caption]]
42

edits