Hello! I am asking for your help because my host doesn't know too much about cgi-bin permissions (imagine that...)

The server where my scripts are is running:
RedHat Linux 7.2
Plesk Server Administrator 2.5.5
Apache V1.3.23

When I upload weather.pl to:
http://www.robj.ca/cgi-bin/weather.pl?city=Kingston_ON
using ws ftp (no SSH access) and use the CHMOD function of ws ftp to set weather.pl to 755 and cities.dat to 644, everything works fine. If I put weather.pl and cities.dat into a folder called weather and CHMOD it to 777 or 755 (or anything for that matter) it won't work!!!! :(((((

I have used directories in a cgi-bin in the past and never had any problem... any ideas??

Thanks!!!!

Merry Christmas!!!!
Rob

In reply to permissions... 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.