Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. macrame

    Perl runs in top level web folder instead of cgi-bin

    The execute permission is there. The scripts run, but when they are running they think the "." directory is at the web root folder, whereas the scripts are placed below this in the cgi-bin folder. So relative paths to other folders are now all wrong. The issue showed up when working scripts...
  2. macrame

    Perl runs in top level web folder instead of cgi-bin

    I have Perl scripts for a website in a /cgi-bin folder, but when they run under IIS, they run as if they are in the top-level web folder. For example, if I write a script to list the file contents of "." I get a list of the files in the folder above the /cgi-bin folder, rather than the /cgi-bin...

Part and Inventory Search

Back
Top