Skip to content

Commit ea9efdb

Browse files
committedFeb 9, 2012
WRE::Starman needs to use the WRE's psgi file, instead of WebGUI's
1 parent 9f27f7a commit ea9efdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎wre/lib/WRE/Starman.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ sub start {
123123
. " --error-log=" . $config->getRoot("var/logs/starman_error.log")
124124
. " --workers=" . $config->get("starman/workers")
125125
. " --user=" . $config->get("user")
126-
. ' ' . $config->get("webgui/root") . "/app.psgi & "
126+
. ' ' . $config->getRoot("wre.psgi") . " & "
127127
;
128128
system($cmd); # catch command line output
129129
while ($count++ < 10 && !$success) {

0 commit comments

Comments
 (0)
Please sign in to comment.