Miscellaneous > Programming & Networking
Apache autoindexer
TheQuirk:
I was starting to think about downloading some script that'll show the contents of a folder and link to the files (or writing, if there were no available). I then realized that this was dumb because apache had "autoindexer" builtin - my question is, how would I utilize it? I know Void has done it...
Kintaro:
i was going to ask this to, as a lan party is coming up and i want to share things.
beltorak0:
<Directory "<<whatever>>">
Options Indexes << or FancyIndexes >>
Order allow,deny
Allow from all
</Directory>
Check your httpd.conf; also see Apache Online Docs
-t.
Master of Reality:
or if you want it in all directories than put Options Indexes in the root container.
The default apache usually has this enabled i believe, and i also think that default is that indexes act as fancy indexes anyway.
TheQuirk:
NO NO, I'm looking for the directive called "headers" or something like that...
Navigation
[0] Message Index
[#] Next page
Go to full version