|
Home > Archive > Web Servers on Unix and Linux > May 2005 > Apache 1.3.29 server un able to get any cgi to run
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Apache 1.3.29 server un able to get any cgi to run
|
|
|
| We are running apache 1.3.29on a new server, for some unknown reason we
can not get any cgi or PERL scripts to run. My first thought is it is
due to apache chroot the /var/www directory, Is this the case if so how
can i fix it.
we also are having issues with php sites staying connected to a my sql
db we get a sql db not available error.
I am totally lost on these issues. I would greatly appreciate any help
i can get with these issues.
Thanks
John
| |
| phil-news-nospam@ipal.net 2005-05-09, 5:49 pm |
| On 5 May 2005 22:00:17 -0700 jc <jcumins@jcis.net> wrote:
| We are running apache 1.3.29on a new server, for some unknown reason we
| can not get any cgi or PERL scripts to run. My first thought is it is
| due to apache chroot the /var/www directory, Is this the case if so how
| can i fix it.
Config changes, or in the case of suexec, a little source code tweaking,
can take care of this.
| we also are having issues with php sites staying connected to a my sql
| db we get a sql db not available error.
Since making the connection and logging adds some lag, it is desireable
to cache connections. You want this to happen. The idea is to configure
everything so the number of php sessions that can be active does not exceed
the number of connections mysql is configured to accept. You probably need
to raise the latter value a lot.
| I am totally lost on these issues. I would greatly appreciate any help
| i can get with these issues.
Sounds to me like you need to hire a webmaster/dba/sysadmin part time.
--
-----------------------------------------------------------------------------
| Phil Howard KA9WGN | http://linuxhomepage.com/ http://ham.org/ |
| (first name) at ipal.net | http://phil.ipal.org/ http://ka9wgn.ham.org/ |
-----------------------------------------------------------------------------
|
|
|
|
|