Thanks for the response xdg. To answer as briefly as I can: We control all servers. There are two servers because one is a public site (domain2 in my example.) The images need to live there. The other server is an internal development server. The "users" I described are using the development server, no public access. We're building them a web content interface so they'll stop posting crap conversions of Excel spreadsheets and Word docs. They can input text and pictures and our code will spit out preformatted pages with lean and light code. The environment is all LAMP, and we lean on mysql heavily. I don't understand the last question- script.pl is on one server, and it needs to call itself as it is basically the user's access to the mysql db. But I'd like it to fire off another command, to another server at the same time. I'd like it to pass a script name and a couple of variables to that second server and have it run.

In reply to Re^2: Xing wild domains by riacheslav
in thread Xing wild domains by riacheslav

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.