Are you using Apache with the Weblogic plugin, or native webserver in Weblogic?
If Apache, then its a simple apachectl command.
If Weblogic, you can use the Admin GUI or the WLST (command line tool) to stop and start the WebLogic Server.
So "apachectl" and "wlst" for the likely two options facing you.
LINK