web hosting

How to empty /tmp

If you want to delete all files and dirs from /tmp use following command. cd /tmp chattr +i lost+found; deltree…

11 years ago

Error : semget error in httpd

Guys, If you faceĀ  semget error while restarting httpd. Please useĀ  following command. ipcs -s | grep nobody | perl…

11 years ago

Warning: main(): open_basedir restriction in effect.

Are you getting following error in apache error logs? Warning: main(): open_basedir restriction in effect. That means php open_basedir protection…

11 years ago