| Site Map | WizTools.org | jCraze Blog |
![]() |
Apache on LinuxApache is the most used web server in the net. And as so many other things that originated on the linux/unix environment, this one too is free. By using a web server software you can exactly see how your site will display when you upload it to your server. And when you are using server-side scripting language, the existence of a web server becomes mandatory (for checking and debugging the program). Most linux distributions come with apache bundled. Check your distribution CD. Otherwise you may download the same from http://www.apache.org/. Be sure to read the installation instruction before you install! Once you install apache, it automatically runs as a system daemon. If not, issue this command: Apache CommandsFor finding the status of apache(to check whether it is running or not): To start apache: To stop apache: To restart apache: Using ApacheOnce you know that apache is running, you can check it by pointing your browser to http://127.0.0.1/ or http://localhost/. If you have installed apache properly, then you will see the apache welcome page. The physical location of this welcome page is: Configuring ApacheConfiguring apache is NOT a easy task! For configuring even the simplest of things you may need to open one or two configuration files, make changes/add new entry, restart apache for checking whether the new configuration works. The good news is that all these script files are thoroughly commented for easy understanding. In fact, even without going through the apache manual (available in the installation, point your browser to http://localhost/manual/) you may succeed in making some configuration changes.The configuration files are available in the folder: |
Sign Guestbook
|
Who is Subhash?
The contents of this site are copyright© 2000-2008, indiWiz.com. All Rights Reserved.