Just to add to the custom 500 page theme.....

# in httpd.conf you need some lines like: ErrorDocument 404 /custom_error/error_404_not_found.htm [snip] ErrorDocument 500 /custom_error/error_500_internal_server_error.htm # then you need a custom doc where you specified it above, the guts of + our 500 is ..... <div id="contentstart"> <h3>500 Internal Server Error</h3> <p><img border="0" src="/images/thumbs_down.gif" width="14" height="17 +"> Sorry a 500 Internal Server Error error has occurred.</p> <p>The server encountered an unexpected condition which prevented it f +rom fulfilling the request. This is probably due to routine maintenance. Then again w +e may have to sack the programming team! This error has been logged and we will look + into it, if it persists.</p> <p>Sorry you have experienced a problem.</p> <p>Click <a href="/index.htm">here</a> to return to our entry page, or + <a href="/index/contact.htm">here</a> to contact us about the issue.</ +p> <p><i>Kind Regards</i></p> <p><i>The BlahBlah team</i> </p><hr width="100%"><i>Apache 1.3.29 Server at blah.org Port 80</i> </div>

cheers

tachyon


In reply to Re^2: What is dienice??? by tachyon
in thread What is dienice??? by Anonymous Monk

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.