search for: test_lighttpd

Displaying 3 results from an estimated 3 matches for "test_lighttpd".

2006 May 26
2
Lighttpd Config
...httpd index page. Now I want to move my app so that others on the network can access it by going to something like http://208.256.152.228/logapp, but I cannot figure this out!! It''s got to be rather simple. Here''s my Lighttpd.conf server.port = 80 server.pid-file = "/tmp/test_lighttpd.pid" server.modules = ( "mod_redirect", "mod_access", "mod_fastcgi", "mod_accesslog", "mod_simple_vhost" ) server.document-root = "/srv/www/lighttpd/" server.indexfiles = ( "index.php", "index.html" ) accesslog.f...
2006 Mar 02
6
Lighttpd and fastcgi problems...
Hi, I''m having difficulty getting ruby running via Lighttpd and fastcgi. My lighttpd.conf reads: server.port = 81 server.pid-file = "/tmp/test_lighttpd.pid" server.modules = ( "mod_redirect", "mod_access", "mod_fastcgi", "mod_accesslog", "mod_simple_vhost" ) server.document-root = "/tmp/mis/public" server.indexfiles = ( "index.html" ) server.error-handler-404 = "/di...
2006 Jun 26
2
running lighttpd -> Recognition failed for "/"
...by/gems/1.8/gems/rails-1.1.2/lib/fcgi_handler.rb:23:in `process!'' /home/sergio/test/public/dispatch.fcgi:24 killed by this error my lighttpd.conf looks like this: server.port = 80 server.bind = "0.0.0.0" server.pid-file = "/tmp/test_lighttpd.pid" #server.event-handler = "freebsd-kqueue" server.modules = ( "mod_rewrite", "mod_redirect", "mod_access", "mod_fastcgi", "mod_accesslog" ) server.document-root = "/home/sergio/test/public/" server.indexfiles...