jaydon, we need more info, though this is much more a system configuration problem than a Perl problem and would probably better be discussed on a system admin board than PerlMonks. What has almost certainly happened is that somebody changed a configuration value on the server using an active program (ifconfig or route add or something like that) but did not change the disk-resident bootup configuration files to reflect that change. Given that it's port configuration that's being bounced, I'd look first with ps to see if the httpd daemons are actually running.
ps -a | grep httpd
Then, i'd look at /etc/inetd.conf (not sure if that's what Solaris uses; that's the FreeBSD name for it) or /etc/services to make sure that those ports are enabled.

Beyond that, we'd need more info on what's running where and how it all is set up.

update: Solaris appears to have a few variations in its ps from what I'm used to: ps -A or ps -e would be more appropriate.

In reply to Re: weird 500 Error after system reboot by samizdat
in thread weird 500 Error after system reboot by jaydon

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.