diff options
| -rw-r--r-- | lighttpd-cgi.conf | 1 | ||||
| -rw-r--r-- | template/index.tt | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lighttpd-cgi.conf b/lighttpd-cgi.conf index 07b55d7..24df494 100644 --- a/lighttpd-cgi.conf +++ b/lighttpd-cgi.conf @@ -15,7 +15,6 @@ setenv.add-environment = ( "PERL5LIB" => env.PERL5LIB ) - cgi.assign = ( ".pl.cgi" => "/usr/bin/perl" ) diff --git a/template/index.tt b/template/index.tt index aa48b16..90d67e0 100644 --- a/template/index.tt +++ b/template/index.tt @@ -7,6 +7,6 @@ <h2>[% description %]</h2> <ul>[% FOR i IN directories %]<li><a href="/[% i %]">/[% i %]</a></li>[% END %]</ul> <p>one million [% access %] xolatile's</p> -</body> [% INCLUDE foot.tt %] +</body> </html> |
