Wie das Thema schon sagt.... hat das jemand schon erfolgreich zum Laufen gebracht?
Ich komme nicht wirklich weiter.
Nach dem Einloggen folgt der Fehler im Browser:
Im error Log finde ich:
Meine nginx Direktiven welche ich hinzugefügt habe sehen derzeit so aus (ich will bewusst nicht in sites-available rumschrauben):
Https habe ich bewusst erstmal raus gelassen.
Ich bastel da nun schon ein paar Tage rum, habe schon x verschiedene Varianten bei den Direktiven versucht, doch ich komme nicht weiter.
Wäre super wenn hier jemand ne Idee oder noch besser Lösung hat.
Beste Grüße,
Sven
EDIT://
Infos zum Server:
OS: Debian 7
ispconfig Version: 3.0.5.2
nginx Version:
Ich komme nicht wirklich weiter.
Nach dem Einloggen folgt der Fehler im Browser:
Code:
This content failed to load.
Im error Log finde ich:
Code:
2013/04/11 19:35:59 [error] 12245#0: *117 access forbidden by rule, client: 123.456.789.123, server: meine.seite.de, request: "GET /data/htaccesstest.txt HTTP/1.0", host: "meine.seite.de"
Meine nginx Direktiven welche ich hinzugefügt habe sehen derzeit so aus (ich will bewusst nicht in sites-available rumschrauben):
Code:
# default try order
location / {
rewrite ^/.well-known/host-meta /public.php?service=host-meta last;
rewrite ^/.well-known/carddav /remote.php/carddav/ redirect;
rewrite ^/.well-known/caldav /remote.php/caldav/ redirect;
rewrite ^/apps/calendar/caldav.php /remote.php/caldav/ last;
rewrite ^/apps/contacts/carddav.php /remote.php/carddav/ last;
rewrite ^/apps/([^/]*)/(.*\.(css|php))$ /index.php?app=$1&getfile=$2 last;
rewrite ^/remote/(.*) /remote.php/$1 last;
try_files $uri $uri/ @webdav;
}
# owncloud WebDAV
location @webdav {
fastcgi_split_path_info ^(.+\.php)(/.*)$;
fastcgi_pass 127.0.0.1:9027; # or use php-fpm with: "unix:/var/run/php-fpm/php-fpm.sock;"
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param HTTP_AUTHORIZATION $http_authorization;
#fastcgi_param HTTPS on;
include fastcgi_params;
}
Https habe ich bewusst erstmal raus gelassen.
Ich bastel da nun schon ein paar Tage rum, habe schon x verschiedene Varianten bei den Direktiven versucht, doch ich komme nicht weiter.
Wäre super wenn hier jemand ne Idee oder noch besser Lösung hat.
Beste Grüße,
Sven
EDIT://
Infos zum Server:
OS: Debian 7
ispconfig Version: 3.0.5.2
nginx Version:
Code:
ii nginx 1.2.1-2.2 all small, powerful, scalable web/proxy server
ii nginx-common 1.2.1-2.2 all small, powerful, scalable web/proxy server - common files
ii nginx-full 1.2.1-2.2 amd64 nginx web/proxy server (standard version)
Zuletzt bearbeitet: