Tugriceri Web Notes

HTTP

libgcc_s.so.1 must be installed for pthread_cancel to work

by 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.

Comments Off on libgcc_s.so.1 must be installed for pthread_cancel to work more...

Hide Apache version

by on Jan.21, 2011, under HTTP, Linux

vi httpd.conf
ServerSignature Off
ServerTokens Prod

apachectl restart

Comments Off on Hide Apache version more...

Text file download from apache

by on Sep.02, 2010, under HTTP

<Files *.txt>
ForceType application/octet-stream
Header set Content-Disposition attachment
</Files>

Comments Off on Text file download from apache more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...