Skip to content

Commit

Permalink
Item6087: "-T" on shebang causes Internal Server Error on DH even wit…
Browse files Browse the repository at this point in the history
…h simple scripts givem by them as example. Item6042: fixed copyright notice

git-svn-id: http://svn.foswiki.org/trunk/FastCGIEngineContrib@1349 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GilmarSantosJr authored and GilmarSantosJr committed Dec 15, 2008
1 parent ea9600d commit 1109eb0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions bin/foswiki_fastcgi → bin/foswiki.fcgi
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/perl -wT
#
#!/usr/bin/perl -w
# Foswiki - The Free and Open Source Wiki, http://foswiki.org/
#
# Copyright (C) 1999-2007 Peter Thoeny, peter@thoeny.org
# and TWiki Contributors.
# Copyright (C) 2008 Gilmar Santos Jr, jgasjr@gmail.com and Foswiki
# contributors. Foswiki contributors are listed in the AUTHORS file in the root
# of Foswiki distribution.
#
# This script is based/inspired on Catalyst framework. Refer to
#
Expand Down
2 changes: 1 addition & 1 deletion lib/Foswiki/Contrib/FastCGIEngineContrib/MANIFEST
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
bin/foswiki_fastcgi 0755
bin/foswiki.fcgi 0755
lib/Foswiki/Engine/FastCGI.pm 0644
data/Foswiki/FastCGIEngineContrib.txt 0644
10 changes: 5 additions & 5 deletions lib/Foswiki/Engine/FastCGI.pm
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Runtime Engine of Foswiki - The Free and Open Source Wiki, http://foswiki.org/
# Runtime Engine of Foswiki - The Free and Open Source Wiki,
# http://foswiki.org/
#
# Copyright (C) 2007-2008 TWiki Contributors. All Rights Reserved.
# TWiki Contributors are listed in the AUTHORS file in the root of
# TWiki distribution.
# NOTE: Please extend that file, not this notice.
# Copyright (C) 2008 Gilmar Santos Jr, jgasjr@gmail.com and Foswiki
# contributors. Foswiki contributors are listed in the AUTHORS file in the root
# of Foswiki distribution.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
Expand Down

0 comments on commit 1109eb0

Please sign in to comment.