Jump to content
php.lv forumi

fast-cgi


Recommended Posts

Meiģinu jau otro dienu uzinstalēt fast-cgi php, uz win32, bet kaut kas nav ....

 

Esu uzinstalējis lighttpd-1.4.11-win-setup

php - php Binaries PHP 5.2.13 zip package

 

Līdz šejienei viss ir oky

 

 

Un talāk man tādas īstās skaidrības nav pa fast-cgi...

Itkā modeļu esu atvēris

 

bet nevaru saprast šito

 

fastcgi.server = ( ".php" => (( 
                    "bin-path" => "/path/to/php-cgi",
                    "socket" => "/tmp/php.socket",
                    "max-procs" => 2,
                    "bin-environment" => ( 
                      "PHP_FCGI_CHILDREN" => "16",
                      "PHP_FCGI_MAX_REQUESTS" => "10000" 
                    ),
                    "bin-copy-environment" => (
                      "PATH", "SHELL", "USER" 
                    ),
                    "broken-scriptfilename" => "enable" 
                )))

 

Kas tās pa direkcijām kas tur janorāda

"bin-path" => "/path/to/php-cgi",

"socket" => "/tmp/php.socket",

Link to comment
Share on other sites

bin-path ir uz php.exe failu

 

a kāpēc tev tieši fastcgi vajag? es piemēram downloadoju un uzinstalēju php binaries kā apache module un viss ir ok. pietiek tik soli pa solim izdarīt visu, ko saka standarta php instalācijas instrukcija ;)

Edited by 2easy
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...