http://qs1969.pair.com?node_id=1190068


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

That's like asking us for advice about a broken arm because you usually use your arms to type Perl code.

Well, okay, maybe not quite that bad…

Replies are listed 'Best First'.
Re^4: Problem with apache server (OT?)
by digioleg54 (Novice) on May 11, 2017 at 15:00 UTC

    Do you have any advise how to fix it?

      you could try talk to admin
Re^4: Problem with apache server (OT?)
by digioleg54 (Novice) on May 11, 2017 at 15:01 UTC

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

      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

      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.