diff --git a/docs/sample/treebird.apache.conf b/docs/sample/treebird.apache.conf index ffb2124..0b283f8 100644 --- a/docs/sample/treebird.apache.conf +++ b/docs/sample/treebird.apache.conf @@ -17,5 +17,5 @@ # Set PATH_INFO variable SetEnvIf Request_URI . proxy-fcgi-pathinfo=1 - ProxyPass / "fcgi://localhost:4000/" + ProxyPass / "fcgi://localhost:4008/" \ No newline at end of file diff --git a/scripts/fcgistarter.sh b/scripts/fcgistarter.sh index c7fe0be..6edd5ea 100755 --- a/scripts/fcgistarter.sh +++ b/scripts/fcgistarter.sh @@ -1,3 +1,2 @@ #!/bin/bash -kill -9 $(pgrep treebird) > /dev/null 2>&1 -fcgistarter -c $(dirname $(readlink -f $0))/../treebird -p 4000 -N 1 +spawn-fcgi -a 127.0.0.1 -p 4008 -n treebird