November 2024
M T W T F S S
 123
45678910
11121314151617
18192021222324
252627282930  

Categories

November 2024
M T W T F S S
 123
45678910
11121314151617
18192021222324
252627282930  

How to disable Core file generation Apache

First of all delete the core files which are preset on the server or under any account
then

vi /etc/init.d/httpd

and below the “ulimit -n 16384? you need to put

ulimit -c 0

And Command to delete core files

#find ./ -name "core.*" -exec rm -f {} \;

Leave a Reply

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>