Kurinchi Blogger Scribbles …


Archive for August, 2009

Aug 03
2009

Apache, Ubuntu, CentOS: Virtual Host Configuration

Last updated: July 30th, 2009

What is Virtual Hosting?

Virtual Hosting is a technique by which web servers can serve more than one domain name on the same server. It can also be a variation of serving different sites on the same IP but on different ports.
(more…)

Aug 02
2009

MediaWiki: The requested URL /index.php/Main_Page was not found on this server

Last updated: July 29th, 2009

Some possible solutions to this problem:

i) Check if .htaccess file is making any redirections

ii) Check if /LocalSettings.php have any invalid reference to root

ii) If you have freshly installed the server, check if AppArmor or SELinux is installed on the machine. If it is try to remove those software and try you website url.

To remove appArmor follow the below steps:

$ /etc/init.d/apparmor stop
$ update-rc.d -f apparmor remove
$ apt-get remove apparmor apparmor-utils

Aug 01
2009

Mysql: How to clear the screen from command prompt?

Last updated: July 29th, 2009

Command to clear the screen content from command prompt in MySQL

mysql> \! clear


Valid HTML 4.01 Strict  Valid HTML 4.01 Strict