start-fcgi.sh 92 B

123
  1. #! /bin/sh
  2. php ./centra_srv.php
  3. spawn-fcgi -a 127.0.0.1 -p 9100 -F 10 -f "php fcgi_run.php"