Sfoglia il codice sorgente

goods_common_body relayout

Wan Xin 9 anni fa
parent
commit
eacec9f3c5
2 ha cambiato i file con 7 aggiunte e 7 eliminazioni
  1. 3 3
      start-fcgi.sh
  2. 4 4
      stop-fcgi.sh

+ 3 - 3
start-fcgi.sh

@@ -1,3 +1,3 @@
-#! /bin/sh
-cd /opt/shopnc/
-spawn-fcgi -a 127.0.0.1 -p 9100 -F 1 -f "/usr/local/bin/php fcgi_run.php"
+#! /bin/sh
+cd /opt/shopnc/
+spawn-fcgi -a 127.0.0.1 -p 9100 -F 1 -f "/usr/local/bin/php fcgi_run.php"

+ 4 - 4
stop-fcgi.sh

@@ -1,4 +1,4 @@
-#! /bin/sh
-
-kill -9 $(pidof php)
-
+#! /bin/sh
+
+kill -9 $(pidof php)
+