From the symptoms that you're describing, I'm guessing that you have your server configured to look for file modifications, and to load the new file when it has changed, rather than requiring a sysadmin to kick the server to look for changes. (I'm not an FCGI user, I use mod_perl, so this may be the defaults under FCGI, for all I know)

If this is the case, I would advise against FTPing directly over a file. Depending on the time resolution of the engine that tracks file modifications, it may notice that the file has been changed mid-upload, and then not notice that it's been further changed when the upload finishes.

I typically upload to some alternate location, and then move the files into place. (if you're using FTP, use the 'rename' command)

I would also suggest looking at your webserver logs, and seeing if there are any more details about the 500s in your error log.


In reply to Re: Fcgi script stuck and invisible by jhourcle
in thread Fcgi script stuck and invisible by Andre_br

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.