Re: [EMAIL PROTECTED] apache 2 webserver tuning

2006-11-15 Thread Xuekun Hu
OK, to make it clearly, connection here is refering to TCP/IP connection. Apache server will keep the socket alive and such consume one thread/process. Sorry for my poor English, maybe I think "simultaneous session" make more sence? Thx, Xuekun On 11/15/06, Sean Conner <[EMAIL PROTECTED]> wrote:

Re: [EMAIL PROTECTED] Spoofing URLs in the address bar

2006-11-15 Thread Joshua Slive
On 11/15/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 11/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Is it possible to display a different URL than the actual site that the > browser is contacting in the address portion of a browser? I had thought > the only options for the URL were

[EMAIL PROTECTED] Re: couldn't release the lock ????

2006-11-15 Thread sharath reddy
On 11/15/06, sharath reddy <[EMAIL PROTECTED]> wrote:   Hi All,   I am using Apache version 2.0.55 on LINUX.   Compiled in modules:  core.c  mod_access.c  mod_auth.c  mod_include.c  mod_log_config.c  mod_env.c  mod_setenvif.c  mod_proxy.c  proxy_connect.c  proxy_ftp.c  proxy_http.c   prefork.c  h

[EMAIL PROTECTED] couldn't release the lock ????

2006-11-15 Thread sharath reddy
Hi All,   I am using Apache version 2.0.55 on LINUX. when ever Apache restarts with graceful option, the following errors are logging.what would be the problem for this behaviour?   [Wed Nov 15 13:33:34 2006] [notice] Graceful restart requested, doing restart[Wed Nov 15 13:33:34 2006] [warn] (22)In

Re: [EMAIL PROTECTED] Spoofing URLs in the address bar

2006-11-15 Thread Evan Platt
At 11:14 AM 11/15/2006, you wrote: Is it possible to display a different URL than the actual site that the browser is contacting in the address portion of a browser? I had thought the only options for the URL were either the actual site, or the proxy server site in the instance where you are u

Re: [EMAIL PROTECTED] Problem with POST method

2006-11-15 Thread Steve Swift
It is almost certainly an error to have the action of a form reference a static webpage. At a guess, you are settinng the action to the same static page that contained the form. That's bound to cause problems, not least of which would be confusion! Every that I've ever seen sets the action to a UR

Re: [EMAIL PROTECTED] Spoofing URLs in the address bar

2006-11-15 Thread Joshua Slive
On 11/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Is it possible to display a different URL than the actual site that the browser is contacting in the address portion of a browser? I had thought the only options for the URL were either the actual site, or the proxy server site in the ins

[EMAIL PROTECTED] Spoofing URLs in the address bar

2006-11-15 Thread [EMAIL PROTECTED]
Is it possible to display a different URL than the actual site that the browser is contacting in the address portion of a browser?  I had thought the only options for the URL were either the actual site, or the proxy server site in the instance where you are using a proxy.   I'm asking this as a s

[EMAIL PROTECTED] ApacheBench ... Send request failed!

2006-11-15 Thread Vincent Blondel
Hello, Maybe a stupid question but I get some problems by running ab into a jail machine on my FreeBSD-current 7.0 system with apache 2.0.59. Does somebody get an idea why I always get 'Send request failed!' when running ab. Thanks Vincent. --- [EMAIL PROTECTED] [/var/log] $ ab 172.16.66.55/ T

Re: [EMAIL PROTECTED] Free Web Benchmark...

2006-11-15 Thread Christiaan Lamprecht
Try httperf and autobench Christiaan On 11/15/06, Salvatore Cozzolongo <[EMAIL PROTECTED]> wrote: Are there open/free web server Benchmark? Do you know some? I just found commercial one... regards -- Salvatore Cozzolongo -

[EMAIL PROTECTED] Free Web Benchmark...

2006-11-15 Thread Salvatore Cozzolongo
Are there open/free web server Benchmark? Do you know some? I just found commercial one... regards -- Salvatore Cozzolongo - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.or

Re: [EMAIL PROTECTED] apache2.2 mysql authentifacation

2006-11-15 Thread Nick Kew
On Wed, 15 Nov 2006 10:51:43 +0100 security <[EMAIL PROTECTED]> wrote: > hello > i have apache2.2 and authn_dbd and dbd modules > when i start my apache2.2 i have an error message > > DBD: No driver for mysql > failed! Did you read INSTALL.MySQL ? -- Nick Kew Application Development with A

Re: [EMAIL PROTECTED] apr_proc_mutex_lock failed

2006-11-15 Thread Nick Kew
On Wed, 15 Nov 2006 18:31:45 +0800 "Wee Siang Yeap" <[EMAIL PROTECTED]> wrote: > Hi Guys, > I have tried everything I can (google, search the mail list archive, > etc.), but I still could not find an exact answer. Is that happening when you try to shutdown/restart, or at random? And to make a us

Re: [EMAIL PROTECTED] RewriteMap appending %0d to end of url

2006-11-15 Thread André Malo
* [EMAIL PROTECTED] wrote: > I'm attempting to use RewriteMap to do some complex url rewriting. The > problem I'm running into is that for some reason my urls end up with a > %0d appended to the end. I have searched the net for solutions and have > found several people with the same problem but

Re: AW: [EMAIL PROTECTED] Incompatibility Apache reverse proxy and Internet Explorer?

2006-11-15 Thread Spil Oss
Christian, Thanks for that! Seems to work! Hadn't been looking at the fact that we're using ssl on the connections... Kind regards, Spil On 14/11/06, Christian Gottschalch <[EMAIL PROTECTED]> wrote: using ssl in backend may be not a good idea, because it slows down everything, try BrowserMa

[EMAIL PROTECTED] apr_proc_mutex_lock failed

2006-11-15 Thread Wee Siang Yeap
Hi Guys, I have tried everything I can (google, search the mail list archive, etc.), but I still could not find an exact answer.   The problem I am facing is: [Wed Nov 15 08:52:55 2006] [emerg] (36)Identifier removed: apr_proc_mutex_lock failed. Attempting to shutdown process gracefully.[W

[EMAIL PROTECTED] apache2.2 mysql authentifacation

2006-11-15 Thread security
hello i have apache2.2 and authn_dbd and dbd modules when i start my apache2.2 i have an error message DBD: No driver for mysql failed! thanks a lot - The official User-To-User support forum of the Apache HTTP Server Project.

Re: [EMAIL PROTECTED] automatic reload of apache.conf

2006-11-15 Thread Neil A. Hillard
Hi, Alain Schoenmakers wrote: > I was wondering if apache has something like a auto reload > feature of it configuration. The following has happend : > > I edited my configuration (apache.conf) and altered the values > of MaxServers and keep-alive time. I saved the configuration but > DID NOT sta

[EMAIL PROTECTED] automatic reload of apache.conf

2006-11-15 Thread Alain Schoenmakers
Hi All, I was wondering if apache has something like a auto reload feature of it configuration. The following has happend : I edited my configuration (apache.conf) and altered the values of MaxServers and keep-alive time. I saved the configuration but DID NOT start and stop or restart the apache