Linux tip, Fedora tip / howto: Disabling httpd

 
Note that these tips are mostly outdated


back to notes and tips index

Try my online puzzle page with Calcudoku, Killer Sudoku and online Sudoku.

Disabling httpd

As root, run:
  • chkconfig --level 345 httpd off
    (httpd has an 'S' link to /etc/rc.d/init.d/httpd in runlevels 3, 4 and 5 (directories /etc/rc3.d, etc.)


← back to notes and tips index
Please do not copy the text of this tip (© Patrick Min) to your web site.