Apache Notes

My Apache configuration:
./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.

Popular posts from this blog

Linux IPC and Limits

htop: more than top. pstree: ps with tree.

Access Apache WebDAV from Windows XP