Starting XAMPP on bootup

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

Starting XAMPP on bootup

Postby emcher » 18. April 2005 01:29

What exactly do the two commands do?
3. Now carry out the actual configuration by typing:

ln -s /opt/lampp/lampp S99lampp
ln -s /opt/lampp/lampp K01lampp

I know they create a 'link', but to what? the shell script in /opt/lampp/lampp.

If so, why two commands? What's the significance of the 'S99' and 'K01'?
Emcher
emcher
 
Posts: 2
Joined: 18. April 2005 01:18

Re: Starting XAMPP on bootup

Postby Kristian Marcroft » 18. April 2005 10:36

emcher wrote:If so, why two commands? What's the significance of the 'S99' and 'K01'?


Hi,

S99lampp a Link to /opt/lampp/lampp
S stands for start, so when this link is called, it passes a start to /opt/lampp/lampp the 99 meas to start lampp in 99th place.
It starts LAMPP at the end. 1 is the first thing to start 99 the last.

Now to the K stands for "kill" or stop.
When the link is called a "stop" is passed to the /opt/lampp/lampp script, with stops lampp. Thw 01 is so that before everyting else is killed, we kill xampp first.

So long
KriS
User avatar
Kristian Marcroft
AF Moderator
 
Posts: 2962
Joined: 03. January 2003 12:08
Location: Diedorf

Thanks

Postby emcher » 18. April 2005 12:39

Thanks much, KriS!
Emcher
emcher
 
Posts: 2
Joined: 18. April 2005 01:18


Return to XAMPP for Linux

Who is online

Users browsing this forum: No registered users and 35 guests