Skip to content

Notes regarding Apache

hydrogen602 edited this page Mar 26, 2019 · 6 revisions

Commands

systemctl restart apache2.service -> restart apache2

Locations

/etc/apache2
/var/www/html
/usr/lib/cgi-bin -> moved to /var/www/cgi-bin because of permission errors

Welp

  • 403 Forbidden -> fix this

On mods

Copy all cgi., cgid. from mods-available to mods-enabled

Clone this wiki locally