Author Topic: How to make apache (webserver) not load at startup  (Read 214 times)

Offline greywalk

  • New Friend
  • *
  • Posts: 9
How to make apache (webserver) not load at startup
« on: February 16, 2013, 01:16:31 PM »
Hi,

I installed apache and it loads at system start-up which is not what I need. How do I prevent apache (any webserver) from loading at system startup on PCLOS?

Thank you.

Offline TerryN

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 740
Re: How to make apache (webserver) not load at startup
« Reply #1 on: February 16, 2013, 01:46:06 PM »
I installed apache and it loads at system start-up which is not what I need. How do I prevent apache (any webserver) from loading at system startup on PCLOS?

PCC->System->Manage System Services->httpd

untick start at boot

Terry
Dell E521 - AMD 64 X2 5000+, 4GB RAM, ATI X1300 graphics
PCLinuxOS 2013 (KDE)
|Twitter|

Offline YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5383
  • Location: Lebanon, OR., USA
    • Spreading the word.......
Re: How to make apache (webserver) not load at startup
« Reply #2 on: February 16, 2013, 01:50:54 PM »
Remember that this will only take effect after you reboot or issue the command

service xinetd restart

in a console window




Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!

Offline greywalk

  • New Friend
  • *
  • Posts: 9
Re: How to make apache (webserver) not load at startup
« Reply #3 on: February 16, 2013, 02:41:54 PM »
Thank you very much.