You could knock up an temporary httpd.conf file telling it to serve all 404s, 200s, etc to a directory with a basic html page in it saying the server is under maintenance, then restart apache using the -f option specifying your new config file. Then when you're done just restart as normal.
Not sure if this would be your idea solution if you still need the server to allow you access elsewhere.