HTTP
libgcc_s.so.1 must be installed for pthread_cancel to work
by Emre Tugriceri on Jul.30, 2012, under HTTP
If you are trying to use the chroot feature with a multithreaded Apache installation you may get the folllowing message “libgcc_s.so.1 must be installed for pthread_cancel to
work”. Add LoadFile /lib/libgcc_s.so.1
to your Apache configuration to fix this problem.

Hide Apache version
by Emre Tugriceri on Jan.21, 2011, under HTTP, Linux
vi httpd.conf
ServerSignature Off
ServerTokens Prod
apachectl restart

Text file download from apache
by Emre Tugriceri on Sep.02, 2010, under HTTP
<Files *.txt>
ForceType application/octet-stream
Header set Content-Disposition attachment
</Files>
