rbholder has asked for the wisdom of the Perl Monks concerning the following question:
Long time listener, first time caller
I am migrating all my Perl CGI web apps from a Rackspace server to an internal corporate server that is running Centos 6. I use Excel::Writer::XLSX to create a spreadsheet in a folder like /var/www/cgi-bin/app/temp/fName.xlsx and then use a statment like
redirect('http://sales.com/cgi-bin/app/temp/'.$fileName);The intention is to automatically download the xlsx file like it does on the Rackspace server. The file is being created but I get an HTTP 500 error. I have all the AddTypes and AddHandlers on the internal server as I did on the Rackspace server. I am running Perl 5.20 and Apache 2.2. What gives?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Redirect to an XLSX spreadsheet
by Your Mother (Archbishop) on Sep 13, 2014 at 16:07 UTC | |
by rbholder (Initiate) on Sep 15, 2014 at 19:43 UTC | |
|
Re: Redirect to an XLSX spreadsheet
by roboticus (Chancellor) on Sep 13, 2014 at 22:39 UTC | |
|
Re: Redirect to an XLSX spreadsheet
by Anonymous Monk on Sep 14, 2014 at 05:38 UTC |