Hello. I'm reading up on Apache 1.3.33, and I came across..something I can't figure out. What is the difference between LoadModule and AddModule? I know LoadModule is a Dynamic Shared Object and all...but don't you still have to have the LoadModule in the httpd.conf file, meaning you have to restart apache to get it to re-read the config file?
And...I might as well ask, does apache only read the config file at start/restart of apachectl, or does it read it all the time?
EDIT:
Also, what's the difference between <Files > and <FilesMatch > they both say "[same example] would match most common Internet graphics formats"