http://qs321.pair.com?node_id=106844


in reply to More of a server question really

Are they marked as executable? Is your server prepared to execute programs in the places you put them and with the names you gave them? There is some server configuration that may be required.

Look at CGI Help Guide.

Replies are listed 'Best First'.
Re: Re: More of a server question really
by October (Initiate) on Aug 22, 2001 at 05:07 UTC
    All the scripts are 'chmod'ed to 755, and they're in the cgi-bin directory, which seems to be where the other hosted sites on the server store their perl scripts, and I've tried both .cgi and .pl extensions. (other sites are using .pl with no problems, but I figured I'd check both)