Sorry for the lack of information. The script runs on a shared hosting account. I know they update things but don't necessarily know when. It doesn't occur every 30 minutes but when it does happen to occur, the 503 error usually goes away in about 30 minutes. The script is a ticketing/CRM system we use for our small business that was created a long time ago and has no support etc. Thanks for the tips so far. I'm going to read up on fastcgi and Mod_cgid. My understanding is a socket is just a connection from the server to something else. I know just enough to be dangerous :) I've used this script for years and have learned Perl to make changes over the years by reverse engineering the original code. It's work great for me thus far. It's just this error came out of left field. Not something that started occurring after I modified code. When this happens our business is dead in the water. But it only happens maybe 2 twice a week and just something I'm afraid is going to get worse or happen at the worst time.

In reply to Re: Scriptsock does not exist?? by marknher
in thread Scriptsock does not exist?? by marknher

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.