operating_systems:apple:apache_-_php_-_mysql
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| operating_systems:apple:apache_-_php_-_mysql [2018/12/11 14:15] – maferreira | operating_systems:apple:apache_-_php_-_mysql [2021/11/18 14:24] (current) – [Apache] ateixeira | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ===== Apache ===== | ===== Apache ===== | ||
| Edit the apache2 hosts configuration files (per user) | Edit the apache2 hosts configuration files (per user) | ||
| - | # cd / | + | # cd /private/ |
| # ls | # ls | ||
| Guest.conf username.conf | Guest.conf username.conf | ||
| Line 44: | Line 44: | ||
| ==== HTTPD.CONF ==== | ==== HTTPD.CONF ==== | ||
| Uncomment both lines below | Uncomment both lines below | ||
| - | $sudo -e /private/etc/apache2/httpd.conf | + | $sudo -e /usr/local/etc/httpd/httpd.conf |
| LoadModule userdir_module libexec/ | LoadModule userdir_module libexec/ | ||
| - | | + | <del># User home directories |
| - | Include / | + | Include / |
| | | ||
| Line 55: | Line 55: | ||
| LoadModule rewrite_module libexec/ | LoadModule rewrite_module libexec/ | ||
| - | | + | <del># Virtual hosts |
| - | Include / | + | Include / |
| == error_log problem == | == error_log problem == | ||
| Line 65: | Line 65: | ||
| === httpd-userdir.conf === | === httpd-userdir.conf === | ||
| - | | + | <del>Uncomment in / |
| + | Add in / | ||
| Include / | Include / | ||
operating_systems/apple/apache_-_php_-_mysql.1544537746.txt.gz · Last modified: 2018/12/11 14:15 by maferreira