Jacqui Caren wrote:
> 
> In that case i will ask the other obvious question
> what are the permission on the parent dir?
> 
> could it be that without g+x/g+r apache
> cannot see the tree?
> 
> Jacqui
> 

The permissions on the parent directory are drwxr-xr-x.

This is a summary of everything I've done to date...

1) I had to upgrade perl from 5.8.0 to 5.8.8.

2) Then I had problems with some of the Perl Modules calling on a problem
with mod_perl.

3) I did a DSO mod_perl install which was successful.

4) I was able to finish installing the Perl Modules.

5) I'm getting this error in my log files...
[error] panic: DBI active kids (5) > kids (2) at /us$
Use of uninitialized value in concatenation (.) or string at
/home/fum/lib/i/er$
        i::error::report('panic: DBI active kids (6) > kids (2) at
/usr/lib/per$
        i::error::die('panic: DBI active kids (6) > kids (2) at
/usr/lib/perl5/$
       
DBD::mysql::dr::connect('DBI::dr=HASH(0x9c1c538)','mysql_read_default_f$
       
Apache::DBI::connect('undef','mysql_read_default_file=/home/fum/conf/my$
        DBI::__ANON__('undef','undef') called at
/usr/lib/perl5/site_perl/5.8.0$
       
DBI::connect('DBI','dbi:mysql:mysql_read_default_file=/home/fum/conf/my$
        i::db::make_db_conn() called at /home/fum/lib/i/db.pm line 58
        i::db::connect() called at /home/fum/lib/i/web.pm line 50
        i::web::init() called at /home/fum/www/5xx.pl line 4
        Apache::ROOT::_35xx_2epl::handler('Apache=SCALAR(0x9c72ee8)') called
at$
        eval {...} called at
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-m$
        Apache::Registry::handler('Apache=SCALAR(0x9c72ee8)') called at
/dev/nu$
        eval {...} called at /dev/null line 0

6) Along with the intermittent problem in my browser with with the interface
coming up just fine then hitting my refresh button and getting this... 

Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /members/login.pl.

Reason: Document contains no data

7) This is the results of crontab -l

30 4 * * 0 /usr/sbin/logrotate -f /home/fum/logs/logrotate.conf
0 4 * * 0 /usr/sbin/ntpdate ntp1.sf-bay.org; hwclock --systohc
30 * * * * cd /home/fum/lib && ./gen_webstats.sh > /dev/null

In my log files...
-bash: line 1: cd: /home/fum/conf/webstats/: No such file or directory

**gen_webstats.sh**
#!/bin/bash

source ../conf/conf.sh

su - $FUM_USER -c "cd ~/conf/webstats/ && webalizer"

cd $FUM_HOME/awstats/wwwroot/cgi-bin && \
../../tools/awstats_buildstaticpages.pl -config=fum -update
-dir=$FUM_HOME/www/$

-- 
View this message in context: 
http://www.nabble.com/Chown--R-saying-it-changed-but-didn%27t%2C-effecting-HTTP-Apache-tp18880314p18897982.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to