Re: [us...@httpd] Javascript freeze up Apache on Windows

2008-12-26 Thread atongprasith
There is no extra AV,firewall, just the Windows firewall. Even if it's one of these things, it shouldn't freeze up the whole process. I already tried Win32DisableAcceptEX. It helps but Apache become bloated and unstable. If I hit F5 (refresh) fast enough, I can make its memory go up 10-20MB/s.

Re: [us...@httpd] Javascript freeze up Apache on Windows

2008-12-26 Thread Eric Covener
On Fri, Dec 26, 2008 at 6:48 AM, atongpras...@yahoo.com wrote: There is no extra AV,firewall, just the Windows firewall. Even if it's one of these things, it shouldn't freeze up the whole process. Can you get a backtrace? I already tried Win32DisableAcceptEX. It helps but Apache become

Re: [us...@httpd] Apache Autocaching static HTML pages

2008-12-26 Thread Eric Covener
On Fri, Dec 26, 2008 at 12:19 PM, Tyler Kocheran rfkroc...@gmail.com wrote: I confirmed this by viewing the source of the pages to see if anything has changed: nothing has. Are you convinced it's not your browser cache? Can you get stale data with a command-line client? Try EnableSendfile off?

Re: [us...@httpd] Apache Autocaching static HTML pages

2008-12-26 Thread Tyler Kocheran
Eek! Sorry for posting this, I posted too soon. My development environment was supposed to deploy my application to where I told it to, but it was screwing up a whole lot. It was missing files that had been touched and recognized those as unchanged. It even copied over some really weird completely

[us...@httpd] PHP (under httpd) reading a file outside DocumentRoot?

2008-12-26 Thread Jeff Weinberger
I don't know if this is an Apache (httpd) or a PHP issue (I suspect PHP, but I may be doing something wrong with mod_suexec), so I hope this is the right place to ask. I certainly appreciate any help anyone can offer! I am trying to get a PHP script to read a file that's outside the

Re: [us...@httpd] Two _default_, one for port 80 and another for port 443

2008-12-26 Thread Matus UHLAR - fantomas
David BERCOT wrote: Is it possible to have two _defaut_ sections in apache2.conf, one for http and another for https ? On 23.12.08 16:16, Davide Bianchi wrote: Well, by definition, the first 'vhost' for port 80 is the default for port 80 (http) and the first one for port 443 is the default

[us...@httpd] dbd syntax

2008-12-26 Thread ernst schoen-rene
I'm trying to get mod_dbd and mod_authn_dbd to work. Can someone please post an example of the correct syntax for the DBDParam statement to use with MySQL? The mod_dbd page says that it should be in this format: DBDParam host=localhost,user=userid,pass=password but the mod_authn_dbd uses this

Re: [us...@httpd] dbd syntax

2008-12-26 Thread Nick Kew
ernst schoen-rene wrote: I'm trying to get mod_dbd and mod_authn_dbd to work. What happened when you tried? Can someone please post an example of the correct syntax for the DBDParam statement to use with MySQL? The mod_dbd page says that it should be in this format: You seem to have

Re: [us...@httpd] dbd syntax

2008-12-26 Thread ernst schoen-rene
Ah, thanks. That's good to know. I still cannot get this damn thing to connect to the database, and I've been sticking bits of debug code in mod_dbd and apr-util to no avail. I use this: DPDParams host=localhost user=someuser pass=somepass but all I get in the error log is: [Fri Dec 26

Re: [us...@httpd] dbd syntax

2008-12-26 Thread Nick Kew
ernst schoen-rene wrote: Ah, thanks. That's good to know. I still cannot get this damn thing to connect to the database, and I've been sticking bits of debug code in mod_dbd and apr-util to no avail. I use this: DPDParams host=localhost user=someuser pass=somepass Don't you want to add a

Re: [us...@httpd] dbd syntax

2008-12-26 Thread ernst schoen-rene
I don't want a dbname param, because different servers ask different databases for passwords. However, it doesn't make a difference if I do add a dbname param. Also, I really only have limited skill in C and compiling and running the entire apache server under a debugger seems daunting. It

[us...@httpd] www.website.com returning an index listing, website.com not

2008-12-26 Thread Russell Bell
One of our web sites, http://birdchautauqua.org, returns the index page but http://www.birdchautauqua.org returns a listing of the index instead. They both point to the same files of course. Oddly, when I use Lynx instead of Firefox, Lynx returns a directory listing first but on refresh

Re: [us...@httpd] www.website.com returning an index listing, website.com not

2008-12-26 Thread Evan Platt
Both look fine to me in Firefox on XP... Russell Bell wrote: One of our web sites, http://birdchautauqua.org, returns the index page but http://www.birdchautauqua.org returns a listing of the index instead. They both point to the same files of course. Oddly, when I use Lynx instead of

Re: [us...@httpd] Javascript freeze up Apache on Windows

2008-12-26 Thread atongprasith
There is no extra AV,firewall, just the Windows firewall. Even if it's one of these things, it shouldn't freeze up the whole process. Can you get a backtrace? I don't know what you mean by backtrace. I tried traceroute back to client and it completed without problem.This problem is