search for: mod_accesslog

Displaying 20 results from an estimated 35 matches for "mod_accesslog".

2005 Dec 22
1
Lighttpd/rails deployment error
...ed to WARN and the output directed to STDERR until the problem is fixed. => Rails application started on http://0.0.0.0:3000 => Call with -d to detach (requires absolute paths in config/lighttpd.conf) => Ctrl-C to shutdown server (see config/lighttpd.conf for options) 2005-12-22 17:02:34: (mod_accesslog.c.512) opening access-log failed: Permission denied log/lighttpd.access.log 2005-12-22 17:02:34: (server.c.670) Configuration of plugins failed. Going down. Any ideas? -- Posted via http://www.ruby-forum.com/.
2006 Feb 16
11
Multiple Rails app on the same server?
...y set up a database called typo using php.typo.com. [code] server.modules = ( "mod_rewrite", "mod_redirect", "mod_proxy", "mod_accesslog", "mod_access", "mod_fastcgi", "mod_compress", "mod_accesslog" ) server.document-root = "/var/www" server.bind...
2006 May 26
2
Lighttpd Config
...8.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.filename = "/var/log/lighttpd/access_log" server.errorlog = "/var/log/lighttpd/error_log" # Start of loga...
2006 Jun 07
7
Tunneling in capistrano twice
Hi there, The default recipe expects you to be able to access your web server directly from your local machine. On our web server, for security purposes, it is only possible to ssh to it through one particular ip (which is also a remote machine.) The capistrano source is so compact and tidy it looks very hackable. But rather than messing around I thought I''d ask first if anyone else
2006 Nov 04
2
[ Rails ] Multiple rails apps on 1 host
...rails app2 cd app1 script/server rails put a copy of lighttpd.conf in /tmp/app1/config/ and then started lighttpd http://localhost:3000 gave me the splash page. I shutdown the server I added something to /tmp/app1/config/lighttpd.conf server.modules = ( "mod_rewrite", "mod_accesslog", "mod_fastcgi", "mod_compress", "mod_expire", "mod_alias" ) Then I added 1 other thing: $HTTP["url"] =~ "^/app2" { alias.url = ( "/app2" => CWD + "/../app2/public" ) server.error-handler-404 = "/dispa...
2005 Dec 28
3
problems with lighty on linux
...click on the "About your application’s environment" link I get a 404. Here''s the lighttpd conf file: # Default configuration file for the lighttpd web server # Start using ./script/server lighttpd server.port = 3001 server.modules = ( "mod_rewrite", "mod_accesslog", "mod_fastcgi" ) server.error-handler-404 = "/ci/htdocs/ci/rails/external/public/dispatch.fcgi" server.document-root = "/ci/htdocs/ci/rails/external/public/" server.errorlog = "/ci/htdocs/ci/rails/external/log/lighttpd.error.log" access...
2006 Aug 07
0
image uploads not working with lighttpd
...low is my lighttpd.conf. I would be very grateful for any and all suggestions. Totally new to lighttpd and don;t know what else to try. regards C # Debian lighttpd configuration file # ############ Options you really have to take care of #################### ## modules to load # mod_access, mod_accesslog and mod_alias are loaded by default # all other module should only be loaded if neccesary # - saves some time # - saves memory server.modules = ( "mod_access", "mod_alias", "mod_accesslog", "mod_rewrite&...
2006 Aug 18
3
Lighttpd Conf Help - Multiple Domains Multiple Apps
...dishes out a 404 error- the 404 being served isn''t the 404 inside the railsapp/public folder. Do hope someone can help me out what''s wrong with my conf. Here it is: server.bind = "0.0.0.0" server.port = 8282 server.modules = ( "mod_rewrite", "mod_accesslog", "mod_fastcgi", "mod_compress", "mod_expire" ) server.pid-file = "/var/run/lighttpd.pid" url.rewrite = ( "^/$" => "index.html", "^([^.]+)$" => "$1.html" ) #commenting the line below gives ou...
2006 Feb 06
4
fcgi to run cgi scripts
Dear experts, I have rail site that is running lighttpd and fcgi. I want the default domain to serve the rails application, and I also want to have a virtualhost (bugs.mysite) to resolve to a bugzilla instance. Bugzilla is basically Perl application called through CGI. I tried to find pointers on how to set fcgi to run both rails dispatcher and other cgi scripts in a different virtualhost, and
2006 Feb 28
6
scgi+lighttpd+windows - why wont it work?
..."mod_rewrite", "mod_redirect", "mod_access", "mod_status", "mod_scgi", "mod_accesslog" ) server.document-root = "C:/rails/extranet/public" server.errorlog = "C:/rails/extranet/log/lighttpd.error.log" accesslog.filename = "C:/rails/extranet/log/lighttpd-access.log" static-file.exclude-extensions = ( ".php", &q...
2005 Nov 14
0
can't display controllers with lighttpd
...ghttpd, this is my config file: # lighttpd configuration file # # use a it as base for lighttpd 1.0.0 and above # # $Id: lighttpd.conf,v 1.7 2004/11/03 22:26:05 weigon Exp $ ############ Options you really have to take care of #################### ## modules to load # at least mod_access and mod_accesslog should be loaded # all other module should only be loaded if really neccesary # - saves some time # - saves memory server.modules = ( "mod_rewrite", "mod_redirect", "mod_access", #...
2006 Feb 02
4
Random (connections.c.1330) error-handler not found: /dispatch.fcgi
...its normal operations and there are 3 more ''orphan'' errors (the last 3 you see) Has anyone seen this before? My project is on a debian dedicated server, using rails 1.0 Below is my lighttp.conf file: server.port = 80 server.modules = ( "mod_rewrite", "mod_accesslog", "mod_fastcgi" ) server.error-handler-404 = "/dispatch.fcgi" server.document-root = "/home/avirtual/railsData/public/" server.username = "avirtual" server.groupname = "avirtual" server.errorlog = "/home/a...
2006 Feb 07
4
Can''t stop/start lighttpd
...r saying that the port that I?m using is already in use. Here is my lighttpd.conf file: server.port = 80 server.username = "www-data" server.groupname = "www-data" server.pid-file = "/var/run/lighttpd.pid" server.modules = ( "mod_rewrite", "mod_accesslog", "mod_fastcgi" ) server.error-handler-404 = "/var/coar/public/dispatch.cgi" server.document-root = "/var/coar/public/" server.errorlog = "/var/log/error.log" accesslog.filename = "/var/log/access.log" url.rewrite...
2006 Jan 27
8
ror/lighttpd - HTML files via port 80 become application/octet-stream?
...d.conf in total: ---------------------------------------------------------- server.modules = ( "mod_rewrite", "mod_redirect", "mod_access", "mod_fastcgi", "mod_compress", "mod_accesslog", ) server.document-root = "/www/TestApp/public" server.errorlog = "/var/log/lighttpd/error.log" server.indexfiles = ( "index.html", "index.htm", "in...
2006 Jul 31
0
Can''t get into production mode!
...e. I deploy via Capistrano. When I dump ENV, RAILS_ENV is still ''development''. Is something overriding the lighty config? Here is the lighty config: var.appname = "mcalogin" server.port = 1411 server.modules = ("mod_rewrite", "mod_fastcgi", "mod_accesslog") server.username = "wwwrun" server.groupname = "www" server.pid-file = "/var/run/lighttpd.pid" accesslog.filename = "/var/log/lighttpd/access_log" server.errorlog = "/var/log/lighttpd/error_log" server.indexfiles = ( "index.html" ) u...
2006 May 11
0
File upload works with webrick, but fails in lighttpd 1.4.11
...ing Rails 1.1.2 on OSX. The upload silently fails with both firefox and Safari, even with the useragent hack and with any size of file/image. My lighttpd config is pretty standard as shown below. Any ideas/help? TIA server.port = 3000 server.modules = ( "mod_rewrite", "mod_accesslog", "mod_fastcgi" ) server.error-handler-404 = "/dispatch.fcgi" server.document-root = CWD + "/public/" server.errorlog = CWD + "/log/lighttpd.error.log" accesslog.filename = CWD + "/log/lighttpd.access.log" url.rewrite...
2006 Apr 17
0
Trailing Slash Issues
...nd I am having problems with links like this: http://mydomain.com/controller If I do not add the trailing slash it downloads the dispatch,fcgi as a file. Here is the lighttpd.conf # # Server Main Config # #include "lighttpd-inc.conf" server.modules = ("mod_rewrite", "mod_accesslog", "mod_fastcgi") server.port = 8900 server.username = "lighttpd" server.groupname = "web" server.pid-file = "/var/run/lighttpd.pid" accesslog.filename = "/var/log/lighttpd/access_log" server.errorlog = "/var/log/lighttpd/error_log&quot...
2006 Mar 29
1
Problems with lighty
...-2.4.0 ruby-fcgi-0.8.6 lighttpd-1.4.10 Before I tried setting up multiple apps, I just decided to try for a single app setup. I have the following configuration: ### 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...
2006 Feb 16
0
url.access-deny
...gif files, but for some reason it does not work (meaning that I still see the request in the production.log file) Any suggestion is welcome. Below are some snipets from my lighttpd.conf file server.modules = ( "mod_rewrite", "mod_access","mod_fastcgi", "mod_accesslog" ) $HTTP["url"] =~ "^/javascripts/" { url.access-deny = ( ".gif") } fastcgi.server = ( ".fcgi" => ( "localhost" => ( "min-procs" => 3, "max-procs" => 9, "socket"...
2006 Dec 11
0
Lighttpd setup with rails
...app. Thank you! -Scott server.modules = ( "mod_rewrite", "mod_redirect", "mod_access", "mod_fastcgi", "mod_accesslog" ) server.document-root = "/home/rails/test/public/" server.errorlog = "/var/log/lighttpd.error.log" index-file.names = ( "index.html", "index.htm", "default.htm" ) server.error-ha...