Skip to content

Apache no longer starts after editing vhosts file #375

Answered by aubymori
Omoioma asked this question in Q&A
Discussion options

You must be logged in to vote

That XML is severely malformed.

Try adding this instead:

<VirtualHost 127.0.0.1:443>
   ServerName www.youtube.com
   DocumentRoot "C:/xampp/htdocs"
   SSLEngine on
   SSLCertificateFile "conf/ssl.crt/server.crt"
   SSLCertificateKeyFile "conf/ssl.key/server.key"
   <Directory "C:/xampp/htdocs">
      AllowOverride All
      Require all granted
   </Directory>
</VirtualHost>

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Omoioma
Comment options

Answer selected by Omoioma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants