24 Oct
2002
24 Oct
'02
11:30 p.m.
Pierrick wrote: [--snip--]
- apache is the group owner of all the koha directory structure
[--snip--]
- all cgi-bin .pl scripts have world-execute rights (711)
[--snip--]
the koha pages can't find the CGI scripts to execute.
This may be obvious... but just in case... In above example, who is the script owner who gets the "7"? Shell scripts (including .pl) must be readable as well as executable. In other words, does apache have read rights to the scripts? R.