By chetandude5
After setting the virtual host for the SSL i am getting error while starting the apache
<VirtualHost *:80>
ServerName bnistore.in
Redirect permanent / https://bnistore.in/
</VirtualHost>
<VirtualHost *:443>
ServerName bnistore.in
SSLEngine on
SSLCertificateFile /etc/ssl/certs/bnistore.in.crt
SSLCertificateKeyFile /etc/ssl/private/bnistore.in.key
SSLCertificateChainFile /etc/ssl/intermediate.crt
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
<Directory /var/www/html/ >
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
</VirtualHost>
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello there,
I also want to include great tutorials on Common Apache Errors and How To Troubleshoot Common Apache Errors that you can find really useful if you run into an Apache error and you need some help.
https://www.digitalocean.com/community/tutorial_series/common-apache-errors
https://www.digitalocean.com/community/tutorials/how-to-troubleshoot-common-apache-errors
Also, this question was previously posted and answered by Bobby which you can check here:
Feel free to then share the output of the commands listed in that tutorial.
Hope that this helps!
Hello there,
Everyone can check our series of tutorials under the How To Set Up Apache Virtual Hosts
https://www.digitalocean.com/community/tutorial_collections/how-to-set-up-apache-virtual-hosts
Hope that this helps!
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.