View previous topic :: View next topic |
Author |
Message |
kentsin n00b
Joined: 08 Dec 2002 Posts: 58 Location: Macao
|
Posted: Thu Sep 04, 2003 3:31 am Post subject: apache2 config : Addhandler type-map .var or just var |
|
|
The commonapache2.conf comes of my box is
Addhandler type-map var
which the manual says .var
http://mybox/manual/index.html returns a list of languages instead of the actual html page.
Is this the cause of the problem?
The whole config is inside a <if mod_mime.c> block, how do I test if the mod_mime block really exist or working? |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54749 Location: 56N 3W
|
Posted: Thu Sep 04, 2003 11:03 am Post subject: |
|
|
kentsin,
No the config is right the manual is messed up. If you look in .../httpd/htdoc you will see the default home page - that works.
When you follow the soft link to the manual all the index pages end in html.
Try adding .var to one or two - thay work properly then.
So, index.html becomes index.html.var. I haven't tried index.var but that may work too.
Regards,
NeddySeagoon _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
|