Hello,
After installing a new server (with nginx + apache) and checking if IPv6 works i just noticed something weird.
in the /var/www/html/ we have placed a index.php that displayed the name of the requested domain.
If lookup the website via hostname there is no problem. But if i request it based on ip like https://[2a0b:xxx:xxx::xxx]/ it will not parse the PHP code and instead of displaying the page it will be downloaded (via octet-stream). The problem does not occur if we use only apache as a webserver.
Are there any other users that have nginx + apache that have this issue?
Regards,
Erik
After installing a new server (with nginx + apache) and checking if IPv6 works i just noticed something weird.
in the /var/www/html/ we have placed a index.php that displayed the name of the requested domain.
If lookup the website via hostname there is no problem. But if i request it based on ip like https://[2a0b:xxx:xxx::xxx]/ it will not parse the PHP code and instead of displaying the page it will be downloaded (via octet-stream). The problem does not occur if we use only apache as a webserver.
Are there any other users that have nginx + apache that have this issue?
Regards,
Erik