https://bz.apache.org/bugzilla/show_bug.cgi?id=60850
--- Comment #4 from [email protected] --- the hosting panel (sentora) handles redirects port override 80 to 443 and uses mod_rewrite. i used sentora on CentOS 6 so this should not have changed anything? # DOMAIN: nbmlaw.co.uk # PORT FORWARD FROM 80 TO: 443 <virtualhost *:80> ServerName nbmlaw.co.uk ServerAlias www.nbmlaw.co.uk ServerAdmin [email protected] RewriteEngine on ReWriteCond %{SERVER_PORT} !^443$ RewriteRule ^/(.*) https://%{HTTP_HOST}/$1 [NC,R,L] </virtualhost> # END DOMAIN: nbmlaw.co.uk # DOMAIN: nbmlaw.co.uk <virtualhost *:443> ServerName nbmlaw.co.uk ServerAlias www.nbmlaw.co.uk ServerAdmin [email protected] DocumentRoot "/mnt/storage/var/sentora/hostdata/nbm/public_html/nbmlaw_co_uk" php_admin_value open_basedir "/mnt/storage/var/sentora/hostdata/nbm/public_html/nbmlaw_co_uk:/mnt/storage/var/sentora/temp/" php_admin_value suhosin.executor.func.blacklist "passthru, show_source, shell_exec, system, pcntl_exec, popen, pclose, proc_open, proc_nice, proc_terminate, proc_get_status,$ ErrorLog "/mnt/storage/var/sentora/logs/domains/nbm/nbmlaw.co.uk-error.log" CustomLog "/mnt/storage/var/sentora/logs/domains/nbm/nbmlaw.co.uk-access.log" combined CustomLog "/mnt/storage/var/sentora/logs/domains/nbm/nbmlaw.co.uk-bandwidth.log" common <Directory "/mnt/storage/var/sentora/hostdata/nbm/public_html/nbmlaw_co_uk"> Options +FollowSymLinks -Indexes AllowOverride All Require all granted </Directory> AddType application/x-httpd-php .php3 .php ErrorDocument 404 /_errorpages/404.html ErrorDocument 510 /_errorpages/510.html ErrorDocument 500 /_errorpages/500.html ErrorDocument 403 /_errorpages/403.html DirectoryIndex index.html index.htm index.php index.asp index.aspx index.jsp index.jspa index.shtml index.shtm # Custom Global Settings (if any exist) # Custom VH settings (if any exist) #ProxyPass ^/images ! #ProxyPass ^/errors/ ! #ProxyPass ^/dl ! #LogLevel info proxy:debug ProxyRequests Off ProxyPass /.well-known ! ProxyPass / ajp://www.nbmlaw.co.uk:8010/ #ErrorDocument 503 /errors/503.htm SSLEngine on SSLCertificateFile ...keys removed </virtualhost> # END DOMAIN: nbmlaw.co.uk -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
