Changes between Version 18 and Version 19 of howto/Apache2


Ignore:
Timestamp:
Sep 28, 2021, 10:32:58 AM (3 years ago)
Author:
kwinklerb
Comment:

Add info about enabling the userdir module

Legend:

Unmodified
Added
Removed
Modified
  • howto/Apache2

    v18 v19  
    151151{{{
    152152sudo cp /opt/local/etc/apache2/extra/httpd-userdir.conf.orig /opt/local/etc/apache2/extra/httpd-userdir.conf
     153}}}
     154
     155Then, enable the userdir module. Edit `/opt/local/etc/apache2/httpd.conf`, locate the following line
     156
     157{{{
     158#LoadModule userdir_module lib/apache2/modules/mod_userdir.so
     159}}}
     160
     161Uncomment it if necessary by removing the "`#`" at the start of the line so that it reads:
     162
     163{{{
     164LoadModule userdir_module lib/apache2/modules/mod_userdir.so
    153165}}}
    154166