Re: [users@httpd] Apache 2.4.2 Error Log Oddness

2012-08-28 Thread Jeff Trawick
On Tue, Aug 28, 2012 at 12:24 PM, Kevin A. McGrail wrote: > On 8/28/2012 12:15 PM, Eric Covener wrote: >>> >>> Perhaps all the captured stderr is somehow getting redirected to the >>> default >>> error log? Perhaps something to do with using suexec? >> >> Yes, stderr can only go one place, and it

Re: [users@httpd] mod_extract_forwarded or mod_rpaf for Apache 2.2/2.4?

2012-08-23 Thread Jeff Trawick
On Thu, Aug 23, 2012 at 5:57 PM, Marten Lehmann wrote: > Hello, > > is there any module like mod_extract_forwarded or mod_rpaf available for > Apache 2.2 or Apache 2.4? > > These modules change the value of REMOTE_ADDR to the original client IP > address behind a proxy request, that is given by th

Re: [users@httpd] Problems with Mod_fcgid.

2012-07-27 Thread Jeff Trawick
On Fri, Jul 27, 2012 at 12:34 PM, Christopher Ecklesdafer wrote: > I have an issue with mod_fcgid spawning new php processes and after some > time it looses control over php-cgi. I see many php-cgi processes running > for long time. When I check parent process ID I see it is init owning them. > Th

Re: [users@httpd] Apache httpd 2.2.21 Segmentation faults

2012-07-19 Thread Jeff Trawick
e request to a weblogic server cluster. Interesting... I suggest trying the latest WLS plugin release (11.1.1.6.0) and, if that doesn't resolve the problem, contact Oracle support. > > > > Thanks, > ~Abhi > > - Original Message - > > From: Jeff Trawick > To: users

Re: [users@httpd] Apache httpd 2.2.21 Segmentation faults

2012-07-19 Thread Jeff Trawick
0x7d6dc > [12] ap_process_http_connection(c = 0x10b098), at 0x78e98 > [13] ap_run_process_connection(0x10b098, 0x168268, 0x168268, 0x0, 0x1cddf0, > 0xf79d0), at 0x5cba4 > [14] ap_process_connection(c = 0x10b098, csd = 0x168268), at 0x5d270 > [15] process_socket(p = 0x110fe8,

Re: [users@httpd] Re: Has bug 52965 : "proxy: prefetch request body failed" been fixed?

2012-07-19 Thread Jeff Trawick
On Thu, Jul 19, 2012 at 5:31 AM, nj00yy_2 wrote: > Hi, > > Why is there no response to my question ??? unpaid service provided by busy people? the bug is not marked as fixed https://issues.apache.org/bugzilla/show_bug.cgi?id=52965 "Status:NEW" > > -- > View this message in context:

Re: [users@httpd] Apache 2.4.1- not working (Fatal error... Apache is exiting)

2012-06-12 Thread Jeff Trawick
On Tue, Jun 12, 2012 at 2:00 AM, Harsimranjit singh Kler wrote: >  http://people.apache.org/~trawick/ > > This link also not much helpful. http://people.apache.org/~trawick/exception_hook.html Synopsis: If you build Apache httpd with a certain configure option on Unix, you can have these two mod

Re: [users@httpd] Apache httpd 2.2.21 Segmentation faults

2012-06-05 Thread Jeff Trawick
On Mon, Jun 4, 2012 at 2:27 AM, Abhi Auradkar wrote: > Hi All, > > > I am running a apache 2.2.21 on Solaris Sparc. I see the following > segmantation faults every now and then. > Any pointers to whats wrong will be really helpful. Please get the stack of this thread, which is probably the one th

Re: [users@httpd] mod_fcgid + daemon implemented in C

2012-05-09 Thread Jeff Trawick
On Wed, May 9, 2012 at 9:41 AM, Henrik Strand wrote: > Hi, > > I want to use mod_fcgid (http://httpd.apache.org/mod_fcgid/) with a > daemon implemented in C. Is there a lib available like the one from the > FastCGI project (http://www.fastcgi.com/) to use for a fcgi_accept() > function? Or do I ha

Re: [users@httpd] Upgrade Apache 1.3.41 to 2.2.22

2012-04-19 Thread Jeff Trawick
On Thu, Apr 19, 2012 at 12:16 PM, Pablo Armando wrote: > I did just that today (1.3 > 2.2). It is simple. > > > I noted this: > > - Delete User/Group/BytesLog directive from vhosts (if you have them). > > - BytesLog could be replaced by something like this i think: > > LogFormat "%{%s}t %B ."

Re: [users@httpd] httpd.spec patch for httpd-2.4.2

2012-04-19 Thread Jeff Trawick
On Thu, Apr 19, 2012 at 10:16 AM, Brian Millett wrote: > The spec file for httpd-2.4.2 is missing a small addition for the fcgistarter > man page. Hi Brian, It is likely that your post to users@ is sufficient for such a simple fix (i.e., will reach a developer with time/inclination), but it is w

Re: [users@httpd] feature request for mod_remoteip

2012-04-18 Thread Jeff Trawick
On Wed, Apr 18, 2012 at 3:38 AM, Brett @Google wrote: > Hello, > > It would be nice if in mod_remoteip, you could specify a list of > headers and not just one. File a feature request at https://issues.apache.org/bugzilla/ - To u

Re: [users@httpd] Apache HTTPD Sporadic High CPU

2012-04-10 Thread Jeff Trawick
one of the symptoms from old bugs in Solaris event port support was looping.) > > Bill > > -Original Message- > From: Jeff Trawick [mailto:traw...@gmail.com] > Sent: Tuesday, April 10, 2012 7:17 PM > To: users@httpd.apache.org > Subject: Re: [users@httpd] Apa

Re: [users@httpd] Apache HTTPD Sporadic High CPU

2012-04-10 Thread Jeff Trawick
On Tue, Apr 10, 2012 at 5:51 PM, Bill Bawcombe wrote: > We are sporadically experiencing high CPU with our Apache instances. > The CPU averages about 5% utilization normally and has run fine for over > a year without an issue but over the past month we see spikes up to 100% > utilization that neve

Re: [users@httpd] httpd 2.4.1 -t option return code results always in 0

2012-04-10 Thread Jeff Trawick
On Tue, Apr 10, 2012 at 9:57 AM, Richard Westebbe wrote: > Hi, > > it looks like I stumbled across an bug in httpd 2.4.1, when I tried to > modify the init script to make a configtest before a restart. > > I evaluate the return code of the -t option, to decide whether I should > restart the web se

Re: [users@httpd] How to set the http response code for an error message

2012-04-09 Thread Jeff Trawick
On Mon, Apr 9, 2012 at 10:05 AM, Evgeny Shvidky wrote: > Hi, > > I want to generate a new HTTP error code. > I set in request->status a new opcode and I added in conf file next line " > ErrorDocument 449 /449.html" > Error 449 is MS-ActiveSync protocol error. > But... I receive next error from Ap

Re: [users@httpd] Help with mod_fcgid 2.2

2012-02-24 Thread Jeff Trawick
On Fri, Feb 24, 2012 at 11:22 AM, Morse, Richard E.MGH wrote: > On Feb 24, 2012, at 10:30 AM, Jeff Trawick wrote: > >> I'd be lying if I said that moving to 2.3.x would magically solve all >> your problems, but it is better documented and various folks that hang >>

Re: [users@httpd] Help with mod_fcgid 2.2

2012-02-24 Thread Jeff Trawick
On Fri, Feb 24, 2012 at 10:16 AM, Morse, Richard E.MGH wrote: > Hi! I'm trying to get a PSGI app running under Apache. Because I don't > actually manage the box it's running on, it is complicated for me to get an > additional service set up to start when the machine starts, so (unless there > i

Re: [users@httpd] make of apache 2.4.1 fail. undefined reference to XML_StopParser

2012-02-23 Thread Jeff Trawick
On Thu, Feb 23, 2012 at 6:10 PM, Stein Magne Bjørklund wrote: > System: > CentOS release 4.9 (Final) > Linux 2.6.9-89.0.16.plus.c4smp > gcc version 3.4.6 20060404 (Red Hat 3.4.6-11) > > Hi > After spending a few hours searching through the web and coming up with no > good hints or solution I find

Re: [users@httpd] optimizing default mac/apache install for web development

2012-02-23 Thread Jeff Trawick
ce.org/blogs/brendan/2011/10/10/top-10-dtrace-scripts-for-mac-os-x/) probably would provide the right hook to sort this out > > On Thu, Feb 23, 2012 at 10:43 AM, Jeff Trawick wrote: >> On Thu, Feb 23, 2012 at 2:14 PM, Patrick Stinson >> wrote: >>> I am developing web applic

