minitutorials main logo the place to learn online

Sponsor This Site!
Sponsorship Details - miniTutorials is taking enquiries into various Sponsorship opportunities. Available NOW! Read More on our Sponsorship page.
This Page Sponsored by :
Proudly Sponsored by Your Company name here!
miniTutorials Sponsorship
Donate!
Consider donating to keep this site alive and up to date. Click on the Donate button to go straight to PayPal site and make a donation of an amount you choose.


More information on where the money goes on the Donations page.
Discussion Forums
visit the mini tutorial forums
For expert help and advice on any of our Tutorials or anything else .... visit the forums and ask away!!
Google Ads
My Profile

Details about the owner of this site can be found at :-

ohloh profile
View Gavin McDonald's profile on LinkedIn
Powered by a
UK2 Dedicated Server

Apache Web Server.

Apache 2.2.2 Installation Instructions.

Intermediate Level

Installing Apache


Step 4 - Extra Configurations .

With the new configuration of version 2.2.x of Apache, you may find that some things have changed, some things disabled etc. This extra config section hopefully will show you the way. This page will be updated as I find things.

Enable the local Manual again!

So Apache have decided to disable the local copy of the manual - it is still there, but using up 9MB of disk space and not being utilised. I have been asked - and I asked myself to begin with - why is it that typing in http://localhost/manual gives me an error page instead of the manual I love to refer to ?

Edit your httpd.conf file and locate :-

# Local access to the Apache HTTP Server Manual
#Include conf/extra/httpd-manual.conf

Lets enable the manual by removing the comment from the second line.

# Local access to the Apache HTTP Server Manual
Include conf/extra/httpd-manual.conf

Ok, good thats it, restart the Apache Server service and go to http://localhost/manual and you should have your manual showing again!

If you get an Access Denied message, have a look in ../conf/extra/httpd-manual.conf and check that the location specified in the Alias Match and Manual lines points to the location of the manual directory.

Disable external access to the Manual

Ok, so above we have enabled access to the manual again, and even though Apache have commented it as being 'Local access ...' , it will also be able to be accessed if you have enabled your website to be accessed externally across the internet. So accessing http://localhost/manual is possible, but so is http://yoursite.com/manual .

You may not care about this, but if you do here is how to disable external access to your manual.

Edit your ../conf/extra/httpd-manual.conf file and locate in the Directory configuration :-

Allow from all

Change this to read :-

Allow from localhost

Restart your Server. Now http://locahost/manual will still work, but http://yoursite.com/manual will not. You can enhance this to allow the whole of your local network access, certain external IP addresses etc etc.

 

 

left arrow depicting to go back Back to Lets configure our new Server | Forward to Summary of Tutorial right arrow depicting to go forward


irca content rating labelValid CSSValid XHTML 1.0 Strict[Valid RSS] About Us | Site Map | Privacy Policy | Contact Us | ©2003 - 2008 miniTutorials.com link to minitutorials xml feedLink to RSS Feed

Site Design by 16 degrees complete web solutions.