cgi
Running Python Scripts in Mongoose
I want to run python scripts on the mongoose web server. It worked fine with php-cgi.exe but not with python.exe.[详细]
2023-04-02 04:32 分类:问答PHP-CGI not loading PATH in windows
I have a windows webserver running lighttpd and using PHP with CGI. Previously I was using Apache without CGI and I noticed something.[详细]
2023-04-01 20:42 分类:问答Classic ASP as CGI - How to wrap asp.dll as an exe?
I imagine it\'s possible to wrap asp.dll inside an .exe so that Active Server Pages functionality can be run on any web server (e.g. mongoose) which does CGI.[详细]
2023-04-01 11:41 分类:问答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 分类:问答MVC frameworks for Perl web programming? [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: Suggest some good MVC framework in perl[详细]
2023-04-01 08:24 分类:问答Creating an Environment variable with C++ CGI
I was wondering if it would be possible to create a C++ environment variable using C++ CGI variable. I was thinking something along the li开发者_如何学Pythonnes of a temp environment variable so that[详细]
2023-03-31 11:29 分类:问答Alternative to Pythons SQLite3 module - maybe MySQL
We have a website that uses SQL (currently SQLite3) to store entrants into a competition & the server side language is python & uses the module sqlite3. It turns out that the webhost runs pyth[详细]
2023-03-31 02:16 分类:问答executable in URL
While I was planning a trip on a railroad website, I noticed the website was rendered by a .exe ( http://reiseauskunft.bahn开发者_运维技巧.de/bin/query.exe )[详细]
2023-03-31 02:12 分类:问答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 分类:问答ScriptAlias configuration not working in apache2
I installed apache2 on ubuntu. I added the following to /etc/apache2/httpd.conf file ScriptAlias /cgi-bin/ \"/home/PROJECT/cgi-bin/\"[详细]
2023-03-30 09:10 分类:问答