mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
testing/apache2-mod-perl: new aport
Perl Module for Apache2 http://perl.apache.org/
This commit is contained in:
parent
c42298ac37
commit
53910ad269
3 changed files with 79 additions and 0 deletions
10
testing/apache2-mod-perl/apache2-mod-perl.post-install
Normal file
10
testing/apache2-mod-perl/apache2-mod-perl.post-install
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "*" >&2
|
||||
echo "* To finish installing apache2-mod-perl:" >&2
|
||||
echo "* 1) See if you need to modify the apache2 config:" >&2
|
||||
echo "* /etc/apache2/conf.d/perl-module.conf" >&2
|
||||
echo "* 2) Restart apache2 when done." >&2
|
||||
echo "*" >&2
|
||||
|
||||
exit 0
|
Loading…
Add table
Add a link
Reference in a new issue