Re: [users@httpd] optimizing default mac/apache install for web development

2012-02-23 Thread Jeff Trawick
On Thu, Feb 23, 2012 at 2:14 PM, Patrick Stinson wrote: > I am developing web applications and am periodically (50% of the time) > seeing 1-2second turnaround times for GETS to localhost. The pages I > am serving are basic html/css/js/image conglomerations, and sometimes > the pages turn around in

Re: [users@httpd] AH00534: httpd: Configuration error: More than one MPM loaded.

2012-02-23 Thread Jeff Trawick
On Thu, Feb 23, 2012 at 6:50 AM, mikeyao wrote: > I compiled newest apache 2.4.1 with "--enable-mpms-shared=all". > > Three mpm modules are there.(mod_mpm_event.so, mod_mpm_prefork.so, > mod_mpm_worker.so". > > LoadModule mpm_event_module modules/mod_mpm_event.so is default enabled. > > But i star

Re: [users@httpd] apache 2.4.1 and mod cband

2012-02-22 Thread Jeff Trawick
On Wed, Feb 22, 2012 at 6:52 PM, Nick Edwards wrote: > Hi, > I know this may be a little off-topic, but am asking here because mod > cband has it seems been abandon-ware for few years now, even half the > authors I contacted have no idea about the main developers > whereabouts. > > mod_cband works

Re: [users@httpd] Apache fails to respond to POST / TCP strangeness

2012-02-19 Thread Jeff Trawick
As a diagnostic step, set "KeepAlive Off" and see if the problem reproduces just as before. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To

Re: [users@httpd] Reverse proxy problem

2012-02-17 Thread Jeff Trawick
On Fri, Feb 17, 2012 at 10:28 AM, Igor Cicimov wrote: > You have DNS error. Also check if you can connect from the proxy to the > backend on ssl port. proxy: DNS lookup failure for: 192.168.112.57spipe returned by /spipe/pkg That looks more like a configuration problem... The path is unexpected

Re: [users@httpd] Cannot create SSLMutex error

2012-01-14 Thread Jeff Trawick
On Sat, Jan 14, 2012 at 7:18 AM, Serhat Sevki Dincer wrote: > Hi, > I have apache 2.2.16-1ubuntu3.4 (worker mpm) on a VPS with ubuntu > 10.10. In /etc/apache2/httpd.conf I have set "SSLMutex posixsem", but > the server fails to start with error "(38)Function not implemented: > Cannot create SSLMut

Re: [users@httpd] piped logs problem on sco 6.0.0

2011-12-07 Thread Jeff Trawick
e error_log, presumably > every time it's trying to write to access_log.  I should note that I > can run rotatelogs just fine from the command line as nouser or root. > > > 2011/12/6 Jeff Trawick : >> On Tue, Dec 6, 2011 at 1:47 PM, Rob Landrito wrote: >>> Greeting

Re: [users@httpd] piped logs problem on sco 6.0.0

2011-12-06 Thread Jeff Trawick
On Tue, Dec 6, 2011 at 1:47 PM, Rob Landrito wrote: > Greetings, > > I'm trying to used piped logs as described here: > http://httpd.apache.org/docs/2.2/logs.html#piped.  The environment is > httpd 2.2.11 on sco 6.0.0 (SCO_SV system 5 6.0.0 i386).  I'm using > User nouser > Group nogroup > > Apach

Re: [users@httpd] Can mod_fcgid maintain a hard-minimum number of available appserver processes?

2011-11-13 Thread Jeff Trawick
On Sun, Nov 13, 2011 at 2:38 AM, Danny Sadinoff wrote: > I'm using Apache2 + mod_fcgid to serve a Perl Catalyst application, on > a box that I own, and I'd like for mod_fcgid to maintain a minimum > number of spun-up processes ready to go. The docs say > thatFcgidMinProcessesPerClass only enforces

Re: [users@httpd] apr_off_t mismatch

2011-11-09 Thread Jeff Trawick
On Wed, Nov 9, 2011 at 1:07 PM, Asaf Dalet wrote: > Hi everyone, > i have a problem which is bugging me for a couple of days now: > > i have a module written for apache 2.2.x and compiled as 32-bit on solaris 9 > SPARC 64-bit. > i have a precompiled apache core on a different solaris 9 (also 64-bi

Re: [users@httpd] HTTP meetup at ApacheCon?

2011-10-29 Thread Jeff Trawick
On Sat, Oct 29, 2011 at 12:10 PM, Jim Jagielski wrote: > Me > > On Oct 29, 2011, at 11:38 AM, Sander Temme wrote: > >> >> On Oct 29, 2011, at 7:20 AM, Eric Covener wrote: >> >>> Please bump the interest count linked below if you'll attend the HTTP >>> meetup on Thursday Nov 11 at ApacheCon in Vanc

Re: [users@httpd] CVE-2011-3192 fix for Apache 2.0.x

2011-09-08 Thread Jeff Trawick
On Thu, Sep 8, 2011 at 7:56 PM, wrote: > Hello, > > The description for security vulnerability CVE-2011-3192 > (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3192) notes that > it applies to Apache HTTP Server 2.0.x through 2.0.64.  A fix has been > applied and available in the 2.2.x ver

Re: [users@httpd] Apache Security Page and CVE-2011-3192

2011-08-31 Thread Jeff Trawick
On Wed, Aug 31, 2011 at 6:22 AM, Paul Reilly wrote: > Why is there no information about the recent header Rang DoS  vulnerability > in Apache on the Apache security page? > >  http://httpd.apache.org/security/ > > I would have expected at least to see some mention of it, and possible > work-around

Re: [users@httpd] KeepAlive setting under heavy load

2011-08-17 Thread Jeff Trawick
On Wed, Aug 17, 2011 at 10:09 AM, Pratte, Gil wrote: > I have read conflicting reports regarding the KeepAlive setting. Under load > the website has hundreds to thousands of users logged in at any given time. > I am in the process of tuning it for performance under load. > > My question is: Should

Re: Re: [users@httpd] Apache crashing - lockf status

2011-07-17 Thread Jeff Trawick
> Re: > [users@httpd] Apache crashing - *lockf* > status<http://markmail.org/message/wbvuj7gyxqhmdqax>[image: > permalink] <http://markmail.org/message/wbvuj7g

Re: [users@httpd] Apache crashing - lockf status

2011-07-12 Thread Jeff Trawick
On Fri, Jul 8, 2011 at 5:34 PM, Rafael Hasson wrote: > Hello all! > > I've a webserver running PHP 5.2.17, Apache 2.2.17 and MySQL 5.5.13. > Tables' storage engine are MyISAM. I'm having a problem with all httpd > processes locking during peak hours. > Today while investigating the problem, I coul

Re: [users@httpd] HTTPD 2.2.17 issue on Fedora 15 with listening on IPv4

2011-07-12 Thread Jeff Trawick
On Mon, Jul 11, 2011 at 8:21 AM, Barry Scott wrote: > We are porting our application to Fedora 15 and to systemd from SysV init. > The httpd configuraturation we are using work without problem on earlier > Fedora 13 systems. > > We are hitting an odd problem with httpd handling requests on localho

Re: [users@httpd] [error] (70007)The timeout specified has expired: proxy: prefetch request body failed to

2011-07-12 Thread Jeff Trawick
On Tue, Jul 12, 2011 at 12:37 PM, prahlad kumar wrote: > Hi All, > Please help me in understanding below mentioned error... > [error] (70014)End of file found: proxy: prefetch request body failed to > x.x.x.x:80 (x.x.x.x) from y.y.y.y () > [error] (70007)The timeout specified has expired: proxy: p

Re: [users@httpd] Re: [Announce] Regressions in httpd 2.2.18, apr 1.4.4, and apr-util 1.3.11

2011-05-20 Thread Jeff Trawick
On Thu, May 19, 2011 at 9:40 PM, DW wrote: > William A. Rowe Jr. wrote: >> New releases are in progress for each of these projects and are >> expected to be available in the coming days.  The upcoming httpd >> 2.2.19 will bundle new releases of apr and apr-util which correct >> the regressions des

Re: [users@httpd] mod_fcgid: Invalid command 'FcgidMinProcessesPerClass'

2011-05-02 Thread Jeff Trawick
On Mon, May 2, 2011 at 12:25 PM, Duke wrote: > Hi Jeff, > > On 5/2/11 12:16 PM, Jeff Trawick wrote: >> >> On Mon, May 2, 2011 at 10:56 AM, Duke  wrote: >>> >>> Hi all, >>> >>> Please forgive me if the question was asked before. I have bee

Re: [users@httpd] mod_fcgid: Invalid command 'FcgidMinProcessesPerClass'

2011-05-02 Thread Jeff Trawick
On Mon, May 2, 2011 at 10:56 AM, Duke wrote: > Hi all, > > Please forgive me if the question was asked before. I have been using apache > for quite a bit of time (3-4 years) but I am totally new to the group. > Recently I tried to give our Red Hat server's apache FastCGI capability and > hence I i

Re: [users@httpd] MaxClients stuck at 10 bug

2011-04-29 Thread Jeff Trawick
On Thu, Apr 28, 2011 at 10:11 PM, Marion McCoskey wrote: > This is a follow-up on my previous post, server limit stuck at 10. > > I gave a whole bunch of details about what I had done trying to cope > with this problem, and got one reply saying suggesting I do what the > error message said and set

Re: [users@httpd] Worker MPM configuration with High Load

2011-04-27 Thread Jeff Trawick
On Wed, Apr 27, 2011 at 4:31 AM, Harsimranjit singh Kler wrote: > Hi Jeff > > Whenever i am increasing number of worker(tomcat) my response time > increased.If i am running 1 tomcat & 1 LB with above configuration and > hitting 400 concurrent requests it give me expected response time.when i > add

Re: [users@httpd] Worker MPM configuration with High Load

2011-04-25 Thread Jeff Trawick
? > 3)Why apache not complain(no error log) if we provide wrong configurations > in worker properities for particular worker? maybe there is a better mailing list for mod_jk? > > > Thanks > > > On Thu, Apr 21, 2011 at 4:50 PM, Jeff Trawick wrote: >> >>

Re: [users@httpd] Worker MPM configuration with High Load

2011-04-21 Thread Jeff Trawick
On Wed, Apr 20, 2011 at 11:55 PM, Harsimranjit singh Kler wrote: > ServerLimit 30 > StartServers 20 > MaxClients 1500 > MinSpareThreads 40 > MaxSpareThreads 100 > ThreadsPerChild 50 > MaxRequestsPerChild 0 > 1)i am hitting with 1500 concurrent user.is this configuration fine? you encountered th

