<tutorialjinni.com/>

Apache Allow only GET and POST

Posted Under: Apache on Sep 30, 2018
Apache Allow only GET and POST
HTTP protocol defines several Methods to access and modify content served on a server. Apache the most commonly use web server to date. It provide 9 HTTP methods. Most of the web applications and website use only 2 or 3 methods i.e. GET,POST and sometimes HEAD method.

Installing Custom SSL Certificate on Apache

Posted Under: Apache on Sep 4, 2018
Installing Custom SSL Certificate on Apache
This configuration snippet will install custom self signed certificate for Apache Web server on Ubuntu.