Start only apache at boot

Problems with the Linux version of XAMPP, questions, comments, and anything related.

Start only apache at boot

Postby MrEddy » 08. October 2004 11:20

Hi,

i've follow the faq for starting xampp at boot and it works but i need only apache with ssl to start, how can i do it ?

thanks
MrEddy
 
Posts: 11
Joined: 25. September 2004 09:27

Postby Oswald » 08. October 2004 11:42

Dear Eddy!

I assume the easiest way is to modify the XAMPP start script.

Edit /opt/lampp/lampp and find the following lines:

Code: Select all
                $0 startapache %
                $0 startmysql %
                $0 startftp %
                $iswebmin && $0 startwebmin %


Place a # in front of the startmysql and startftp lines. Like this:

Code: Select all
                $0 startapache %
                #$0 startmysql %
                #$0 startftp %
                $iswebmin && $0 startwebmin %


Thats all. The only problem (but I know no way around) is: after an upgrade this file gets overwritten and you need to make this changes again by yourself.

Greetings
Oswald
User avatar
Oswald
Apache Friends
 
Posts: 2718
Joined: 26. December 2002 19:51
Location: Berlin, Germany
Operating System: Linux

Postby MrEddy » 08. October 2004 12:58

thanks, it's work and for upgrading it's nothing, i will make this change again.
But just for infos, what is webmin ? the xampp interface ?
MrEddy
 
Posts: 11
Joined: 25. September 2004 09:27

Postby Oswald » 08. October 2004 13:01

It's an GUI for Unix administration.

Greetings
Oswald
User avatar
Oswald
Apache Friends
 
Posts: 2718
Joined: 26. December 2002 19:51
Location: Berlin, Germany
Operating System: Linux


Return to XAMPP for Linux

Who is online

Users browsing this forum: No registered users and 27 guests