Changes

From Amahi Wiki
Jump to: navigation, search
901 bytes added ,  07:19, 6 August 2011
no edit summary
= Finished =
Now that you're done go ahead and visit http://hda and watch it turn into https://hda! Understand that the certificates you generated have not been verified by a certificate authority so you'll need to confirm a security exception.
 
= Troubleshooting =
 
== Apache error ==
If you get an error when your restart Apache (httpd) about a bad configuration the it is probably because you directly copy and pasted from this wiki. When you copy the code then a null character is also copied which is hidden to most text editors.
 
A way to solve this is to delete and retype the first an last character of each line which Apache is complaining about. You can then test your configuration again.
{{Code|service httpd configtest}}
 
If all goes well and you get "Syntax OK" then you can start your Apache server again.
{{Code|service httpd start}}
 
== How do I start over? ==
Run the following command sequence.
{{Code|
yum -y remove mod_ssl​
rm -rf /etc/httpd/ssl.crt
rm -rf /etc/httpd/ssl.key
cd /etc/httpd/conf.d/
echo 'NameVirtualHost *:80' > 00-init.conf
rm -f *-ssl.conf​
}}
Then you can start the instructions again from step one.
= See also =
[[Secure App Access]]<br />
[[Access Joomla over HTTPS]]
61

edits