summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/htdocs/modules/h2/hello.pl
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-12 08:32:35 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-12 08:32:35 +0000
commit512a73ef7e40be5ec95604bd7a7a41455008f84a (patch)
tree2939e0f00e162bba574ffb976433df9395639b67 /debian/perl-framework/t/htdocs/modules/h2/hello.pl
parentMerging upstream version 2.4.59. (diff)
downloadapache2-512a73ef7e40be5ec95604bd7a7a41455008f84a.tar.xz
apache2-512a73ef7e40be5ec95604bd7a7a41455008f84a.zip
Merging debian version 2.4.59-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/perl-framework/t/htdocs/modules/h2/hello.pl')
-rwxr-xr-xdebian/perl-framework/t/htdocs/modules/h2/hello.pl13
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/perl-framework/t/htdocs/modules/h2/hello.pl b/debian/perl-framework/t/htdocs/modules/h2/hello.pl
deleted file mode 100755
index 688b102..0000000
--- a/debian/perl-framework/t/htdocs/modules/h2/hello.pl
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/env perl
-
-use Env;
-
-print "Content-Type: text/html\n";
-print "\n";
-
-#my $ssl_protocol = $ENV{'SSL_TLS_SNI'};
-print <<EOF
-<html><body>
-<h2>Hello World!</h2>
-</body></html>
-EOF