Timeline for Apache server giving 403 Forbidden for IPV6 addresses?
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 27, 2019 at 18:09 | comment | added | Rob Kalmeijer | I had some trouble with apache vhosts, but NameVirtualHost gave no error. httpd -S shows your vhosts. | |
| Apr 26, 2019 at 5:23 | comment | added | Freddy | That's what the documentation says, so I would guess that's right. If you run apachectl configtest there should be a line like this: NameVirtualHost has no effect and will be removed in the next release /etc/apache2/sites-enabled/000-default.conf:1 Syntax OK. | |
| Apr 26, 2019 at 1:38 | comment | added | Rob Kalmeijer | This is what I could found and it still works. Do you mean you can remove those lines? I use multiple subdomains on 1 ip address. | |
| Apr 24, 2019 at 20:03 | comment | added | Freddy | NameVirtualHost is deprecated and has no effect in Apache >=2.3.11. Any VirtualHost with ip and port will do. | |
| Apr 24, 2019 at 19:50 | review | First posts | |||
| Apr 24, 2019 at 20:12 | |||||
| Apr 24, 2019 at 19:46 | history | answered | Rob Kalmeijer | CC BY-SA 4.0 |