Test how many modules are available in Apache2

admin on September 7th, 2008 | File Under Linux Command Tips, Linux Server Tips, Linux Tips -

Sometimes we need to know how many modules are available in Apache2,for example,you want to enable mod_rewrite in Linux server,normally we need to test if the mod_rewrite module has been added first.We can use command:apache2ctl -M to test how many modules are available in Apache2. Read More »

No Comments Tags: , , , ,

Apache Virtual Hosts and mod_rewrite on Ubuntu Hardy

admin on July 19th, 2008 | File Under Linux ariticles, Recommended -

I’ve been wanting to set up a virtual host, with mod_rewrite on my system for a while, so I could have a local copy of my blog with Permalinks, for playing around, and despite a few hiccups, have finally got round to setting it up and implementing it successfully. Read more…

No Comments Tags: , ,

Apache tips-limit upload file size

admin on June 27th, 2008 | File Under Linux Server Tips, Linux Tips -

tipsApache has an option names LimitRequestBody,this option can limit user sending’s content of http request.Option LimiRequestBody can be used in .htaccess & httpd.conf.If you use it in http.conf, may use separately in virtualhost or the directory attribute setting. The LimitRequestBody setting value is lies between (unlimitedly) 0 to 2147483647 (2GB). Read More »

No Comments Tags: , , ,

tip for Apache’s Redirect Function

admin on March 10th, 2008 | File Under Linux Software, Network -

apacheA project’s website of our company has been running for a period of time, we ever changed several domains for this website before. Now,we want a smooth transition to a new domain names, that relates to the issue of old links turn to new links automatically for the new domain. Read More »

1 Comment Tags: