Anyone who knows why a PERL script on a server results in "Internal Server Error" if I have an active FTP or SSH session connected to the account? I'm aware of the fact that the server might be configured in order to block execution while there is an active session, but the problem is that I have another site at the same server, written in the same way, and it works fine even when there is an active FTP session. I can not figure out how the second code is different in implementation than the first one.... Another odd thing is that the pages occasionally result in "Internal Server Error", but if you reload them they work! It's really irritating, since if there was an error in the script it would fail all the time but now it appear sporadic and I can not understand what this depends on. Anyone out there who can give a hint about what might be causing this two kind of errors? Thanks in advance, /V

In reply to Internal Server Error by vahagn

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.