Page 1 of 1

Error: XAMPP: Another web server daemon is already running.

PostPosted: 28. April 2005 15:38
by jellings
I have a java server already listening on 80.

I want XAMMP to listen only on 443.

I edited httpd.conf and changed this line:
Listen 80
to:
Listen 443


I run
[lampp]# ./lampp start

and get:
XAMPP: Another web server daemon is already running.


How do I work around this? I am certain it is something simple, but I am not sure what it is.

Thanks!

John

PostPosted: 29. April 2005 08:00
by Kristian Marcroft
Hi,

try looking at the lampp-Script.
This tests if Port 80 is blocked.

So long
KriS