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






*
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to