Monday, November 08, 2010 at 12:06 AM.

system.verbs.builtins.webserver.apache.start

on start () {
	<<Changes
		<<11/23/08; 4:42:41 AM by DW
			<<Created. Start Apache after rolling the log files or whatever. I only have code for this on Windows at this time.
	if system.environment.isWindows {
		sys.dosBatchCommand ("net start apache2.2")}}
<<bundle //test code
	<<start ()



This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.