Page 1 of 1

Starting Apache

PostPosted: 12. July 2009 20:13
by Howard Kaikow
A few minutes ago, I unpacked XAMPP LIte.
I then ran apache_start.bat and got te message

Apache 2 is starting ...


How long is this supposed to take?
Nothing seems to be happening.

System is Windows 2000.

Re: Starting Apache

PostPosted: 12. July 2009 20:25
by glitzi85
Apache is already started. The Window must stay open until you shut down Apache with the apache_start.bat. If you do not want this window, use the control panel or install Apache as a service.

glitzi

Re: Starting Apache

PostPosted: 12. July 2009 20:31
by Howard Kaikow
glitzi85 wrote:Apache is already started. The Window must stay open until you shut down Apache with the apache_start.bat. If you do not want this window, use the control panel or install Apache as a service.

glitzi


I see the same issue with mysql_start.bat.

Each time I reboot, would I have to rerun apache_start.bat and mysql_start.bat?

Re: Starting Apache

PostPosted: 12. July 2009 20:33
by glitzi85
Yes. Or you install the services. Then both programs will start during boot (before you log in).

glitzi

Re: Starting Apache

PostPosted: 12. July 2009 20:47
by Howard Kaikow
glitzi85 wrote:Yes. Or you install the services. Then both programs will start during boot (before you log in).

glitzi


Thanx.

I see that I need to run apache_installservice.bat and mysql_install service.bat.

Do I close the current windows before I do that?
Or do I first reboot and install the srvices, ten reboot again?

Re: Starting Apache

PostPosted: 13. July 2009 00:02
by Howard Kaikow
Howard Kaikow wrote:
glitzi85 wrote:Yes. Or you install the services. Then both programs will start during boot (before you log in).

glitzi


Thanx.

I see that I need to run apache_installservice.bat and mysql_install service.bat.

Do I close the current windows before I do that?
Or do I first reboot and install the srvices, ten reboot again?


I figured this one out.
Done.