Displaying 5 results from an estimated 5 matches for "lighttpd_access".
2006 Jan 23
8
OT: Problem rotating logs with lighttpd
Hi everybody,
this is a little OT. We are using Lighttpd as a webserver for Rails.
Our problem is that when we rotate the logs everyday at the end of the
process, lighttpd stops writing the logs. To solve this we have to
restart the server manually each time.
We use a common Debian, lighttpd-1.4.7, Rails 1.0 and fcgi-2.4.0.
I have tracked the lighttpd bugs, and I haven''t found
2006 Mar 29
1
Problems with lighty
...### begin config ###
server.modules = ( "mod_rewrite", "mod_fastcgi",
"mod_access", "mod_accesslog" )
server.indexfiles = ( "dispatch.fcgi", "index.html" )
accesslog.filename =
"/home/user/fwo/config/lighttpd_access.log"
server.document-root = "/home/user/fwo/public/"
server.error-handler-404 = "/home/user/fwo/public/dispatch.fcgi"
server.errorlog = "/home/user/fwo/log/error.log"
url.rewrite = ( "^/$" => "index.html", "^([^.]...
2006 Dec 11
0
Lighttpd setup with rails
...;/home/rails/test/public/dispatch.fcgi",
"bin-environment" => ( "RAILS_ENV" => "production" ),
"min-procs" => 1,
"max_procs" => 2
)
)
)
#### accesslog module
accesslog.filename = "/var/log/lighttpd_access.log"
url.access-deny = ( "~", ".inc" )
$HTTP["url"] =~ "\.pdf$" {
server.range-requests = "disable"
}
##
# which extensions should not be handle via static-file transfer
#
# .php, .pl, .fcgi are most often handled by mod_fastc...
2006 Jun 26
2
running lighttpd -> Recognition failed for "/"
...ct", "mod_access",
"mod_fastcgi", "mod_accesslog" )
server.document-root = "/home/sergio/test/public/"
server.indexfiles = ( "dispatch.fcgi", "index.html" )
accesslog.filename =
"/home/sergio/test/log/lighttpd_access.log"
server.errorlog = "/home/sergio/test/log/lighttpd_error.log"
server.error-handler-404 = "/dispatch.fcgi"
#### fastcgi module
## read fastcgi.txt for more info
fastcgi.server = (
".fcgi" => (
"test" => (
"socket&...
2006 Sep 07
4
Install config: lighttpd dead but pid file exists
I''m trying to run rails on RHED (centos 4) by following this tutorial:
http://wiki.rubyonrails.org/rails/pages/RailsOnRHEL
and something is gone a bit astray during the install process that is
not allowing lighttpd \ apache to run rails on the web.
Since i''m running Centos, I should mention I''m NOT running SELinux.
As it is, i''m at a total loss as to why