Posts tagged as:

service command

Linux Start / Stop / Restart Apache Server

by lifeLinux on December 30, 2011

I’m using Apache server in CentOS / RHEL / Debian / Ubuntu and I’d like to start, stop or restart my apache server after making some changes to configuration settings. How do I start/stop/restart apache server ?

{ 0 comments }

How To Install Memcache PHP Extension

by lifeLinux on August 23, 2011

Memcache extension provides handy procedural and object oriented interface to memcached, highly effective caching daemon, which was especially designed to decrease database load in dynamic web applications. This article will explain how to install the memcache PHP extension on Centos/RedHat/Fedora.

{ 0 comments }

Iptables should be installed by default on all CentOS 3.x, 4.x and 5.x installations. You can check to see if iptables is installed on your system by: # rpm -q iptables

{ 0 comments }