|
## FastCGI programs have the same functionality as CGI programs, ## but are considerably faster through lower interpreter startup ## time and socketed communication ## ## Documentation: /usr/share/doc/lighttpd-doc/fastcgi.txt.gz ## página += ( "mod_fastcgi" ) ## Start an FastCGI server for php5 (needs the php5-cgi package) fastcgi.server = ( ".php" => ( "localhost" => ( "socket" => "/tmp/php5-fcgi.socket", "bin-path" => "/usr/bin/php5-cgi" ) ) ) Agora edita-se o ficheiro lighttpd.conf e acrescenta-se "index.php" na variável index-file.names. Por fim, é só criar um symbolic link dentro do directório conf-enabled da seguinte maneira: "ln -s ../conf-available/10-fastcgi.conf ." e já está pronto a funcionar em PHP 5. Agora reinicia o lighttpd (/etc/init.d/lighttpd restart) e pode começar a programar... " < tumba! Mozilla Firefox v1.5+ search plugin | ptnix is dead ? >
|
| ||||||||||||||||||||||||||||||||||||||||||||
|
|
||