From 197a746048ed96f3294b059b9a11ad1c80b420cd Mon Sep 17 00:00:00 2001 From: atm-florian Date: Fri, 23 Dec 2022 12:25:03 +0100 Subject: [PATCH] FIX: country detection (GeoIP) cannot work on myaccount pages because apache is not allowed to access /usr/share/GeoIP --- ...n SellYourSaas - Master and Deployment Servers - EN.asciidoc | 2 +- ...n SellYourSaas - Master and Deployment Servers - FR.asciidoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Documentation SellYourSaas - Master and Deployment Servers - EN.asciidoc b/doc/Documentation SellYourSaas - Master and Deployment Servers - EN.asciidoc index 0160c8ef9..246b9e888 100644 --- a/doc/Documentation SellYourSaas - Master and Deployment Servers - EN.asciidoc +++ b/doc/Documentation SellYourSaas - Master and Deployment Servers - EN.asciidoc @@ -1172,7 +1172,7 @@ You can create another virtual host for the HTTPS on port 443 #php_admin_value sendmail_path "/usr/sbin/sendmail -t -i" #php_admin_value mail.force_extra_parameters "-f postmaster@mysaasdomainname.com" #php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f postmaster@mysaasdomainname.com" - php_admin_value open_basedir /tmp/:/home/admin/wwwroot/:/home/admin/tools/ + php_admin_value open_basedir /tmp/:/home/admin/wwwroot/:/usr/share/GeoIP:/home/admin/tools/ UseCanonicalName On ServerName myaccount.mysaasdomainname.com diff --git a/doc/Documentation SellYourSaas - Master and Deployment Servers - FR.asciidoc b/doc/Documentation SellYourSaas - Master and Deployment Servers - FR.asciidoc index 50f37c9ca..3ef14bc75 100644 --- a/doc/Documentation SellYourSaas - Master and Deployment Servers - FR.asciidoc +++ b/doc/Documentation SellYourSaas - Master and Deployment Servers - FR.asciidoc @@ -1081,7 +1081,7 @@ Vous pouvez créer un autre virtual host pour le HTTPS port 443 #php_admin_value sendmail_path "/usr/sbin/sendmail -t -i" #php_admin_value mail.force_extra_parameters "-f postmaster@mysaasdomainname.com" #php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f postmaster@mysaasdomainname.com" - php_admin_value open_basedir /tmp/:/home/admin/wwwroot/:/home/admin/tools/ + php_admin_value open_basedir /tmp/:/home/admin/wwwroot/:/usr/share/GeoIP:/home/admin/tools/ UseCanonicalName On ServerName myaccount.mysaasdomainname.com