From f4e685c344e98fac6fccc63611e7893678989f67 Mon Sep 17 00:00:00 2001 From: anon Date: Wed, 20 Aug 2025 23:41:51 +0200 Subject: add symlink to example config --- config.pl | 1 + 1 file changed, 1 insertion(+) create mode 120000 config.pl diff --git a/config.pl b/config.pl new file mode 120000 index 0000000..1813fbf --- /dev/null +++ b/config.pl @@ -0,0 +1 @@ +config.pl.example \ No newline at end of file -- cgit v1.2.3 From d1b98371ee22b6e2f038650c6046f8063a928022 Mon Sep 17 00:00:00 2001 From: anon Date: Thu, 21 Aug 2025 00:18:23 +0200 Subject: found (CGI) bottleneck --- .gitignore | 4 +++- gorillanest.pl.cgi | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 gorillanest.pl.cgi diff --git a/.gitignore b/.gitignore index ee90409..225e596 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ +nytprof/ *.sqlite3 -config.pl +*.db +*.out git/* !git/public/.gitkeep !git/private/.gitkeep diff --git a/gorillanest.pl.cgi b/gorillanest.pl.cgi old mode 100644 new mode 100755 index c964c8f..4447e17 --- a/gorillanest.pl.cgi +++ b/gorillanest.pl.cgi @@ -4,7 +4,6 @@ use strict; use warnings; use CGI; -use Switch::Back; use Template; use URI::Escape; use Cwd; -- cgit v1.2.3 From e1bf0fe5b484aade6fe127f74065a464484bfacb Mon Sep 17 00:00:00 2001 From: anon Date: Thu, 21 Aug 2025 00:18:39 +0200 Subject: bump --- lighttpd-cgi.conf | 1 - template/index.tt | 2 +- 2 files changed, 1 insertion(+), 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 @@
one million [% access %] xolatile's
-