search for: enablesendfil

Displaying 6 results from an estimated 6 matches for "enablesendfil".

Did you mean: enablesendfile
2015 Nov 03
1
prefork vs worker mpm in apache
...ed from around 11 processes per machine to well over 250 processes at any given time. These are the tuning settings we have in apache: StartServers 10 #MinSpareServers 10 #MaxSpareServers 25 ServerLimit 250 MaxRequestWorkers 250 MaxConnectionsPerChild 1000 KeepAlive On KeepAliveTimeout 30 EnableSendfile Off So I was just wondering how this change could've cause this problem of having the number of apache processes spike. And if there are any other changes we can make to apache to bring the process count down? Also I realize that installing apache / php from source isn't standard practi...
2006 Apr 08
3
FastCGI issues
I am attempting to get Rails running on Windows with an Apache 2 server. I seem to be having some trouble, and in spite of my best efforts to find a solution, I could not. I believe that I configured Apache correctly. I have included EnableSendfile Off EnableMMAP Off Win32DisableAcceptEx FastCgiConfig -maxClassProcesses 1 -maxProcesses 1 -minProcesses 1 -processSlack 1 \ -initial-env PATH="c:/ruby/bin;c:/windows/system32;c:/windows;C:/mysql/bin" \ -initial-env RUBYOPT=rubygems in httpd.conf per this article: http://dema.ruby.co...
2005 May 31
1
weird problem
hello, i'm having a rather weird (i think) problem: i have a freebsd 5.4 box running apache2.0.54. i use samba3.0.14a mount_smbfs to mount a share (my documents) from my windows2003 machine to under the apache www dir. the problem is that i cannot access much of the files on win2k3 from the internet. i'll try to explain: apache seems to work fine. samba seems to work fine both
2008 Jun 03
1
Peculiar issue when loading images via samba/cifs
I am using Enterprise Samba 3.0.30 on RHEL 4 to share a directory of images between two servers. I'm using CIFS to mount the share. Both servers expose the images over the web via Apache2. On the server with the mounted share, when I load a page with many images embedded, some of the images load only partially -- some part of the image draws normally, and then the rest is just blank. On the
2006 Jul 28
0
Apache/Mongrel Deployment Errors
...derlying OS supports it). # The default is on; turn this off if you serve from NFS-mounted # filesystems. On some systems, turning it off (regardless of # filesystem) can improve performance; for details, please see # http://httpd.apache.org/docs/2.2/mod/core.html#enablemmap # #EnableMMAP off # # EnableSendfile: Control whether the sendfile kernel support is # used to deliver files (assuming that the OS supports it). # The default is on; turn this off if you serve from NFS-mounted # filesystems. Please see # http://httpd.apache.org/docs/2.2/mod/core.html#enablesendfile # #EnableSendfile off # # ErrorLo...
2006 Jan 05
2
Apache issue
...derlying OS supports it). # The default is on; turn this off if you serve from NFS-mounted # filesystems. On some systems, turning it off (regardless of # filesystem) can improve performance; for details, please see # http://httpd.apache.org/docs-2.0/mod/core.html#enablemmap # #EnableMMAP off # # EnableSendfile: Control whether the sendfile kernel support is # used to deliver files (assuming that the OS supports it). # The default is on; turn this off if you serve from NFS-mounted # filesystems. Please see # http://httpd.apache.org/docs-2.0/mod/core.html#enablesendfile # #EnableSendfile off # # ErrorLo...