8000 GitHub - andyleap/phpfcgi: Simple PHP FCGI server system
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

andyleap/phpfcgi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpfcgi

Simple PHP FCGI server system

Check out the demo, it needs a fcgi compliant web server to connect to it at /tmp/phpfcgi.sock Works with lighttpd

I recommend a config like

fastcgi.server = (
	"/phpfcgi" =>
	((
		"socket" => "/tmp/phpfcgi.sock",
		"check-local" => "disable"
	))
)

and run start-phpfcgi.sh to start up the php side, then navigate to /phpfcgi on your server.

About

Simple PHP FCGI server system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0