Re: [users@httpd] mod_disk_cache doesn't cache URLs ending with a forward slash?

2011-04-13 Thread Jeff Trawick
On Wed, Apr 13, 2011 at 5:11 PM, Geoff Millikan wrote: >> Patches welcome. > > My skill at cheeky comments exceeds that of my Apache dev skills which isn't > saying much. > >> Or if there's already a patch but it's languishing >> unloved, give us a friendly prod on the dev list! > > Searched belo

Re: [users@httpd] mod_disk_cache doesn't cache URLs ending with a forward slash?

2011-04-13 Thread Jeff Trawick
On Wed, Apr 13, 2011 at 2:47 PM, Geoff Millikan wrote: > Do we give out t-shirts or coffee mugs if someone stumps the list?   ;-) fwliw, I've looked before and it is "on purpose" that those requests aren't cached; I don't recall the exact reason --

Re: [users@httpd] Apache is too slow with SSL

2011-04-08 Thread Jeff Trawick
On Wed, Apr 6, 2011 at 11:09 PM, Ishita Kapadiya wrote: > Hi Jeff, > > both ab and JMETER is using keep alive. keepalive and reusing SSL sessions isn't the same thing reusing the SSL session (avoiding the expensive part of the handshake) deals with what happens when the client opens a subsequent

