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


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

We have Perl CGI programs on apache.

Replies are listed 'Best First'.
Re^3: Problem with apache server (OT?)
by tobyink (Canon) on May 11, 2017 at 14:56 UTC

    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…

      Do you have any advise how to fix it?

        you could try talk to admin

      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.