We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89aeb0 commit 98af4b7Copy full SHA for 98af4b7
wre/lib/WRE/Starman.pm
@@ -112,7 +112,7 @@ sub start {
112
croak "You are not an administrator on this machine so you cannot start services with ports 1-1024.";
113
}
114
my $cmd = "";
115
- #start_server --pid-file=/data/wre/var/run/starman.pid --port=8081 --status=/data/wre/var/run/starman.status starman --preload=/data/WebGUI/app.psgi
+ #start_server --pid-file=/data/wre/var/run/starman.pid --port=8081 --status=/data/wre/var/run/starman.status starman --preload-app=/data/WebGUI/app.psgi
116
$cmd = $config->getRoot("/prereqs/bin/start_server")
117
. " --pid=" . $config->getRoot("var/run/starman.pid")
118
. " --status=" . $config->getRoot("var/run/starman.status")
0 commit comments