Re: [users@httpd] (unit/system) tests for apache web server?

2011-04-08 Thread Jeff Trawick
On Fri, Apr 8, 2011 at 1:43 AM, Celal Ziftci wrote: > Hi everyone, > I am a PhD student doing research on program analysis, specifically for > tests (unit/system). > I would like to try my research framework on apache web server, and I was > looking for unit-tests or system tests that test differe

Re: [users@httpd] Apache is too slow with SSL

2011-04-06 Thread Jeff Trawick
On Thu, Mar 31, 2011 at 7:56 AM, Mark Montague wrote: >  On March 30, 2011 19:44 , Ishita Kapadiya  wrote: >> >> Hi Mark, >> >> Thanks for your suggestion. I tried below settings in httpd.conf - >> >> >> #SSLRandomSeed startup builtin >> #SSLRandomSeed connect builtin >> SSLRandomSeed startup fi

Re: [users@httpd] Where are the step-by-step instructions for building apache 2.2.17 with LDAP authentication?

2011-03-18 Thread Jeff Trawick
On Fri, Mar 18, 2011 at 11:18 AM, Sam Theman wrote: > but after I build openldap with the special openssl, how do I point > apache to use it rather than the system openssl? run srclib/apr-util/configure --help | grep ldap --with-ldap-include=path path to ldap include files with trailing sl

