ubuntuusers.de

Problem mit Plackup server

Status: Ungelöst | Ubuntu-Version: Ubuntu 16.04 (Xenial Xerus)
Antworten |

rabo111

Anmeldungsdatum:
4. November 2016

Beiträge: 8

Hallo,

ich habe ein Problem mit meinem Plackup server. Ich kriege immer einen 500 Fehler, obwohl er läuft:

Aufruf:

1
2
3
4
5
6
7
plackup -p 8080 /opt/kix18/bin/cgi-bin/app.psgi
Starting import...

Error: 110/112
    importing de.po...
Done.
HTTP::Server::PSGI: Accepting connections at http://0:8080/

nmap -p1-65535 localhost

1
2
3
4
5
6
7
8
9
25/tcp    open  smtp
80/tcp    open  http
631/tcp   open  ipp
3000/tcp  open  ppp
5432/tcp  open  postgresql
8080/tcp  open  http-proxy
9000/tcp  open  cslistener
34107/tcp open  unknown
44247/tcp open  unknown

Die Frage ist nun, wieso steht hier http-proxy anstatt plackup ? Könnt Ihr mir dabei helfen es zu lösen?

Danke

gruss ralf

dajohb

Anmeldungsdatum:
29. Januar 2016

Beiträge: 166

http-proxy

ist der Name des port 8080 auf deinem System nicht der Process name. Schau doch mal im Logfile von dein Applikation, dann kannst du vlt was sehen,

Antworten |