Home > Bookmarks, Hosting, Networking, Tech > Apache2 and “manual” folder – can’t find “manual” folder

Apache2 and “manual” folder – can’t find “manual” folder

March 20th, 2009 Leave a comment Go to comments

Why can’t find “manual” folder ? – when loading page like :

http : //your-domain-name/manual/etc/link.php

If you get this type of message/page after loading :

Apache HTTP Server Version X.Y Documentation

you must modify httpd.conf and/or manual.conf file.

This line:

AliasMatch ^/manual(?:/(?:de|en|fr|ja|ko|ru))?(/.*)?$ "/var/www/manual$1"

mus become this:

AliasMatch ^/manual2(?:/(?:de|en|fr|ja|ko|ru))?(/.*)?$ "/var/www/manual$1"

Restart Apache / httpd and all mus be ok.

Now, anytime you need apache manual must be accesed from /manual2/ folder. ( “manual2″ from conf files can be anything else) !

  1. No comments yet.
  1. No trackbacks yet.
GoCache - ByREV-Cache v1.0 - live served in : 0.204611 sec (gzip)