linf 发表于 2015-8-18 12:43:25

Monkey v1.6.0 发布,Web 服务器

conf/monkey.conf  
  Match /.*\.php fastcgi
  
  ServerName   php5-fpm1
  ServerPath   /var/run/php5-fpm.sock
  
  LocationName   /usr/local/bin/php-cgi
  ServerNames    php5-fpm1
  KeepAlive      On
  Match          /*.php
  
  sudo monkey
  Monkey HTTP Server v1.6.0
  Built : Aug 10 2015 10:02:00 (/usr/bin/cc 4.8.2)
  Home: http://monkey-project.com

  [+] Process>  [+] Server listening on 0.0.0.0:2001
  [+] 4 threads, may handle up to 1024 client connections
  [+] Loaded Plugins: liana dirlisting fastcgi
  [+] Linux Features: TCP_FASTOPEN SO_REUSEPORT
   [   Info] HTTP Server started
  http://localhost:2001/test.php
  Internal Server Error
  
  /test.php
  
页: [1]
查看完整版本: Monkey v1.6.0 发布,Web 服务器