Thank you.

I understand what you are saying about the script being invoked as a CGI script. I also understand that the AddHandler in the .htaccess file may not be enough to change that. (I tried adding AddHandler fastcgi-script .pl to the .htaccess file per beech's suggestion. That results in a 404 error -- same as with AddHandler fcgid-script .pl. EDIT: Same result using cpanel to set either of those as a user-specific handler.)

I'm afraid I don't see a mention of a VirtualHost entry in HostGator reply #2, but I think I understand in very general terms what one is. If I'm going to change the server itself, even by changing the vhost file for my domain, I'm either going to have to change it myself through cpanel -- and I don't see a way to do that -- or tell them exactly what I want them to do. I'll need to research virtual host files I guess, unless someone here knows . . . . Please let someone here know!


In reply to Re^2: Deploying Catalyst App On Shared Server by varanasi
in thread Deploying Catalyst App On Shared Server by varanasi

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.