Virtualmin package updates broke http to https redirects

2 posts / 0 new
Last post
#1 Tue, 11/13/2018 - 03:39
echrom

Virtualmin package updates broke http to https redirects

This morning i run some package updates.

now all my https websites that have redirects on no longer work correctly.

i now get the a Forbidden page "You don't have permission to access / on this server." Apache Server port 80

if i put the https into the domain it works. what has changed to cause this to stop working

Tue, 11/13/2018 - 05:15
echrom

Just a note for anyone that has the same problem. this issue is not a redirect issue. this issue was after updating packages. for some reason my apache no longer allowed the

<VirtualHost *:80>

and to fix this i had to put the interface ip

<VirtualHost 79.00.00.01:80>

(obviously swap out 79.00.00.01 with your interface ip)

Topic locked