in reply to Re^3: Problem with apache server (OT?)
in thread Problem with apache server

Do you have any advise how to fix it? Or I have to talk to admin?

Replies are listed 'Best First'.
(OT) Re^5: Problem with apache server
by hippo (Archbishop) on May 11, 2017 at 15:06 UTC

    Not everything needs to be in <code> tags, you know.

    You could:

    1. Consult your sysadm
    2. Stop using suexec
    3. Go to an apache forum and ask there
Re^5: Problem with apache server (OT?)
by 1nickt (Canon) on May 11, 2017 at 15:11 UTC

    Change your Perl CGI script to write to a file that you do have permissions for, e.g. /tmp/cgi.log.

    (I suggest you go take an intro to UNIX class.)

    Hope this helps!


    The way forward always starts with a minimal test.