Re: [EMAIL PROTECTED] how to enable CGI scripts to read /var/log/httpd/access_log ?

2008-02-12 Thread Krist van Besien
On Feb 12, 2008 12:51 AM, Bennett Haselton <[EMAIL PROTECTED]> wrote: > At 04:02 PM 2/11/2008 -0700, Doug McNutt wrote: > >At 14:19 -0800 2/11/08, Bennett Haselton wrote: > > >My CGI scripts can read world-readable files when those files are under > > /var/www, just not when the world-readable file

Re: [EMAIL PROTECTED] how to enable CGI scripts to read /var/log/httpd/access_log ?

2008-02-11 Thread Bennett Haselton
At 04:02 PM 2/11/2008 -0700, Doug McNutt wrote: At 14:19 -0800 2/11/08, Bennett Haselton wrote: >My CGI scripts can read world-readable files when those files are under /var/www, just not when the world-readable files are located anywhere else. That could be because some intermediate directory

Re: [EMAIL PROTECTED] how to enable CGI scripts to read /var/log/httpd/access_log ?

2008-02-11 Thread Joshua Slive
On Feb 11, 2008 5:55 PM, Bennett Haselton <[EMAIL PROTECTED]> wrote: > At 02:14 PM 2/11/2008 -0500, Joshua Slive wrote: > >On Feb 11, 2008 1:38 PM, Bennett Haselton <[EMAIL PROTECTED]> wrote: > > > I am trying to run a CGI script that can open /var/log/httpd/access_log > > for > > > reading and par

Re: [EMAIL PROTECTED] how to enable CGI scripts to read /var/log/httpd/access_log ?

2008-02-11 Thread Doug McNutt
At 14:19 -0800 2/11/08, Bennett Haselton wrote: >My CGI scripts can read world-readable files when those files are under >/var/www, just not when the world-readable files are located anywhere else. That could be because some intermediate directory(s) don't have the necessary x and r permissions

Re: [EMAIL PROTECTED] how to enable CGI scripts to read /var/log/httpd/access_log ?

2008-02-11 Thread Bennett Haselton
At 02:14 PM 2/11/2008 -0500, Joshua Slive wrote: On Feb 11, 2008 1:38 PM, Bennett Haselton <[EMAIL PROTECTED]> wrote: > I am trying to run a CGI script that can open /var/log/httpd/access_log for > reading and parse some data from it. (This is on a dedicated machine.) > > The file /var/log/htt

Re: [EMAIL PROTECTED] how to enable CGI scripts to read /var/log/httpd/access_log ?

2008-02-11 Thread Bennett Haselton
At 02:14 PM 2/11/2008 -0500, Joshua Slive wrote: On Feb 11, 2008 1:38 PM, Bennett Haselton <[EMAIL PROTECTED]> wrote: > I am trying to run a CGI script that can open /var/log/httpd/access_log for > reading and parse some data from it. (This is on a dedicated machine.) > > The file /var/log/htt

Re: [EMAIL PROTECTED] how to enable CGI scripts to read /var/log/httpd/access_log ?

2008-02-11 Thread Joshua Slive
On Feb 11, 2008 1:38 PM, Bennett Haselton <[EMAIL PROTECTED]> wrote: > I am trying to run a CGI script that can open /var/log/httpd/access_log for > reading and parse some data from it. (This is on a dedicated machine.) > > The file /var/log/httpd/access_log is owned by root, but that's not the >

[EMAIL PROTECTED] how to enable CGI scripts to read /var/log/httpd/access_log ?

2008-02-11 Thread Bennett Haselton
I am trying to run a CGI script that can open /var/log/httpd/access_log for reading and parse some data from it. (This is on a dedicated machine.) The file /var/log/httpd/access_log is owned by root, but that's not the problem. I have other files owned by root that are in the /var/www/html d