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!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
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.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
