Displaying 20 results from an estimated 2000 matches similar to: "Opinion on different web server setups?"
2006 Apr 27
0
mod_fcgid-1.09 released. Adds DefaultMinClassProcessCount
No more long delays because every dispatch.fcgi got killed for reaching
max idle time.
mod_fcgid is a GPL, binary-compatible alternative to mod_fastcgi.
mod_fcgid is recommended over mod_fastcgi when using Apache2.
This release gains a feature that many on Apache2 has been waiting for:
DefaultMinClassProcessCount(default 3). Idle fastcgi will not be killed
if their count is less than
2006 May 11
5
Recommendations for Apache 2 with mod_fcgid
Hi,
Have been pulling out my hair for the last few days wondering what I''m
going to deploy my site onto.
I currently have FreeBSD 4.7, Apache 1.3.3, PHP 4 and MySQL 4 running a
year-old PHP site. Dated stuff I know!
The new version of the site will be entirely Ruby on Rails, and I am
wondering what order I should be doing things in terms of upgrades and
installation. I want to be
2006 Jun 18
2
Hosting multiple Rails applications with Mongrel
Hi,
I run a small web hosting company. We host a few Rails applications using
Apache 2.2 and mod_fcgid.
I have been experimenting with Mongrel and mod_proxy. But I can''t seem to
figure out how to host multiple
Rails - apps with mongrel. Do I have to start a new Mongrel process for
every virtual host on a different port?
Any help would be great.
MJ
-------------- next part --------------
2009 Apr 27
5
ruby jasper report
Hi,
I am trying to create a pdf using ruby jasper.
For this I am referring this url:-
http://oldwiki.rubyonrails.org/rails/pages/howtointegratejasperreports
I have done everything whatever is in that link.
Still I am not able to get the pdf. I am not getting any error in log
file. My log file is:-
"Processing AccountController#customer_report (for 127.0.0.1 at
2009-04-27 13:19:34) [GET]
2007 May 14
2
Hmm.. where is mod_php?
Hello All.
Is mod_php for apache hiding in a repo somewhere?
I did a yum --enablerepo=centosplus install mod_php
(as googled) but I don't see any mod_php lurking anywhere.
Anyone know what's up?
Thanks
--
Flambeau Inc. Technology Center - Baraboo, WI
Email : tblader at flambeau.com
Keyserver: http://pgp.mit.edu KeyID: 0x00E9EC2C
2006 Mar 02
5
Need to link to something like JasperReports
Hello everyone,
Has anyone linked Rails to a report generator such as Jasper Reports
(http://jasperreports.sourceforge.net/)? At the moment, I think I
need something along these lines for a project I''m working on, so it''d
be nice to know if anyone''s used it before before I bring it up as a
suggestion.
Doesn''t have to be JasperReports, and in fact I''d
2009 Oct 13
0
trouble with GDM -- linux client to samba
Hi all,
As an experiment I'm trying to log into a samba server (3.3.2) from
GDM. Both systems are running Ubuntu 9.04 and LDAP is not involved.
But it's not working.
The test user credentials are donkey/donkey .
On the client:
# net rpc join -S 192.168.0.1 -U root
Enter root's password:
Joined domain LAB-SAMBA.
# wbinfo -t
checking the trust secret via RPC calls succeeded
#
2007 May 08
1
Can't get Ruby on Rails with Apache and FastCGI
Hi!
Environment
=========
Solaris 10
Apache 2.2.0 with fcgid_module
Ruby 1.8.4
Rails 1.2.3
I am trying to get FastCGI working. Initially I used "dispatch.cgi"
successfully but when I switched to "dispatch.fcgi" I get
====================================================
Application error
Rails application failed to start properly
2018 Jul 26
0
Is decoupling Apache + PHP into separate nodes possible?
On 07/26/2018 04:48 PM, Arun Khan wrote:
> <preamble>
> I have deployed Linux/Apache/PHP (node1) + MySQL (node2) with Security
> Groups (AWS) or iptables controlling who can connect to the MySQL
> server. In topology terms -- a 2 Tier architecture. In AWS - one
> can deploy several such instances behind a ELB. Each LAP instance
> talks to a MySQL RDS. The LAP instances
2006 Nov 09
0
Apache configuration
i TRY TO CONFIGURE APACHE FOR RUBY ON RAILS ON UNIX.
BY THE FOLLOWING WAYl:
Install FastCGI
1. wget http://www.fastcgi.com/dist/fcgi-2.4.0.tar.gz
2. gunzip fcgi-2.4.0.tar.gz
3. tar -xvf fcgi-2.4.0.tar
4. cd fcgi-2.4.0
5. ./configure
6. make
7. make install
8. cd ../
Install mod_fcgid
1. cd ~
2. wget http://fastcgi.coremail.cn/mod_fcgid.1.09.tar.gz
3. gunzip
2006 Jul 25
3
+ camping 1.4.140 -- apache+fastcgi, lighttpd+fastcgi
Okay, I have tested mounting several of my apps under Lighttpd and Apache,
both running FastCGI. I''m going to explain the configuration, but first:
update.
gem install camping --source code.whytheluckstiff.net
== Mounting Root for Lighttpd+FastCGI ==
server.port = 3045
server.bind = "192.168.0.103"
server.modules = (
2005 Apr 11
0
HTB / ingress diffrence
Hi
I have outgoing speed 128kbit and 5 users. So I want to cat outgoing
traffic to 50kbit per user. The best Idea is make
HTB queue 10kbit ceil 50kbit
but one user (the Donkey one :) ) who using P2P take all the outgoing
band.
When I make HTB is trafic was very low Donkey doesn''t get any data or
take
only a little, outgoing traffic was about 1-2K, but In HTB trafic I have
full outgoing
2006 Oct 05
0
Getting "Specified network name is no longer available" on large (>100MB) files...
I'm hoping someone can shed some light on this.
I'm using a Linux box in my house as a NAS, so that I can make backups, move large files, etc. The problem is that, whenever I try to move/copy a file larger than 100MB or so off of the linux machine to my Windows machine, I get "Specified network name is no longer available" on the Windows machine and the transfer aborts.
2004 Aug 06
1
Bad stuttering with Winamp 2.80
Mark Lehrer <mark@knm.org> writes:
> What icecast version are you using? There was a bug prior to 1.3.11
> that caused this exact symptom.
I am using 1.3.12+patch at the moment. That patch I have on it was the
one I submitted earlier which fixes the problem with the wrong
arguments passed to snprintf in the avl code. That shouldn't affect
sound.
I'm fairly certain it's a
2006 Jul 02
0
Use mod_rewrite rules instead of rails-routes
Hi
I am trying to use mod_rewrite rules instead of rails routes (don''t ask
why.., routes are not flexible enough in my case):
Basically I have these two RewriteRules in my .htaccess file:
RewriteRule ^(.*\/)*index\.([0-9]+)\.([0-9]+)\.html$
/keywords/show?id=$2&page=$3
RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
So I want /foo/bar/index.123.4.html rewritten to
2006 Jun 28
5
Production deployment
Gang-
We are getting ready to launch our ROR application; the last item
remaining is the deployment platform. For testing, we had used Apache +
MOD_FastCGI. I am not that impressed with it; sometimes it has strange
effects. For example, when we start the application, for about 5 minutes
or so, the app is very unstable and it gets better over time.
My questions is .. should I go with (1)
2010 Oct 18
2
Who maintains php-pgsql package? I want to ask about using PostgreSQL 8.4 library instead of PostgreSQL 8.1.
How do I find out who is the maintainer of the php-pgsql package, please?
I want to request upgrade from underlying postgresql-libs-8.1.21
(/usr/lib64/libpq.so.4) to postgresql84-libs-8.4.4 (/usr/lib64/libpq.so.5.2).
Background on this request: Apache httpd's php's php-pgsql uses
PostgreSQL 8.1 library (/usr/lib64/libpq.so.4), which leaks memory.
PostgreSQL 8.4 library does not leak.
2018 Jul 26
2
Is decoupling Apache + PHP into separate nodes possible?
<preamble>
I have deployed Linux/Apache/PHP (node1) + MySQL (node2) with Security
Groups (AWS) or iptables controlling who can connect to the MySQL
server. In topology terms -- a 2 Tier architecture. In AWS - one
can deploy several such instances behind a ELB. Each LAP instance
talks to a MySQL RDS. The LAP instances are either mod_php or
PHP-FPM. OS -- CentOS, Ubuntu. Debian
2008 Apr 05
1
Fwd: xwiki vhost in apache
Hi, i am just wondering. I have a tomcat5, running xwiki at
http://myserver.example.org:8080/xwiki
How can i create a vhost in httpd to do transparent proxy to tomcat5
webapplication ?
Thanks in advance!
David
---------- Forwarded message ----------
From: David Hl??ik <david at hlacik.eu>
Date: Sat, Apr 5, 2008 at 10:45 PM
Subject: xwiki vhost in apache
To: users at xwiki.org
Hi, i
2017 Sep 21
1
CentOS 7: changes to php.ini
On 21 September 2017 at 10:14, Sorin Srbu <Sorin.Srbu at orgfarm.uu.se> wrote:
> > -----Original Message-----
> > From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Nicolas
> > Kovacs
> > Sent: den 21 september 2017 11:05
> > To: centos at centos.org
> > Subject: [CentOS] CentOS 7: changes to php.ini
> >
> > I'm hosting a few