My laptop has a similar setup of web server, languages, shell, etc. to both my hosting servers. My development desktop is almost exactly like my hosting servers, except it also has all my development tools and X on it (and PySol and Gweled, and even more browsers than my laptop). Then I have a testing server here in my office that I don't develop on and just test. I can completely wipe it and configure it exactly like my hosting servers or a client's third-party or in-house server.

Nothing but simple text changes go live on a client's site until it works on at least two other systems. I find tar, gzip, and scp are very helpful tool for getting the files exactly where I need them. I suggest just biting the bullet and having multiple systems.

YMMV, but I find that having clients call me and complain about lost business is a lot more hassle than an extra round of tests.

You can always, so long as you're working with allowing and denying IP ranges, deny anything outside your needed ranges for the actual, in-place directory until you're ready to launch it publicly. You could also use URL rewriting or redirection possibly also keyed to the visitor's IP.

Update: fixed a typo


In reply to Re: advice sought on perl web dev setup by mr_mischief
in thread advice sought on perl web dev setup by punkish

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.