source: other-projects/realistic-books/trunk/apache-server.bat@ 24916

Last change on this file since 24916 was 19732, checked in by davidb, 15 years ago

Support for running as part of Greenstone2, with Apache web server

  • Property svn:executable set to *
File size: 136 bytes
Line 
1@echo off
2
3call setup.bat
4start "Apache Web Server" /MIN httpd
5sleep 2
6start http://localhost:8282/greenstone/cgi-bin/library.cgi
Note: See TracBrowser for help on using the repository browser.