Apache Notes
My Apache configuration:
This installs everything in /usr/local/Apache2/
cgid daemon runs as the user configured in apache configuration and shuts down fine.
Work Items:
Optimizations. For Speed and Size.
Security: Suexec modifications.
Directory Layout changes. --with-layout.
./configure --enable-pie --with-mpm=worker --enable-exception-hook --enable-auth-digest --enable-deflate --enable-expires --enable-suexec --enable-rewrite --enable-so
make
make install
This installs everything in /usr/local/Apache2/
cgid daemon runs as the user configured in apache configuration and shuts down fine.
Work Items:
Optimizations. For Speed and Size.
Security: Suexec modifications.
Directory Layout changes. --with-layout.