-
as seen on Server Fault
- Search for 'Server Fault'
When i try to install fastcgi in ubuntu server 12.04 I get the following error:
sudo apt-get install libapache2-mod-fastcgi
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libapache2-mod-fastcgi is not available, but is referred to by another…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have written two C++ fastcgi applications (foo and foobar). I am running apache 2.2 (prefork) with mod_fcgid on Ubuntu 10.x.
I want to be able to setup apache so that:
http://mywebsite/some/path1?param1=value1¶m2=value2
will run the fastcgi app foo
AND
mywebsite/another/path1?param1=value1¶m2=value2
will…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Not sure if this is a silly question or not. Basically I'm figuring out how to run Mono on Linux, and I'm a Linux no0b.
I've got everything up and running, but confused about fastcgi-mono-server.
A lot of sites reference fastcgi-mono-server2 while other sites reference fastcgi-mono-server4
When…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I am able to run lighttpd on ubuntu 9.10.
But when i tried to setup fastcgi with lighttpd by putting this in the ligttpd.conf file:
#### fastcgi module
fastcgi.server = ( "/fastcgi_scripts/" =>
(( "host" => "127.0.0.1",
"port" => "9098",
"check-local" => "disable"…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I've seen this question posted a few times using a Google search, with no real answers. I have a multi-threaded FastCGI application running with Apache 2.2 on FreeBSD 7.2. There are a few issues with it, and I am unable to really figure out the source of the problem even after poking through a bunch…
>>> More