Recent content by HatUser

  1. H

    [NEED] Linux Expert

    I have a problem with my VPS and i'm looking to optimize it by setting some cron jobs. So I need an expert to give me the best recommendations and assist me to do it. Thank you
  2. H

    Auto restart Apache if the load is higher than x

    Is a temporary solution during I re-make the website (this time more optimized).I found this script on internet:#!/bin/shcheck=`uptime | sed 's/\./ /' | awk '{print $10}'`if [ $check -gt 5 ]then/etc/init.d/apache2 restartfiI will love to talk with somebody that know to handle these things before...
  3. H

    Auto restart Apache if the load is higher than x

    Hi there, My VPS get high load quite frequently and the best temporary option is a script that check the load periodically and if the load is bigger than 5 (for example), auto restart the apache server. Can anyone help me? Thank you!
  4. H

    [NEED] PHP Expert

    Hi there, I need a good PHP developer to help me out with some scripts for my website. Because I'm a new user I will not be able to answer to PM's, so please post the comments here. Thank you!
Back
Top