search for: fancyindex

Displaying 8 results from an estimated 8 matches for "fancyindex".

Did you mean: fancyindexed
2006 Jul 28
0
Apache/Mongrel Deployment Errors
...So "/icons" isn''t aliased in this # example, only "/icons/". If the fakename is slash-terminated, then the # realname must also be slash terminated, and if the fakename omits the # trailing slash, the realname must also omit it. # # We include the /icons/ alias for FancyIndexed directory listings. If you # do not use FancyIndexing, you may comment this out. # Alias /icons/ "/var/www/icons/" <Directory "/var/www/icons"> Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all </Directory> # # WebDAV...
2006 Jan 05
2
Apache issue
...he URL. So "/icons" isn't aliased in this # example, only "/icons/". If the fakename is slash-terminated, then the # realname must also be slash terminated, and if the fakename omits the # trailing slash, the realname must also omit it. # # We include the /icons/ alias for FancyIndexed directory listings. If you # do not use FancyIndexing, you may comment this out. # Alias /icons/ /user/www/icons/ <Directory "/var/www/icons"> Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all </Directory> # # WebDAV module...
2014 Jan 21
0
Apache Directory Level access control
...yne AuthDigestDomain / AuthDigestProvider file AuthUserFile /etc/httpd/access.d/.htdigest AuthGroupFile /var/data/hll_dav/htgroup Require group staff AllowOverride None Order allow,deny allow from all Satisfy All Options Indexes MultiViews IndexOptions FancyIndexing AddDefaultCharset UTF-8 </Directory> <Directory /Private> Require group management </Directory> In this setup a member of group staff who is not a member of group management nonetheless can list and download files in /Private. I want to prevent this. Is this possibl...
2015 May 07
2
Apache 2.2 itk - 404 not found
...DAVLockDB /var/lib/dav/lockdb </IfModule> ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" <Directory "/var/www/cgi-bin"> AllowOverride None Options None Order allow,deny Allow from all </Directory> IndexOptions FancyIndexing VersionSort NameWidth=* HTMLTable Charset=UTF-8 AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip AddIconByType (TXT,/icons/text.gif) text/* AddIconByType (IMG,/icons/image2.gif) image/* AddIconByType (SND,/icons/sound2.gif) audio/* AddIconByType (VID,/icons...
2015 May 07
3
Apache 2.2 itk - 404 not found
...Alias /cgi-bin/ "/var/www/cgi-bin/" >> <Directory "/var/www/cgi-bin"> >> AllowOverride None >> Options None >> Order allow,deny >> Allow from all >> </Directory> >> IndexOptions FancyIndexing VersionSort NameWidth=* HTMLTable >> Charset=UTF-8 >> AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip >> AddIconByType (TXT,/icons/text.gif) text/* >> AddIconByType (IMG,/icons/image2.gif) image/* >> AddIconByType (SND,/icons/soun...
2015 May 07
0
Apache 2.2 itk - 404 not found
...</IfModule> > ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" > <Directory "/var/www/cgi-bin"> > AllowOverride None > Options None > Order allow,deny > Allow from all > </Directory> > IndexOptions FancyIndexing VersionSort NameWidth=* HTMLTable > Charset=UTF-8 > AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip > AddIconByType (TXT,/icons/text.gif) text/* > AddIconByType (IMG,/icons/image2.gif) image/* > AddIconByType (SND,/icons/sound2.gif) audio/* > A...
2006 Feb 20
0
vpimd, a personal information server
...) # # We use the WEBrick file servlet to actually serve calendar files. # FIXME - this means that if you guess someone''s calendar name, you can # download it, despite the rudimentary security. # server.mount( ''/calfile'', WEBrick::HTTPServlet::FileHandler, $ical_folder, :FancyIndexing=>true ) # For debugging... register( ''My Calendar Folder'', ''/calfile'' ) ##### iCalendar/todo as RSS $ics_todo_title = ''My Todo Items as an RSS Feed'' $ics_todo_path = "/ics/todo.rss" class IcalTodoRssServlet < WEBrick::HTT...
2006 Mar 05
5
lighttpd / WEBrick forum?
Is there a mail list or USENET group for lighttpd WEBrick questions. I posted a simple CGI question to this list last week and got one responce and that responce told me I was on the wrong list with Ruby based from / CGI questions. The code I posted looks correct but does not work giving a Routing Error. This makes me think something is wrong with the set up of WEBrick. I am only doing