Hi Graeme,

Simon said:
> > The requested URL /var/www/cgi-bin/multimon.cgi was not found on
> > this server.
...
> If the configuration has the standard script alias then that should
> work *unless* the permissions on the cgi file do not include execute
> access for www-data ?

It might help if we had the permissions of the CGI file in question and
every directory above it, e.g. assuming it was the file `foo' then set f
to its full path from root and then run this while loop;  "$" is my
shell's prompt.

    $ f=/home/tmp/1348682210.641081587/foo
    $
    $ while [[ $f ]]; do ls -ld "$f"; f=${f%/*}; done; ls -ld /
    -rw-r--r-- 1 ralph ralph 0 2012-09-26 19:01 
/home/tmp/1348682210.641081587/foo
    drwxr-xr-x 3 ralph ralph 4096 2012-09-26 19:01 
/home/tmp/1348682210.641081587
    drwxrwxrwt 190 root root 12288 2012-09-26 18:56 /home/tmp
    drwxr-xr-x 20 root root 4096 2011-09-18 18:20 /home
    drwxr-xr-x 24 root root 4096 2012-09-03 13:55 /
    $

Cheers, Ralph.

-- 
Next meeting:  Bournemouth, Tuesday, 2012-10-02 20:00
Meets, Mailing list, IRC, LinkedIn, ...  http://dorset.lug.org.uk/
New thread on mailing list:  mailto:[email protected]
How to Report Bugs Effectively:  http://goo.gl/4Xue

Reply via email to