Re: [users@httpd] Where are the step-by-step instructions for building apache 2.2.17 with LDAP authentication?

2011-03-18 Thread Jeff Trawick
On Fri, Mar 18, 2011 at 9:29 AM, Sam Theman wrote: > Hello, > > Can anyone point me to some step-by-step directions on how to build apache > 2.2.17 with openldap I am on Red Hat 4  2.6.9-89.35.1.ELsmp > > Do I need to install openldap? your build apparently found the system OpenLDAP my guess

Re: [users@httpd] Question about Apache feature - Headers are concatenated with comma (mod_proxy and also with mod_weblogic)

2011-03-11 Thread Jeff Trawick
On Fri, Mar 11, 2011 at 8:11 AM, Margus Pärt wrote: > Apache seems to do the following trick with headers: > > > Connection goes in: > GET / HTTP/1.0 > Cookie: name=Value > Cookie: name2=Value;name3=Value > ... > > But is forwarded to backend so: > GET / HTTP/1.0 > Cookie: name=Value,name2=Value;n

Re: [users@httpd] Slow performance of Apache on Windows

2011-03-09 Thread Jeff Trawick
On Wed, Mar 9, 2011 at 5:19 PM, Feldhacker, Chris wrote: > -Original Message- > From: Jeff Trawick [mailto:traw...@gmail.com] > Sent: Wednesday, March 09, 2011 4:05 PM > To: users@httpd.apache.org > Subject: Re: [users@httpd] Slow performance of Apache on Windows > >

Re: [users@httpd] Slow performance of Apache on Windows

2011-03-09 Thread Jeff Trawick
On Wed, Mar 9, 2011 at 4:15 PM, Feldhacker, Chris wrote: > Summary: > Apache HTTP Server 2.2.17 running on Windows Server 2003 & 2008 has slight > HTTP transfer performance problems with Windows XP clients, and *extreme* > performance problems with Windows 7 clients. > Apache HTTP Server running

Re: [users@httpd] Got warnings while installing Apache2.2.8

2011-03-01 Thread Jeff Trawick
gt; On Tue, Mar 1, 2011 at 5:09 PM, Jeff Trawick wrote: >> >> On Tue, Mar 1, 2011 at 6:25 AM, Vivek Thite-Patil >> wrote: >> > Hi , >> > >> >  When I installed "Apache2.2.8", I used the following commands. >> > >> > CC="/

Re: [users@httpd] Got warnings while installing Apache2.2.8

2011-03-01 Thread Jeff Trawick
On Tue, Mar 1, 2011 at 6:25 AM, Vivek Thite-Patil wrote: > Hi , > >  When I installed "Apache2.2.8", I used the following commands. > > CC="/opt/solstudio12.2/bin/cc" > CFLAGS="-xtarget=generic -m64 -xO4" > CXX="CC" > CXXFLAGS="-xtarget=generic -m64 -xO4 " > LDFLAGS="-L/usr/lib/64 -R/usr/lib/64" >

Re: [users@httpd] Apache Randomly Dropping POST Data

2011-02-23 Thread Jeff Trawick
ngs which isn't too hard to do and could at the very least rule out one possibility. > > On Wed, Feb 23, 2011 at 2:43 PM, Jeff Trawick wrote: >> On Wed, Feb 23, 2011 at 5:23 PM, Ursa Polaris wrote: >> >>>   Hopefully that helps give more details and insight as

Re: [users@httpd] Apache Randomly Dropping POST Data

2011-02-23 Thread Jeff Trawick
On Wed, Feb 23, 2011 at 5:23 PM, Ursa Polaris wrote: >   Hopefully that helps give more details and insight as well. I'm > totally at a loss with this issue, but it's really bothering myself > and my users something fierce. =/ I'm hoping not to be forced to move > to nginx, but the lack of suppor

Re: [users@httpd] Apache Randomly Dropping POST Data

