Questions tagged [fastcgi]

FastCGI is an open interface web servers can use to execute applications in a secure and isolated manner.

FastCGI is an open interface web servers can use to run applications as separate isolated processes. It is an enhancement of the original NCSA CGI interface specification, with a range of improvements. The primary improvement over the standard CGI approach offered by FastCGI is performance, hence the name.

FastCGI is supported by a broad range of Web Servers (such as Apache, nginx, lighttpd).

730 questions
-1
votes
1 answer

5 second delay for OnlyOffice (mono-fastcgi & nginx) on Linux

Setup Debian 8 (jessie) - fully up to date. Server is in local network, ping <=1ms, bandwith 10..40 Mbit (bing -s 124 -S 1024 localhost ) the server is also running some other webservices, which are idle though. OnlyOffice v8.1 (which…
Florian
  • 101
  • 3
-1
votes
1 answer

php-fpm using 100% CPU and nginx gives 404

I am playing around with Magento CE on Nginx and its working fine. Problem starts when I do a 500 user load test. The php-fpm process hogs up all the CPUs to 100% and I start getting 404 as the response. Here's my nginx config fastcgi_cache_path…
Салман
  • 101
  • 4
-1
votes
1 answer

Clean Wordpress installation shows Internal Server Error 500

I'm trying to install Wordpress installation on my dedicated server. Copied all files, but it shows Internal Server Error 500. Logs shows this: [Wed Nov 06 18:12:36 2013] [error] [client 62.21.61.63] FastCGI: comm with server…
Spacedust
  • 568
  • 5
  • 13
  • 28
-1
votes
2 answers

500 errors when switching to fcgi in cPanel WHM

I am trying to switch to fcgi from DSO on a CentOS 5.7 x64 server. I did this within cPanel as suggested by the cPanel documentation. Immediately, I start to get 500 internal server errors when attempting to access the site. Upon checking my apache…
user6595
  • 119
  • 2
  • 9
-1
votes
1 answer

How can I fix the error Undefined variable: _ENV in /home/nginx/domains/mydomain.com/system/Config/BaseConfig.php?

I am trying to install a Codeigniter application in pure NGINX + PHP-FPM environment but it was previously developed in apache . After adding all the proper rules to Nginx in order to work with Codeigniter I am being faced with this error related to…
-2
votes
1 answer

php-fastcgi.socket does not exist

I am following this tutorial, and have gotten thus far: I have installed the following packages using apt-get install nginx php5-cli php5-cgi spawn-fcgi psmisc. Despite installing PHP FastCGI, I do not have the following directory on my server for…
Daniel
  • 111
  • 1
  • 3
-2
votes
1 answer

nginx subdomain with fastcgi

I want to use seafile with nginx. For testing I install it into a VM and accessing it via IP-Address. I take this description seafile with https to make it running. it works, when in the nginx.conf server_name 192.168.0.104; for port 80 and 443.…
alabamajack
  • 475
  • 1
  • 4
  • 5
-2
votes
1 answer

CentOS 7 apache2 httpd + mod_fastcgi installation impossible

Has anyone tried to install mod_fastcgi on CentOS7/httpd yet? Since it's not in the epel or fusion repos, I tried the el6 rpm, which wasn't working (httpd said: Cannot load modules/mod_fastcgi.so into server: /etc/httpd/modules/mod_fastcgi.so:…
sgohl
  • 1,382
  • 1
  • 11
  • 17
-3
votes
1 answer

weird php .so error

Do I need to recompile or rebuild or something? I never had this issue before. /usr/bin/php: /opt/xml2/lib/libxml2.so.2: no version information available (required by /usr/bin/php) /usr/bin/php: /opt/xml2/lib/libxml2.so.2: no version information…
-3
votes
1 answer

How do you setup PHP to run as user as CGI?

Been trying lots of examples but nothing seems to be working. I don't wanna use yum/apt-get I want to do everything from source so I get a better understanding. Yum/apt-get just cheats the system and you have to wait for versions and you have no…
Jane
  • 13
  • 3
1 2 3
48
49