MrMax
November 22, 2024, 6:06pm
4
There is a patch that works
Thanks to this advice, the issue is resolved. Everything works. Thanks to the developers! Respect and best wishes
Both configuration files need to be corrected
apache2.conf
apache2.ssl.conf
opened 11:01AM - 10 Aug 24 UTC
closed 05:17PM - 02 Oct 24 UTC
bug
### Describe the bug
Issue Summary:
After performing a sudo apt update and s… udo apt upgrade, some of my WordPress sites with internationalized domain names (IDNs) containing special characters (like "Ø") started returning a "File not found" error when trying to access /wp-admin or any PHP files. This issue is specific to the IDN domains, while other domains without special characters continue to function normally.
Error Log:
`[Fri Aug 09 12:45:53.431012 2024] [proxy_fcgi:error] [pid 30534:tid 30578] [client IP:0] AH01071: Got error 'Primary script unknown', referer: https://domain.com/wp-admin/`
Troubleshooting:
I've confirmed that the problem is not related to any other domain, or is of another cause. The problem only affects the domains with special characters in their names.
### Tell us how to replicate the bug
1. Add an IDN such as 'ørne.dk'
2. Try accessing a php file on that domain
### Which components are affected by this bug?
(Backend) Web Server (Nginx, Apache2)
### Hestia Control Panel Version
1.8.11
### Operating system
Ubuntu 22
### Log capture
```shell
[Fri Aug 09 12:45:53.431012 2024] [proxy_fcgi:error] [pid 30534:tid 30578] [client IP:0] AH01071: Got error 'Primary script unknown', referer: https://domain.com/wp-admin/
```
1 Like