[mapserver-users] xampp and mapserver
Ulisse
fabiani.ulisse at gmail.com
Thu Nov 24 08:31:47 PST 2011
I'm a *newbie,
about Xampp and Mapserver for me you can install
into them directories (the packages for win).
Then you can start and stop the different Apache services.
You should only insert two littles .bat into "C:\ms4w".
You can call them start.bat and stop.bat
start.bat:
@ECHO OFF
REM This starts the apache service
cd Apache\bin
net start "Apache MS4W Web Server"
cd ..\..
:ALL_DONE
stop.bat:
@ECHO OFF
REM This stops the apache service
cd Apache\bin
net stop "Apache MS4W Web Server"
cd ..\..
:ALL_DONE
For xampp you can use its dialog form t start and stop apache services.
It seems to go for me. It's good for you?
thanks
*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20111124/37acb244/attachment.htm>
More information about the MapServer-users
mailing list