ServerName www.tunefm.live ServerAlias tunefm.live *.tunefm.live # DocumentRoot "c:/webroot/tunefm_live" # Comment Document Root, Uncomment Redirect to convert to SSL # Redirect permanent / https://www.tunefm.live # Comment Everything Below this Line to convert to SSL # ---------------------------------------------------- # # AllowOverride none # Require all denied # # # ProxyPass /tunefmlive http://localhost:8080/tunefmlive/ # ProxyPassReverse /tunefmlive http://localhost:8080/tunefmlive/ #Uncomment Section Below to Convert to SSL ServerName www.tunefm.live ServerAlias tunefm.live *.tunefm.live DocumentRoot "c:/webroot/tunefm_live" SSLEngine on SSLCertificateFile "c:/keys/tunefmlive.keys/tunefm.live.crt" SSLCertificateKeyFile "c:/keys/tunefmlive.keys/tunefm.live.key" AllowOverride none Require all denied ProxyPass /tunefmlive http://localhost:8080/tunefmlive/ ProxyPassReverse /tunefmlive http://localhost:8080/tunefmlive/