Ich habe Probleme, BackupPC und nginx (1.10.3) unter Linux zum Laufen zu bekommen (siehe Anhang). fcgiwrap ist installiert. Hier noch meine nginx vhost Konfiguration
Sämtliche Menüeinträge werden nicht geladen. Per Apache läuft die gleiche BackupPC Konfiguration problemlos. Ich habe im Moment keine Ansatz, wo ich das Problem suchen soll.
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
OK, sieht erstmal Beides gut aus :(
Da ich kein NGinx-User bin, habe ich mal kurz gegoogelt und dabei über diese Config gestolpert: https://github.com/Zloy/backuppc_on_ngi ... ckuppc-ssl
Der Unterschied zu Deiner Config ist, dass Zloy die Directiven "root" und "index" im Abschnitt "location /backuppc" definiert, Du hingegen in "server".
Keine Ahnung ob das einen Unterschied macht, aber mehr konnte ich auf die Schnelle jetzt nicht finden.
Funktioniert es denn ohne SSL?
Gibt es irgendetwas Ungewöhnliches in den Logs?
Welche HTTP-Statuscodes gibt NGinx für die nicht angezeigten Ressourcen im access.log aus?
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Die Konfiguration hatte ich als Vorlage genutzt. Die root Anweisung in der location verursacht eine Fehlermeldung, so dass ich diese außerhalb platziert habe
Joe User wrote: ↑2018-01-16 13:06
Funktioniert es denn ohne SSL?
Leider nein
Joe User wrote: ↑2018-01-16 13:06
Gibt es irgendetwas Ungewöhnliches in den Logs?
Nein, keine Einträge vorhanden, die auf ein Problem deuten
Joe User wrote: ↑2018-01-16 13:06
Welche HTTP-Statuscodes gibt NGinx für die nicht angezeigten Ressourcen im access.log aus?
Hier liegt das Problem. Im Apache Log sind z.B. solche Zeilen vorhanden
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
So, nachdem ich mich nun doch mal kurz mit NGinx beschäftigt habe und mein FreeBSD HowTo entsprechend erweitert habe, habe ich Dir auch mal einen meiner Meinung nach etwas optimierten VHost-Container erstellt.
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.