activecollab 5 Die nginx-URL-Umschreibung funktioniert nicht

9

Ich habe versucht, Activecollab gemäß den Anweisungen hier zu installieren.

Meine vhost-Konfiguration für nginx ist hier

%Vor%

Ausgabe von nginx -V

nginx version: nginx/1.10.3 (Ubuntu) built with OpenSSL 1.0.2g 1 Mar 2016 TLS SNI support enabled configure arguments: --with-cc-opt='-g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' --with-ld-opt='-Wl,-Bsymbolic-functions -fPIE -pie -Wl,-z,relro -Wl,-z,now' --prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf --http-log-path=/var/log/nginx/access.log --error-log-path=/var/log/nginx/error.log --lock-path=/var/lock/nginx.lock --pid-path=/run/nginx.pid --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --with-debug --with-pcre-jit --with-ipv6 --with-http_ssl_module --with-http_stub_status_module --with-http_realip_module --with-http_auth_request_module --with-http_addition_module --with-http_dav_module --with-http_geoip_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_image_filter_module --with-http_v2_module --with-http_sub_module --with-http_xslt_module --with-stream --with-stream_ssl_module --with-mail --with-mail_ssl_module --with-threads

Ich erhalte Fehler

  

Fehler - URL-Neuschreiben ist nicht aktiviert. Ungültige URL-Rewrite-Prüfantwort:

Jede Hilfe wird geschätzt.

    
niksmac 24.10.2017, 08:19
quelle

2 Antworten

2

Wie in der Chat- und Teamviewer-Debug-Sitzung besprochen. Es gibt ein Flag REDIRECT_CHECK in config.php für activecollab. Sie müssen diese Umleitung deaktivieren, indem Sie diesen Namen in config

definieren %Vor%

Auch sollten Sie unter Teil von nginx config von

ändern %Vor%

bis

%Vor%     
Tarun Lalwani 04.11.2017, 09:45
quelle
2

Mit Hilfe von Tarun habe ich es geschafft, das Problem zu lösen. Was wir gemacht haben, ist

  1. Bestätigt, dass dies nichts mit nginx und Regeln zu tun hat
  2. Deaktiviert den REDIRECT_CHECK in Konfigurationsdateien.

Jetzt scheint es gut zu funktionieren.

    
niksmac 02.11.2017 01:56
quelle