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