• PRODUCT

    PRODUCT

  • PRICING
    PRICING

  • HELP
    HELP

  • BLOG
    BLOG

  • APPSTORE
    APPSTORE

  • COMPANY
    COMPANY

  • LEGAL
    LEGAL

  • LOGIN
    LOGIN

  • Restarting the lampp stack


  • Restarting the lampp stack


  • Sometimes, doing lampp restart wont get rid of all the httpd procs.

    So, here is a little handy killall.sh script to do just that. Enjoy!

    !/bin/bash

    for pid in \ps -C httpd|sed -e 's/^\ \+//g' | grep httpd|awk '{print $1}'\

    do

    kill $pid

    done


  • Izyware Blog
    Izyware Blog