Posts tagged as:

restart apache web server

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 Limit File Upload Size On Apache

by lifeLinux on May 24, 2011

To limit the total size of the HTTP request body sent from the client use LimitRequestBody Directive.

{ 0 comments }