mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 03:47:16 +02:00
12 lines
223 B
Bash
12 lines
223 B
Bash
#!/bin/sh
|
|
|
|
cat <<EOF >&2
|
|
*
|
|
* To finish installing apache2-mod-wsgi:
|
|
* 1) See if you need to modify the apache2 config:
|
|
* /etc/apache2/conf.d/wsgi-module.conf
|
|
* 2) Restart apache2 when done.
|
|
*
|
|
EOF
|
|
|
|
exit 0
|