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