in reply to Re: Re: Script to unzip a zip file on the server......
in thread Script to unzip a zip file on the server......

Error 404 means "file not found": ie the web server couldn't find the script you were trying to get.

Error 500 means "internal server error": usually an error in your script. Look in your server error logs to find out the specific error log, or try this in your script: use CGI::Carp qw(fatalsToBrowser);

andramoiennepemousapolutropon

Replies are listed 'Best First'.
Re: Re: Re: Re: Script to unzip a zip file on the server......
by Anonymous Monk on Mar 27, 2003 at 18:23 UTC
    the line you suggest is already in my script. Any other ideas? I have the file in the cgi-bin and the _ubl.zip file is on the public_html directory.
      Anybody else have any ideas? I'm getting a 500 error. 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Something's off in the setup of the script, but I am perl-illiterate.
        What do your server error logs say? Usually they are in something like /var/log/httpd/error_log but YMMV.

        andramoiennepemousapolutropon