How you wish the browser not to cache the configuration file inside an XML file.
adding the following to /etc/httpd/conf/httpd.conf
would help a bit.
# For XML
# Force reload
Header set Cache-Control "max-age=60, public, must-revalidate"
Header set Expires "Thu, 15 Apr 2010 20:00:00 GMT"
Hello, I’d rather use killall or
ps xa|awk ‘/[f]irefox/ {print $1}’|xargs kill -9.
yes .. can use killall too , if you using the default firefox installation.
but it will not kill the custom firefox which had launched from a custom script like the following ..
and .. producing list of process as follows :