General variables
- All files are really HTML files
- If you set this variable, the filesystem will know that all files
are really HTML files.
- Enable .htaccess parsing
- If set, Spinner will parse .htaccess files. The support is
currently limitited to this:
- AuthUserFile
- AuthGroupFile
- AuthName
- <Limit GET>
- order
- require user, valid-user, group
- deny from
- allow from
- </Limit>
- Mount point
- This is where the module will be inserted in the servers virtual
filesystem.
- Search path
- This is where the module will search for files in the real filesystem.
- Stat files before opening
- If set, files will be stat()'ed before opened. It's a bit slower,
but it will most probably work better. Unless you have a very busy
site, it's recommended that it's turned on.
- Show and send hidden files
- If unset, hidden files won't be shown in dirlistings and you won't
be able to retrieve them.
Directory parsing support
- Directory index files
- This is a comma speparated list of file names that will be used
instead of an automatically generated listing of the directory.
- Directory index file override
- If set, requests ending with // will always return a listing of the
contents of the directory, even if there is an indexfile present.
- Directory parsing
- If you set this flag to on, directories will be parsed to file
lists, if there is no index file present. If not, a 'No action match
URL' response will be generated. You will also need a directory parsing module.
- Exclude backup files from directory listings
- If set, all files ending with '~' or '#' or '.bak' will be excluded
from directory listings, since they are considered backups.