Does anyone know if while Apache HTTPD is doing a reload (which, let's say, takes five seconds) can it still serve requests during that time?
First of all, you say reload, but assuming you mean 'reload' OR 'restart':
/my/path/to/httpd restart
Reload on the other side:
/my/path/to/httpd reload