search for: index_html

Displaying 15 results from an estimated 15 matches for "index_html".

2006 Dec 19
1
mongrel_config has no output
...t. Here is a YAML dump of the $server object: --- &id001 !ruby/object:Mongrel::HttpServer acceptor: !ruby/object:Thread {} classifier: !ruby/object:Mongrel::URIClassifier handler_map: /log: - !ruby/object:Mongrel::DirHandler default_content_type: application/octet-stream index_html: index.html listener: *id001 listing_allowed: true path: /home/michael/hhp/trebleNation/log /favicon.ico: - !ruby/object:Mongrel::Error404Handler listener: *id001 response: |- HTTP/1.1 404 Not Found Connection: close Server: Mongrel 0.3....
2015 Apr 24
2
Test coverage results available online
Dear OpenSHH developers, in case this helps with your testing efforts: At http://www.opencoverage.net/projects/openssh/index_html/sources.html you'll find an overview of the condition/decision code coverage as achieved through a run of the test suite. The state last used is from the git master branch commit 70860b6. You might find the total coverage 27.8% to be much lower than what you've seen before. Main reason...
2005 Dec 06
1
Squid Content Scanning tool
...entOS I prefer to have applications coming from the official branch and maintened all version life... Thanks for your work, help, and, I hope, forthcoming answers... M$-Internet Exploder est le cancer de l'Internet, voyez pourquoi ici : http://www.aful.org/publi/articles/msie_et_la_securite/index_html/view -- (?- Bernard Lheureux Gestionnaire des MailingLists ML, TechML, LinuxML //\ http://www.bbsoft4.org/Mailinglists.htm ** MailTo:root at bbsoft4.org v_/_ http://www.bbsoft4.org/ <<<<<< * >>>>>> http://www.portalinux.org/
2004 Feb 16
2
R Included with Open Infrastructure for Outcomes (OIO) system
Hi all, I came across this article on LinuxMedNews (http://www.linuxmednews.com) this morning: http://www.linuxmednews.com/linuxmednews/1076524250/index_html This refers to an integrated data management and analysis system (OIO), which includes R and utilizes the RSessionDA package (Greg Warnes). More information is available here for those interested: http://zope.org/Members/aho/Open_Infrastructure_for_Outcomes/LiveOIO/liveoio/LiveOIO_1_0_8 There i...
2006 Oct 31
12
Moving page_cache_directory
Howdy. I''m working on a RoR CMS and need cached pages to all be in public/cache rather than public [in order to set svn:ignore on all the files properly]. I can get page_cache_directory set correctly and the pages are cached in the right place but Mongrel isn''t serving them because it''s only looking for them in public. During development I know I can set -r public/cache
2007 Oct 19
0
X-Sendfile, static files, windows
...uck the same thing, where the current drive wasn''t the same as the drive I wanted to serve (some) files from. So here''s the patch to add to lib/mongrel/handlers.rb contains class DirHandler. I added two things, first to initialize: def initialize(path, listing_allowed=true, index_html="index.html") @abs = path == "/" # Absolute paths are allowed @path = File.expand_path(path) ... next to method can_serve, which should start with this: def can_serve(path_info) req_path = HttpRequest.unescape(path_info) # Add path prefi...
2006 May 18
2
Sound cards for Centros
What sound cards are recognized by Centros? I have installed it on an old 400MHz IBM Aptiva that has Crystal Audio built-in. However it does not seem to recognize that, nor a Sound Blaster, nor a Sound Blaster 16 that I have tried. Any cheapo cards that it would recognize? Mike
2006 May 18
0
Sound cards for CentOS
...gt; > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos > M$-Internet Exploder est le cancer de l'Internet, voyez pourquoi ici : http://www.aful.org/publi/articles/msie_et_la_securite/index_html/view -----------------> http://www.shlomifish.org/no-ie/ <----------------- -- (?- Bernard Lheureux Gestionnaire des MailingLists ML, TechML, LinuxML //\ http://www.bbsoft4.org/Mailinglists.htm ** MailTo:root at bbsoft4.org v_/_ http://www.bbsoft4.org/ <<<<<< * >&g...
2009 Apr 20
1
New bindings for Xapian
Hello. I've written the bindings for the Concept Application Server for Xapian (and included into the default package). The sources are available here: http://www.radgs.com/downloads/standard.search.xapian-1.0.tar.gz And the Concept Include files here: http://www.radgs.com/downloads/xapian-include-1.0.tgz Also, i've rewritten 2 examples in Concept:
2001 Dec 04
4
Samba 3.0 Alpha
Does net rpc join work in SAMBA (using HEAD from CVS compiled this morning) Configured with ACL, with PAM, and with WINBIND. It seems that I cannot rejoin my domain (PDC is NT4sp6a) after I turfed machine.sid and secrets.tdb. I tried using smbpasswd first and was informed to use net join rpc instead. Logs available if needed. Thanx Hans
2008 Nov 19
1
atacontrol missing drive after upgrade to 6.3
I upgraded from 6.2 to 6.3 p5 last night. Upon rebooting, the second disk in the mirror is missing. # atacontrol status ar0 ar0: ATA RAID1 status: DEGRADED subdisks: 0 ad0 ONLINE 1 ---- MISSING # grep ata /var/run/dmesg.boot ad0: 238475MB <WDC WD2500AVJB-63UDA0 00.02C01> at ata0-master UDMA100 ad1: 238475MB <WDC WD2500AVJB-63UDA0 00.02C01> at ata0-slave UDMA100 ar0: disk0
2006 Apr 08
7
Accounting software
Hey Guys, Anybody know of any decent accounting software that runs on centos? Web or App based is fine.. Pref open or free.. Thanks, Wayne
2004 Jun 08
18
[ANNOUCE] iproute2 update
A new version of the iproute2 utilities is available to handle the new extensions for 2.6.7. * Based on the last known good version of iproute2 from Alexy * Included most of the vendor patches (except for the stupid ones). * Got rid of lots of the glibc workarounds, I intend this to build and run on 2.6 (and 2.4) only. * Fixed some parsing and formatting bugs. * Added gigabit as a rate.
2007 Jun 08
5
autotest bug?
...ding autotest/rails_rspec /opt/local/bin/ruby -S script/spec -O spec/spec.opts spec/ controllers/log_entries_controller_spec.rb spec/views/login/ new_spec.rb spec/controllers/login_controller_spec.rb spec/models/ user_spec.rb spec/views/log_entries/edit_html.erb_spec.rb spec/views/ log_entries/index_html.erb_spec.rb spec/views/log_entries/ new_html.erb_spec.rb spec/views/log_entries/show_html.erb_spec.rb spec/helpers/login_helper_spec.rb spec/models/log_entry_spec.rb ........................................................................ .....F.. 1) ''LoginController routes should rou...
2006 Jul 01
2
How to priorize VoIP in a Wi-Fi scenario? Default qdisc in Linux, PRIO, HTB and HFSC ...
...t it is the only one I have tested. If someone has any other recommendation it is more than welcome :) Well, this was my first email to the list. Hope I am lucky and get some answers to my questions. I will keep doing tests and will post more results here. Regards: Pablo [1] http://www.ehas.org/index_html?set_language=en&cl=en [2] http://www.opalsoft.net/qos/DS.htm [3] http://lartc.org/ [4] http://linux-ip.net/tc/hfsc.en/ [5] http://mailman.ds9a.nl/pipermail/lartc/2006q2/018865.html