2011-02-23 Thread Jeff Trawick
On Wed, Feb 23, 2011 at 4:01 PM, Ursa Polaris wrote: >   I guess I forgot to mention that we have verified using WireShark > that Chrome, Firefox and IE are all correctly sending the POST data > over the network in these cases. It's not a browser issue. that's great info (note that you have to be

Re: [users@httpd] Apache Randomly Dropping POST Data

2011-02-23 Thread Jeff Trawick
On Wed, Feb 23, 2011 at 1:51 PM, Eric Covener wrote: > On Wed, Feb 23, 2011 at 1:18 PM, Ursa Polaris wrote: >>   So I have had my Apache 2.2 server randomly dropping POST data (all >> or nothing, it doesn't just drop bits or pieces) > > Doesn't IE sometimes forget to send the POST data when it re

Re: [users@httpd] 64 Bit Apache httpd on Solaris

2011-02-11 Thread Jeff Trawick
On Fri, Feb 11, 2011 at 3:47 AM, Hendrik Schmieder wrote: > kevin.frisw...@callista.com.au schrieb: >> >> From: "William A. Rowe Jr." >> To: users@httpd.apache.org >> Date: 08/02/2011 11:25 AM >> Subject: Re: [users@httpd] 64 Bit Apache httpd on Solaris >>

Re: [users@httpd] Re: Core dump happens with Apache 2.2.15 using openssl 0.9.8n

2011-01-20 Thread Jeff Trawick
On Thu, Jan 20, 2011 at 12:54 PM, matty roland wrote: > Further to my problem mentioned below, I found possible flaw in Apache > 2.2.15, which is mentioned below: post to d...@httpd.apache.org now, or at least if a couple of days go by with no response, open a bug (issues.apache.org/bugzilla) so

Re: [us...@httpd] Reserve http slot for server-status?

2011-01-05 Thread Jeff Trawick
On Wed, Jan 5, 2011 at 5:35 PM, Michael Gale wrote: > Hello, > > > >     We pull http://server-name/server-status for information however on > occasion we have hit max clients and no open slots are available. > > > > Now usually this is caused by the failure of a backend service or DOS > attempts

Re: [us...@httpd] httpd on Windows -- can access UNC paths from service but not mapped drives

2010-12-03 Thread Jeff Trawick
running Apache httpd as a service, you must create a + separate account in order to access network resources, as described + above. + + On Fri, Dec 3, 2010 at 9:13 AM, Joost de Heer wrote: > On Fri, December 3, 2010 14:53, Jeff Trawick wrote: >> e.g., this works: >> >

[us...@httpd] httpd on Windows -- can access UNC paths from service but not mapped drives

2010-12-03 Thread Jeff Trawick
e.g., this works: Alias /something //machinename/directory and this doesn't: Alias /else z:/foo I see this question raised a number of times, but I don't see any definitive steps to resolve. Any hints? - The official User-To

Re: [us...@httpd] mod_fcgid ignoring both scores and process count

2010-11-22 Thread Jeff Trawick
2010/11/22 Honza Lefty Škoda : > On 22.11.2010 02:55, Jeff Trawick wrote:: >> 2010/11/21 Jeff Trawick : >>> 2010/11/21 Honza Lefty Škoda : >>>> On 21.11.2010 16:57, Jeff Trawick wrote:: >>>>> 2010/11/21 Honza Lefty Škoda : >>>>>>

Re: [us...@httpd] mod_fcgid ignoring both scores and process count

2010-11-21 Thread Jeff Trawick
2010/11/21 Jeff Trawick : > 2010/11/21 Honza Lefty Škoda : >> >> >> On 21.11.2010 16:57, Jeff Trawick wrote:: >>> 2010/11/21 Honza Lefty Škoda : >>>> I am running performance benchmarks with ab2 on my server and I >>>> discovered that

Re: [us...@httpd] mod_fcgid ignoring both scores and process count

2010-11-21 Thread Jeff Trawick
2010/11/21 Honza Lefty Škoda : > > > On 21.11.2010 16:57, Jeff Trawick wrote:: >> 2010/11/21 Honza Lefty Škoda : >>> I am running performance benchmarks with ab2 on my server and I >>> discovered that fcgid creates much more than FcgidMaxProcessesPerClass. >>

Re: [us...@httpd] Apache Startup Problems with mod_wsgi : Missing Symbols ap_cleanup_scoreboard and ap_accept_lock_mech

2010-11-21 Thread Jeff Trawick
symbol as well. Assuming this gets you to a working state: The root cause is that mod_wsgi is using symbols from httpd that are intentionally not exported. mod_wsgi devs should come chat at d...@httpd on the need for those symbols. > Regards, > Anurag > On Mon, Nov 22, 2010 at 2:36 AM,

Re: [us...@httpd] Apache Startup Problems with mod_wsgi : Missing Symbols ap_cleanup_scoreboard and ap_accept_lock_mech

2010-11-21 Thread Jeff Trawick
On Sun, Nov 21, 2010 at 3:22 PM, Anurag Chourasia wrote: > All, > I hope you could help me with a mod_wsgi load error upon startup of apache. > This is affecting one of our site Go Live and I would appreciate any help > offered in this regard. > The error upon startup of Apache is as follows > roo

Re: [us...@httpd] mod_fcgid ignoring both scores and process count

2010-11-21 Thread Jeff Trawick
2010/11/21 Honza Lefty Škoda : > I am running performance benchmarks with ab2 on my server and I > discovered that fcgid creates much more than FcgidMaxProcessesPerClass. > And if I make 15 concurrent requests fcgi starts 15 php processes at the > same time without worrying about FcgidSpawnScoreUpL

Re: [us...@httpd] Buffering of huge POSTs to CGI and alternatives

2010-11-15 Thread Jeff Trawick
On Mon, Nov 15, 2010 at 4:25 PM, William A. Rowe Jr. wrote: > On 11/15/2010 3:43 AM, Steven Simpson wrote: >> >> I intend to have a CGI program extract a form field and deliver this >> data to an external system, but the field in question is likely to be >> huge.  The server can't invoke the progr

Re: [us...@httpd] Buffering of huge POSTs to CGI and alternatives

2010-11-15 Thread Jeff Trawick
On Mon, Nov 15, 2010 at 4:43 AM, Steven Simpson wrote: > Hi, > > I intend to have a CGI program extract a form field and deliver this > data to an external system, but the field in question is likely to be > huge.  The server can't invoke the program until it knows the length of > the request body

Re: [us...@httpd] Please add timestamps to Apache Service Monitor

2010-11-10 Thread Jeff Trawick
On Fri, Nov 5, 2010 at 2:55 PM, Ken Winter wrote: > In the Apache Service Monitor for Windows, it would be helpful if the pane > that shows an action that has been performed (e.g. “The Apache2.2 service > has restarted”) would include a timestamp (e.g. “2010-11-05 12:41:27: The > Apache2.2 service

Re: [us...@httpd] Avoiding placing #!path/to/phpinterpreter

2010-11-09 Thread Jeff Trawick
On Tue, Nov 9, 2010 at 3:04 PM, Axel Gallus wrote: > > I will read about it in the documentation, but maybe you could give me > an example right off the bat? something like # or other type of container AddHandler runphp .cgi Action runphp /cgi-bin/php-cgi with that relative path o

Re: [us...@httpd] Buffering I/O for (Fast)CGI

2010-11-05 Thread Jeff Trawick
On Fri, Nov 5, 2010 at 9:36 AM, YorHel wrote: > Hello, > > I am considering migrating my sites from Lighttpd to Apache. And while > migrating the configuration went fine on my test server (using > mod_fcgid), there's one problem I have been unable to solve. > > Lighttpd buffers the entire HTTP req

Re: [us...@httpd] mod_fcgid: fcgid processes serving static content as well

2010-10-30 Thread Jeff Trawick
2010/10/30 Honza Lefty Škoda : > On 29.10.2010 19:08, Jeff Trawick wrote: >> 2010/10/28 Honza Lefty Škoda : >>> Hi! >>> >>> I use mod_fcgid & suexec for safe execution of php scripts. I've >>> recently tested the performance of fcgid >>&g

Re: [us...@httpd] Issues with mod_fcgid and multi-threaded FastCGI application

2010-10-29 Thread Jeff Trawick
On Mon, Aug 30, 2010 at 5:53 PM, Brett Gmoser wrote: > Hello all, > > I'm looking to migrate from my current mod_fastcgi configuration to > mod_fcgid.  Since my FastCGI server (the application I write) is a big large > and unwieldy, currently I use mod_fastcgi to spawn five instances of my > serve

Re: [us...@httpd] switching from mod_fastcgi to mod_fcgid

2010-10-29 Thread Jeff Trawick
On Thu, Oct 7, 2010 at 8:07 AM, Julien Cigar wrote: > I'm happy with mod_fastcgi in fact, but ~once a month I have to restart > Apache because it doesn't respond to requests anymore (I get a "The > connection was reset" in my browser) ... and I suspect that mod_fastcgi > *could* be the cause of th

Re: [us...@httpd] mod_fcgid: fcgid processes serving static content as well

2010-10-29 Thread Jeff Trawick
2010/10/28 Honza Lefty Škoda : > Hi! > > I use mod_fcgid & suexec for safe execution of php scripts. I've > recently tested the performance of fcgid > and found out that when i request static page (.html or .css) > fcgi process is spawned (if doesn't exist yet) unexpected >

Re: [us...@httpd] Integration with apache 2.2.15 with glassfish

2010-10-19 Thread Jeff Trawick
On Tue, Oct 19, 2010 at 5:57 AM, Nasir Zia wrote: > Hi, > > Can I integrate apache with glassfish using mod_proxy_ajp same like > integration of apache with tomcat. There are probably some blogs on this, or ask the GF folks if nobody responds here with more details. (At least with GF < 3 you nee

Re: [us...@httpd] How to enable mod_fcgid ?

2010-10-18 Thread Jeff Trawick
On Mon, Oct 18, 2010 at 7:07 AM, Eskedar kefialew wrote: > Hi all, > > > I've compiled and installed mod_fcgid from sources >> How can I enable this module so that Apache will make use of it? as with any module you build in that manner: LoadModule fcgid_module modules/mod_fcgid.so (path to mod_f

Re: [us...@httpd] switching from mod_fastcgi to mod_fcgid

2010-10-07 Thread Jeff Trawick
On Thu, Oct 7, 2010 at 6:42 AM, Julien Cigar wrote: > Hello, > > I would like to switch from mod_fastcgi to mod_fcgid. > In my current configuration I have something like: > > -%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%-%- > > jci...@bebif cgi-bin % pwd > /usr/local/www/apache22/cgi-bin >

Re: [us...@httpd] Apache mod-jk log rotate issue

2010-09-13 Thread Jeff Trawick
On Mon, Sep 13, 2010 at 8:28 AM, Garg, Saman wrote: > Thanks Jeff for your reply. > Is apache expected to not create new mod-jk log right on restart? Shouldn't > it create file with 0 bytes on restart even if there is nothing to write at > restart? > that's not how rotatelogs works e.g., if you

Re: [us...@httpd] Apache mod-jk log rotate issue

2010-09-13 Thread Jeff Trawick
On Mon, Sep 13, 2010 at 7:14 AM, Garg, Saman wrote: > Hi All, > > I am trying to implement apache mod-jk logrotate using apache > "rotatelogs" program. Below is the entry that I have made in mod-jk > config file where and values are correctly > specified. > > > JkLo

Re: [us...@httpd] Ssl front end proxy and Segmentation fault (11)

2010-09-08 Thread Jeff Trawick
On Tue, Sep 7, 2010 at 10:03 PM, Jason Pyeron wrote: > I am trying to reverse proxy client certs, here is the config snipit: > > RequestHeader set Front-End-Https "On" > CacheDisable * > SSLProxyEngine On > ProxyPass /test https://192.168.10.193/test > ProxyPassReverse /test https://192.168.10.19

Re: [us...@httpd] What IP address is this log entry coming from? (Is "::" a valid IP address?)

2010-09-02 Thread Jeff Trawick
On Thu, Sep 2, 2010 at 5:40 PM, J. Greenlees wrote: > Jeff Trawick wrote: > ~snip~ > > %a is supposed to be an IP address, so what IP address is "::"? I'm only >>>> somewhat familiar with IPv6 but I've never seen "::" before. >&

Re: [us...@httpd] What IP address is this log entry coming from? (Is "::" a valid IP address?)

2010-09-02 Thread Jeff Trawick
On Thu, Sep 2, 2010 at 3:03 PM, Apache Issues wrote: > That won't work. I can't even get results from 'ps aux' to get a pid, SSH > is super laggy (I can type maybe one character every 4 or 5 seconds - if I'm > that lucky), and most commands never complete. > > The hardware has been tested and is

Re: [us...@httpd] What IP address is this log entry coming from? (Is "::" a valid IP address?)

2010-09-02 Thread Jeff Trawick
On Thu, Sep 2, 2010 at 2:24 PM, Apache Issues wrote: > Our server just went nuts again. And again "::" shows up in the logs right > around the moment it started chugging 100% CPU. Help! > attach to the high CPU httpd process with a debugger and get backtraces see http://httpd.apache.org/dev/de

Re: [us...@httpd] What IP address is this log entry coming from? (Is "::" a valid IP address?)

2010-09-02 Thread Jeff Trawick
On Wed, Sep 1, 2010 at 11:12 AM, Tom Evans wrote: > On Tue, Aug 31, 2010 at 12:00 AM, Apache Issues > wrote: > > I'm using: > > > > CustomLog "/var/log/apache2/access_log" "%a %l %u %t \"%r\" %>s %b > > \"%{Referer}i\"" > > > > And I occasionally see this right around the time the CPU starts run

Re: [us...@httpd] linux multithreaded mpm question

2010-08-20 Thread Jeff Trawick
2010/8/20 XorMultiPleXus > > the worker mpm is a hybrid mpm, that is multi process multi threaded. I've > played with it a little, and configured it to run only one process with 100 > threads - just for the test. But the result did not work properly. > it should/can/has-for-a-long-time; what was

Re: [us...@httpd] segmentation fault at ap_mpm_pod_check at read

2010-08-17 Thread Jeff Trawick
On Tue, Aug 17, 2010 at 10:40 AM, Brad Lira wrote: > I am getting segmentation fault at ap_mpm_pod_check at pod.c : 54 function > rc = read(fd, &c, 1); no, the crash is happening on some other thread; the main thread is asleep in the kernel, waiting for data on a pipe check the other threads

Re: [us...@httpd] 32bit module on 64bit Apache

2010-08-10 Thread Jeff Trawick
On Tue, Aug 10, 2010 at 9:24 AM, Martin Hasicek wrote: > Hi, > > is there any way how to load 32bit module to 64bit httpd 2.2? no - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apac

Re: [us...@httpd] Apache 2.2.16

2010-08-06 Thread Jeff Trawick
On Fri, Aug 6, 2010 at 10:57 AM, wrote: > > Hello, > > I've recently upgraded to 2.2.16 and am encountering some issues. I've > noticed the addition of SSLFIPS, however, I did not see any mention of this > in the release notes. I did, however, see mention of it in the release notes > for 2.3.6

Re: [us...@httpd] Apache/Perl CGI intermittent missing POST data

2010-08-06 Thread Jeff Trawick
On Fri, Aug 6, 2010 at 2:50 AM, Timothy Partee wrote: >   Basically what's happening is I have a small horde of Perl (not > mod_perl, just plain Perl) scripts which use the CGI.pm module to > parse out incoming CGI parameters and cookies, and about 2% of the > time when I get the POST data params

Re: [us...@httpd] fastcgi

2010-07-16 Thread Jeff Trawick
On Thu, Jul 15, 2010 at 6:47 PM, wrote: > Hi, > > I fellow instruction to install mod_fcgid-2.3.5, but how can I know > fastcgi is running instead of cgi? 1 or more of the following: a. set LogLevel to Debug and watch a fair amount of noise from mod_fcgid when handling requests b. your script p

Re: [us...@httpd] mod_proxy: ProxyPass max parameter has no effect

2010-07-15 Thread Jeff Trawick
On Thu, Jul 15, 2010 at 2:26 PM, Alessandro Vernet wrote: > Jeff, > > On Thu, Jul 15, 2010 at 10:53 AM, Jeff Trawick wrote: >> AFAIK the only thing you can do with prefork to avoid overrunning the >> backend is to set MaxClients no higher than the maximum number of >>

Re: [us...@httpd] mod_proxy: ProxyPass max parameter has no effect

2010-07-15 Thread Jeff Trawick
On Thu, Jul 15, 2010 at 12:46 PM, Alessandro Vernet wrote: > Jeff, > > On Thu, Jul 15, 2010 at 5:53 AM, Jeff Trawick wrote: >>> Does this sound about right? >> >> worker or event >> ThreadsPerChild == MaxClients (and may as well set ServerLimit to 1) >>

Re: [us...@httpd] what does 0 mean of serving time

2010-07-15 Thread Jeff Trawick
s under 1000µs goes to > 0µs into log file by chance? no idea what you are encountering I just tried %D with built-in httpd on CentOS 5.4 on VMWare on Windows 7 and saw requests in the 3-400 microsecond range, seemingly with microsecond resolution. > > On Thu, Jul 15, 2010 at 12:20 AM, J

<    1   2   3   4   >