Re: What a strange error...
"Cosimo Streppone" <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <op.ve2a4kzks5ttvb@cd01> |
On Tue, 29 Jun 2010 14:37:38 +0200, Tosh Cooey <[email protected]> wrote: > I have an application with a program called [mailfile.pl] which runs > under MP::Registry and is accessed via some mod_rewrites. > > Today I pushed a new version from my DEV server to the WWW server using > rsync. Obviously it was working perfectly on DEV. > > However the new [mailfile.pl] died with an error on WWW: > > [error] (2)No such file or directory: exec of > '/srv/www/htdocs/b2b/mailfile.pl' failed > [error] Premature end of script headers: mailfile.pl, referer: > http://www... That reminds me: 1) chmod +x mailfile.pl 2) dos2unix mailfile.pl -- Cosimo