Page 1 of 1

Apache Modules

Posted: Sat Apr 03, 2004 8:10 am
by d3ad1ysp0rk
Ok, so I go to try and change my header text/style on the Index of/ page, but obviously, there isn't exactly a file that you can use, so I go on google and search around, finding the mod_autoindex module.
Then I check my httpd config, and of course, it's on (It's the module that gives you the index of/ page in the first place). But I read some more about it and find out you can add descriptions to filetypes, change icons, etc, by adding lines, such as
AddAlt "PHP File" *.php
to a file. This however wasn't very useful for me though, since I have no idea WHICH File. I checked httpd file, and searched for AddAlt, but it wasnt used in the file at all, so I assumed thats not where to put it. I then used the search function in windows to search all files in /Apache2/, to no success (the only files containing the text were the files in the /manual/ directory..).

So:
- Where do I put the stuff
- and is there any other information you can give me about changing the Index of/ page, so I don't have to keep asking questions? :P

Thanks.