Forum Applications Multimedia [[HELP]] Shoutcast v2 HTTP to HTTPS

[[HELP]] Shoutcast v2 HTTP to HTTPS

Post by MâDmâX » 17.10.2024 05:58:59


Get a SSL Certificate from LetsEncrypt.

 

Activate Module/s:

modules/mod_proxy_http.so

In:

httpd.conf

 

 

In the Apache configs, edit this httpd-vhosts.conf

<VirtualHost *:443>

   ServerName YourDoamin.de

    SSLEngine on
    SSLCertificateFile "PathTo\cert.pem"
    SSLCertificateKeyFile "PathTo\privkey.pem"

ProxyPreserveHost On
ProxyPass / http://YourDoamin.de:8000/index.html
ProxyPassReverse / http://YourDoamin.de:8000/index.html
   ##ErrorLog "logs/dummy-host.example.com-error.log"
   ##CustomLog "logs/dummy-host.example.com-access.log" common
</VirtualHost>


,,I AM A GAMER. NOT BECAUSE I DON'T HAVE A LIFE, BUT BECAUSE I CHOOSE TO HAVE MANY."
User avatar
MâDmâX
Administrator
Regular-Guest
 
Posts: 98
Joined: 2020-01-04 01:12:05