Search found 10 matches
- Thu Sep 05, 2024 3:14 pm
- Forum: General discussion
- Topic: PHP-FPM and non-ASCII domain
- Replies: 4
- Views: 10915
Re: PHP-FPM and non-ASCII domain
I managed to find out that apache2 is to blame, which recodes the domain from DocumentRoot to percent-encoding. Therefore, PHP-FPM cannot find the script. Attempts to find a normal solution were unsuccessful, so I came up with a not very aesthetic, but working solution: I have created a symlink of t...
- Mon Jul 22, 2024 1:09 pm
- Forum: General discussion
- Topic: PHP-FPM and non-ASCII domain
- Replies: 4
- Views: 10915
Re: PHP-FPM and non-ASCII domain
Here is what is recorded in the logs:
[proxy_fcgi:error] AH01071: Got error 'Primary script unknown'"
[proxy_fcgi:error] AH01071: Got error 'Primary script unknown'"
- Mon Jul 22, 2024 12:49 pm
- Forum: General discussion
- Topic: PHP-FPM and non-ASCII domain
- Replies: 4
- Views: 10915
Re: PHP-FPM and non-ASCII domain
domain.rf.apache2.conf domain.rf.apache2.ssl.conf domain.rf.nginx.conf domain.rf.nginx.ssl.conf will be overwritten when something gets changed in the configuration of domain, even when LetsEncrypt renewing occur. I understand, but there is no other solution yet. I suggest you remove the domain, ch...
- Mon Jul 22, 2024 10:30 am
- Forum: General discussion
- Topic: PHP-FPM and non-ASCII domain
- Replies: 4
- Views: 10915
PHP-FPM and non-ASCII domain
A 404 error is returned on the Cyrillic domain and the line "File not found." appears on an empty screen. I came to the conclusion that php-fpm does not get the correct file path (due to the site directory in the form of a Cyrillic domain). Since it was not possible to find a normal soluti...
- Tue Mar 14, 2023 6:30 pm
- Forum: General discussion
- Topic: how to add extension in the proxy_extensions
- Replies: 1
- Views: 12037
Re: how to add extension in the proxy_extensions
As it turned out, when changing the template, the list of extensions is not updated. You need to update the list of extensions for each site.
- Tue Mar 14, 2023 11:56 am
- Forum: General discussion
- Topic: how to add extension in the proxy_extensions
- Replies: 1
- Views: 12037
how to add extension in the proxy_extensions
Hi everybody. There is no woff2 extension in the proxy_extensions variable (field "v_proxy_next" in html). I was trying to find a place where it can be added in the template. But I couldn't do it. woff2 is present in the variable, but it doesn't work. I'm not sure, but maybe there is an er...
- Mon Feb 06, 2023 12:03 pm
- Forum: Backup
- Topic: config file for backups
- Replies: 3
- Views: 16988
Re: config file for backups
OK, thanks for your tip. But this file (vesta.conf) is not overwritten during the myvesta update?
- Mon Feb 06, 2023 11:01 am
- Forum: Backup
- Topic: config file for backups
- Replies: 3
- Views: 16988
config file for backups
Hello. I'm missing backup settings, for example in the file /usr/local/vesta/conf/backup.conf There it would be possible to specify some parameters from main.sh for example: BACKUP_GZIP=9 BACKUP_DISK_LIMIT=95 BACKUP_LA_LIMIT=5 I have to change the variable "la" in the function wait_for_bac...
- Thu Dec 29, 2022 5:21 pm
- Forum: General discussion
- Topic: # try_files was commented out
- Replies: 2
- Views: 19585
- Thu Dec 29, 2022 4:45 pm
- Forum: General discussion
- Topic: # try_files was commented out
- Replies: 2
- Views: 19585
# try_files was commented out
Hello
I don't understand why the line "try_files $uri @fallback;" was commented out. Now for file robots.txt (it is formed dynamically in the wordpress) nginx gives 404. Instead of giving it to Apache for processing.
Thank you
I don't understand why the line "try_files $uri @fallback;" was commented out. Now for file robots.txt (it is formed dynamically in the wordpress) nginx gives 404. Instead of giving it to Apache for processing.
Thank you