While working on Apache Module in Ubuntu,I found rewrite problem in Apache Web Server.I tried to enable the rewrite module but got this error ERROR: Module rewrite does not exist!.After troubleshooting,I found the problem was with mod_rewrite module. After doing some more troubleshooting,it is found that the rewrite.load file was missing in /etc/apache2/mods-available/ . Now,I […]
Apache
Find installed and enabled apache module in Debian/Ubuntu
In this tutorial we will learn,how to find installed and enabled apache module in Debian/Ubuntu. The method is applicable to Debian based operating system.As a system admin, sometimes we have to find which Apache module is installed. Every System Admin has their own style of work. How generally we do ,I am sharing in this […]
How to install and remove Apache webserver in Ubuntu and Debian
To install Apache web server in Ubuntu and Debian is easy task. If you have worked on any Red Hat based operating system ,you may find the Apache webserver package name is different. In Red Hat based Operating System the package name is httpd. In Debian based operating system like Ubuntu, Linux Mint etc. You […]
Increase upload file size limit in php
In this post we will know about how to increase upload file size limit in php.ini . By Defualt in php.ini the upload file size limit is 2Mb.If your website require the user can upload more than 2Mb of file in website or blog,this can be done by editing php.ini file. In CentOS and Red […]
How to create VirtualHost in Apache Web Server
In this tutorial we will learn how to create VirtualHost in Apache Webserver. With the help of VirtualHost we can host many domains or website from single Web Server.This is a simple example to start with your first VirtualHost configuration in Apache Webserver. We have used a few terms which is required for setting up […]
How to install apache webserver in CentOS and Red Hat
In this tutorial we will learn about how to install apache webserver. Web server as the name says it is server which is used for web services. The websites and web applications required web server to run. Here for webserver we will install apache. There are other web server which are also widely use in […]
Recent Comments