39340fdb0a
- expand upon comment about supporting dynamic loading - no need to "mkdir ${WRKSRC}" in post-extract target - add better enable script and rename it from gzip-enable to mod_gzip-enable to match the module name - replace INSTALL script with MESSAGE
14 lines
440 B
Plaintext
14 lines
440 B
Plaintext
+---------------
|
|
| To finish the install of ${PKGNAME}, you need
|
|
| to enable the module using the following command
|
|
|
|
|
| ${PREFIX}/sbin/mod_gzip-enable
|
|
|
|
|
| Also, copy the following file into your Apache config:
|
|
| ${PREFIX}/share/examples/mod_gzip/mod_gzip.conf.sample
|
|
|
|
|
| If you already have Apache running on your machine,
|
|
| you should not use "apachectl restart" - instead,
|
|
| you fully stop and then restart the server.
|
|
+---------------
|