It looks to me like all your errors listed here, are produced by not having the permission to open the log file. You'd have to set the file's permissions to writable for all. If you can't touch it where it is supposed to be, use a location of your own choice, for example in your home directory or in a dedicated subdirectory, and set the permissions accordingly. If the directory doesn't allow you to create a file, and it's unwise to allow it, make an empty file by hand with the proper name, set its permissions, and try again.

In reply to Re^5: I'm getting a 500 Internal Server Error - how can I make this work? by bart
in thread I'm getting a 500 Internal Server Error - how can I make this work? by linex

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.