mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
9 lines
456 B
Plaintext
9 lines
456 B
Plaintext
www/cgi-bin/nph-eperl
|
|
@exec echo "AddType application/x-httpd-eperl .phtml .eperl .epl" >>%D/etc/apache/srm.conf
|
|
@exec echo "Action application/x-httpd-eperl /cgi-bin/nph-eperl" >>%D/etc/apache/srm.conf
|
|
@unexec grep -v "application/x-httpd-eperl" %D/etc/apache/srm.conf >%D/etc/apache/srm.conf.bak; mv %D/etc/apache/srm.conf.bak %D/etc/apache/srm.conf
|
|
share/doc/eperl/about.txt
|
|
share/doc/eperl/about.ps
|
|
share/doc/eperl/faq.txt
|
|
share/doc/eperl/faq.ps
|