I have compiled fastcgi c-api examples: http://www.fastcgi.com/devkit/examples/ They work fine when I execute them manually in the command line (by typing ./echo for example) but I have some troubles
I want to make an app for a friend but he has shared hosting and the only option is fcgi and I can\'t find any d开发者_JAVA技巧ocumentation on how to do it. Is there anyways to run rails 3 on FCGI?Put
I am working on a website, hosted on DreamHost, using Python. For a while, I was using their default setup, which runs Python scripts using CGI. It worked fine, but I was worried that if I get a lot o
My boss was messing around with this page and suddenly 开发者_开发知识库it stopped working and started giving us a 502 Bad Gateway error. Is there anything you can see that explains why this happened?
here\'s a six core with 32GB ram. I\'ve nginx 0.7.X and php5-fpm with php5.3 (from dotdeb.org). Important config files:
I have designed a stylesheet/javascript files bundler and minifier that uses a simple cache mechanism. It simply writes into a file the timestamp of each bundled files and compares those timestamps to
i have a Bluehost hosting account, and i manually configure django with this tutorial, but now i need to run php scripts into a subdomain or in subfolder, how can i do that? my root .htaccess look lik
I hav开发者_JAVA百科e Django set up on my server at http://stevencampbell.org/ I want to be able to run WordPress at stevencampbell.org/blog/
I\'m using FastCGI to serve my Django app, so basically it works like this: http://docs.djangoproject.com/en/dev/howto/deployment/fastcgi/#running-djang开发者_Go百科o-on-a-shared-hosting-provider-with
I want to make the most lightweight possible HTTP server in C that supports PHP and possibly FastCGI if it will make a huge difference.