Page 1 of 1

Error 139! Couldn't start Apache!

PostPosted: 15. November 2011 03:31
by rubendcastro1
Hello,


I have problem whit Xampp server over Archlinux whit this message:

/opt/lampp/bin/apachectl: line 78: 3450 Segmentation fault $HTTPD $ARGV
XAMPP: Error 139! Couldn't start Apache!

Help me pleace.

Tks Rubén

Re: Error 139! Couldn't start Apache!

PostPosted: 15. November 2011 03:47
by Sharley
Hello Rubén,

Please add your correct Linux distro to your forum profile:
viewtopic.php?f=17&t=48626

Thanks. :)

Re: Error 139! Couldn't start Apache!

PostPosted: 15. November 2011 07:31
by JonB
LAMPP does not work quite like standard LAMP stacks.

please try starting LAMPP with this command (as root)

/opt/lampp/lampp start

See if LAMPP starts ok, please...

Was LAMPP stopped when you issued that command??? or were you trying to 'start Apache'????

LAMPP is run by a bash script (/opt/lampp/lampp), with a set of delimited options (arguments) that are invoked by that script. What I am saying is you may not be able to use some Apache CLI options.

The arguments are outlined in the LAMPP FAQ's -

http://www.apachefriends.org/en/xampp-linux.html

(down toward the bottom)

You can also open the bash script (/opt/lampp/lampp) with an editor - look around line 128 for the arguments available (cases)

Good Luck
8)