summaryrefslogtreecommitdiff
path: root/www/ap-perl
AgeCommit message (Collapse)AuthorFilesLines
1999-12-02Split PLIST into md/mi parts.rh3-8/+17
1999-12-02Wildcard dependencies, fix pkglint woes.rh1-3/+4
1999-07-09Add package patch checksum files.agc1-0/+3
1999-05-04Clean up the build; now dynamically loads libperl and libm, so only thetv5-37/+10
LoadModule and AddModule lines are necessary.
1999-05-01Link in the DynaLoader so that libperl works when loaded into apache.tv2-3/+16
1999-05-01Other pkgs can put stuff in site_perl/Bundle, so make that a conditionaltv1-2/+2
directory removal.
1999-04-30Update Apache to 1.3.6, mod_ssl to 2.2.8, and mod_perl to 1.19. mod_ssltv5-145/+40
now makes use of OpenSSL.
1999-04-15Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" withtron1-3/+2
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-08s/netbsd/${LOWER_OPSYS}/gagc1-34/+34
1998-12-07Fix bug reported in Apache PR mod_include/3502: mod_include hook fortv1-2/+2
<!--#perl--> was being allowed even in the IncludesNOEXEC case because of wrong logic in an if statement.
1998-12-04Update Apache pkg version number to 1.3.3.2, and fix PLIST/httpd.conf.addtv5-22/+30
a bit.
1998-12-04Add note about fully shutting down and then starting the server whentv1-1/+5
enabling/disabling mod_perl.
1998-12-04Add ap-perl-1.16, the pkgification of mod_perl as a dynamic shared object.tv9-0/+290
Supports CGI running via a no-overhead Perl interpreter embedded into httpd, httpd.conf configuration in Perl, and even embedding Perl into XSSI documents via <!--#perl sub=""--> (without modifying mod_include).