I'm sure the script alias is working; it tries to execute and does give the 500 error (can't spawn child process) when I muddle the shebang so that it _doesn't_ find perl, it only tries to download when it actually finds perl. Besides which, <a href=http://www.perlmonks.com/index.pl?lastnode_id=147237&node_id=147474">I discovered today that it works fine from a remote machine, just not locally:

(and before anyone asks, yes I know WinMe is not secure enough to host a site, I just left it open long enough to test it)

I had already checked the logs, no errors are recorded when it tries to download (with or without -w); the access log shows the GET...200 and looks otherwise like it was successful. And, yes, I was reloading apache when I made changes (no worries about being condecending, I remember well from a former tech support job having to ask if the machine was plugged in...)

sigh...believe me I wish I was running this under unix/linux...unfortunately I'm doing this so I can work at home on a project for work, where they give me no choice of o/s...at least it will be NT there, hopefully that will be somewhat less problematic.


In reply to Re: Re: ActivePerl / Apache / WinMe config problem by Anonymous Monk
in thread ActivePerl / Apache / WinMe config problem 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.