fastcgi
PHP - uploading to dir outside docroot
I have nginx+php-fastcgi running on my server and I\"m trying to allow a php script in /var/www/contest to upload to a non-public directory located at /var/www/private/uploads.[详细]
2023-04-02 01:47 分类:问答How to design applications for persistent PHP FastCGI processes?
PHP is finally starting to get TRUE FastCGI implementations. (Not to be confused with PHP-FPM or PHP process startup scripts commonly used with Nginx - think node.js for PHP.[详细]
2023-04-01 10:30 分类:问答How does PHP as a CGI handle memory?
When running PHP with Apache I know that the php core and all libraries are loaded for each request. However, with PHP CGI, FastCGI, or using PHP-FPM the php process persists for generally 500-1000 re[详细]
2023-04-01 09:43 分类:问答php - any way to do "real" fascgi?
I have been using perl and ruby in a fcgi setting and was planning to migrate a large code base of php from mod_php to fcgi, I looked at the php site and saw they supported fcgi and 5.3 has fpm to imp[详细]
2023-04-01 02:36 分类:问答Debugging python with mod_fastcgi
I 开发者_开发问答running apache with mod_fastcgi to run python scripts (using Ubuntu OS). How can I debug python with fastcgi? I put a pdb.set_trace() call in my script, but when loading the page in[详细]
2023-03-31 11:00 分类:问答Perl web serving with nginx and FastCGI - not able to read parameters
There are any number of tutorials out there on how to use FastCGI to CGI wrappers to serve Perl code using nginx. But I\'m comfortable working with Perl modules myself, so I don\'t need the wrapper. I[详细]
2023-03-30 20:01 分类:问答Django and FasctCGI on Windows
sorry for making such bizarre question, but it seems that Windows and FastCGI for Django are not good friends; FastCGI will u开发者_StackOverflow中文版se Flup, and Flup hates windows! and when making[详细]
2023-03-29 18:49 分类:问答Running python through fastCGI for nginx
I am lookin开发者_运维技巧g to run standalone python scripts through fcgi for use with nginx, but I have no idea where to start with spawning the processes. Currently, I have PHP successfully with ngi[详细]
2023-03-28 08:28 分类:问答HTTP 330 error on PHP deprecation errors
For some reason, I get a HTTP 330 error whenever a PHP error is printed. This didn\'t use to happen, but since we had to restore our PHP application from a backup due to a server failure, it does. Dur[详细]
2023-03-27 22:22 分类:问答Call PHP from virtual/custom "web server"
Basically, I\'m trying to figure out how PHP can be called from a \"web server\". I\'ve read the documentation, but it didn\'t help much.[详细]
2023-03-27 15:57 分类:问答