Setting up SSL for Drupal
Posted: Mon Oct 21, 2013 9:39 pm
I access my drupal install via the internet. I need to set up SSL. I have Amahi 7 on Fedora 19. I followed the Wiki instructions for: Secure App Access.
As instructed I edited my drupal.conf file. I could not start service httpd with the line:
Options Indexes FollowSymLinks +ExecCGI
so I changed it to:
Options ExecCGI Indexes FollowSymLinks MultiViews
With this change I could start service httpd; however, I get the following error:
500 Internal Server Error
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Any ideas on how to troubleshoot this?
Thanks,
-Robert
As instructed I edited my drupal.conf file. I could not start service httpd with the line:
Options Indexes FollowSymLinks +ExecCGI
so I changed it to:
Options ExecCGI Indexes FollowSymLinks MultiViews
With this change I could start service httpd; however, I get the following error:
500 Internal Server Error
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Any ideas on how to troubleshoot this?
Thanks,
-Robert