On Fri, Aug 29, 2008 at 2:04 PM, Berg, Eric <[EMAIL PROTECTED]> wrote: > The mod_perl server and the CGI server are the same.
Even so, CGI is often configured to execute the script as the owner of the file, rather than as the user running the web server, so make sure you really are the same user. > Probably not permissions. But what? Well, ultimately, it is permissions. I remember some discussions a while back on the list about gid possibly not being set correctly by mod_perl. You might look that up in the archives. You might also try checking your real and effective uid and gid under CGI and mod_perl. - Perrin