Re: [us...@httpd] Ownership doesnt work on Webroot

2010-09-01 Thread James Corteciano
On Wed, Sep 1, 2010 at 7:22 PM, Eric Covener wrote: > On Wed, Sep 1, 2010 at 3:19 AM, James Corteciano > wrote: > > Hi, > > I have this webroot /webdir/ with 2775 permission so that any created > > file/directory by apache inside of /webdir/ will be 'apache:webusers'. > > However, I noticed when

Re: [us...@httpd] Apache22

2010-09-01 Thread Jorge Medina
http://dan.drydog.com/apache2php.html On Wed, Sep 1, 2010 at 4:39 PM, Silvio Siefke wrote: > Hello, > > > how can i make Apache + PHP with fastcgi? I have read for virtual host, > but how can i set it up for complete? > > > Can someone help? > > > > Silvio > >

Re: [us...@httpd] Can't load driver file apr_dbd_mysql.so

2010-09-01 Thread Nick Kew
On 1 Sep 2010, at 23:03, Steve Whitson wrote: > I did notice that this version of mysql is 4.0. I want to be using 5.0 but > the libmysqlclient_r library isn't available in this installation. As I had > mentioned, I do have an apache 2.2.9 working using the mysql 4.0 version > client. Is it

Re: [us...@httpd] Can't load driver file apr_dbd_mysql.so

2010-09-01 Thread Steve Whitson
Still no luck... I added the path /usr/sfw/lib to the envvars LD_LIBRARY_PATH, I had also tried adding to my path before launching. I did notice that this version of mysql is 4.0. I want to be using 5.0 but the libmysqlclient_r library isn't available in this installation. As I had mentione

Re: [us...@httpd] Issue with APR APIs

2010-09-01 Thread William A. Rowe Jr.
On 9/1/2010 6:12 AM, Pravesh Rai wrote: > Hi, > > Observed that, if we use following set of functions: > > subrequest = ap_sub_req_lookup_uri( webapp->sChpUrl, r, r->output_filters ); > ap_run_sub_req( subrequest ); > ap_rflush( subrequest ); > ap_destroy_sub_req( subrequest ); > > in a thread

Re: [us...@httpd] Can't load driver file apr_dbd_mysql.so

2010-09-01 Thread Nick Kew
On Wed, 01 Sep 2010 14:57:37 -0500 Steve Whitson wrote: > ldd informs me that libmysqlclient is linked in at the following path: > /usr/sfw/lib/libmysqlclient_r.so.12 > > I've never tried loading the library explicitly, I see what that > does odd that the 'working' apache installati

[us...@httpd] Apache22

2010-09-01 Thread Silvio Siefke
Hello, how can i make Apache + PHP with fastcgi? I have read for virtual host, but how can i set it up for complete? Can someone help? Silvio - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [us...@httpd] are you using mod_rewrite?

2010-09-01 Thread Michael Cole
Hi Lance, Yes, I have mod_rewrite enabled, but my application doesn't require it. I'll disable it and see if that helps. When I configure the app to use http, instead of https, the issue goes away, even through mod_ssl is still enabled. This makes me think mod_ssl is part of the issue. I'm gett

Re: [us...@httpd] Can't load driver file apr_dbd_mysql.so

2010-09-01 Thread Steve Whitson
ldd informs me that libmysqlclient is linked in at the following path: /usr/sfw/lib/libmysqlclient_r.so.12 I've never tried loading the library explicitly, I see what that does odd that the 'working' apache installation has the same module with the same dependencies (libmysqlclient) a

Re: [us...@httpd] Slow Responses Under Low Load

2010-09-01 Thread Eric Covener
On Wed, Sep 1, 2010 at 3:46 PM, Travis Whitton wrote: > Pretty sure we're hitting up against a concurrency problem. I can > reproduce the issue on a machine that's not in production with very > similar specs by running ab (apache bench) on three hefty client > machines with concurrency set to 1,00

Re: [us...@httpd] Slow Responses Under Low Load

2010-09-01 Thread Travis Whitton
Pretty sure we're hitting up against a concurrency problem. I can reproduce the issue on a machine that's not in production with very similar specs by running ab (apache bench) on three hefty client machines with concurrency set to 1,000 on each machine. Doing some tests serving static content, I c

Re: [us...@httpd] Can't load driver file apr_dbd_mysql.so

2010-09-01 Thread Nick Kew
On Wed, 01 Sep 2010 10:27:20 -0500 Steve Whitson wrote: > I get the following error: > Can't load driver file apr_dbd_mysql.so > > The driver file built ok using the configure directives > --with-mysql=/usr/local --with-included-apr > > Here they are: > ./lib/apr-util-1/apr_dbd_mysql

Re: [us...@httpd] apache restart

2010-09-01 Thread Eric Covener
On Wed, Sep 1, 2010 at 6:52 AM, Lance wrote: > I should note that restarting apache seems to fix the problem. > It's the only solution i've come up with. > If you consider restarting a solution. > Surely something else must be going on. > > Lance, Are you hitting "reply" in your mail client, or c

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

2010-09-01 Thread Apache Issues
Okay... That makes it rather difficult to track down a solution. Any theory as to why this occurs/how this can occur would be quite helpful. From: Tom Evans To: users@httpd.apache.org Sent: Wed, September 1, 2010 8:12:23 AM Subject: Re: [us...@httpd] Wha

[us...@httpd] Re: Intermittent "Request header field is missing ':' separator." on https

2010-09-01 Thread Lance
I've seen this exact same issue. Similar setup. I too am using Ubuntu 10.04 / Apache / Go Daddy Cert. Restarting Apache is the only solution I've come up with. Are you also running mod_rewrite. I had a suspicion that mod_rewrite might be the culprit but if you've narrowed it down to mod_ss

[us...@httpd] Can't load driver file apr_dbd_mysql.so

2010-09-01 Thread Steve Whitson
Hi, I have a freshly built apache server v2.2.16 (exact same error on a fresh 2.2.10 too). When I add the config directive DBDriver mysql I get the following error: Can't load driver file apr_dbd_mysql.so The driver file built ok using the configure directives --with-mysql=/usr

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

2010-09-01 Thread Tom Evans
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 running at > 100%: > > :: - - [27/Aug/2010:12:28:01 -0700] "GET /favico

Re: [us...@httpd] Issue with APR APIs

2010-09-01 Thread Nick Kew
On Wed, 1 Sep 2010 16:42:13 +0530 Pravesh Rai wrote: > Hi, > > Observed that, if we use following set of functions: > > subrequest = ap_sub_req_lookup_uri( webapp->sChpUrl, r, r->output_filters ); > ap_run_sub_req( subrequest ); > ap_rflush( subrequest ); > ap_destroy_sub_req( subrequest ); >

Re: [us...@httpd] Ownership doesnt work on Webroot

2010-09-01 Thread Eric Covener
On Wed, Sep 1, 2010 at 3:19 AM, James Corteciano wrote: > Hi, > I have this webroot /webdir/ with 2775 permission so that any created > file/directory by apache inside of /webdir/ will be 'apache:webusers'. > However, I noticed when the apache created a new files (fileB) / directories > (dirB), th

[us...@httpd] Issue with APR APIs

2010-09-01 Thread Pravesh Rai
Hi, Observed that, if we use following set of functions: subrequest = ap_sub_req_lookup_uri( webapp->sChpUrl, r, r->output_filters ); ap_run_sub_req( subrequest ); ap_rflush( subrequest ); ap_destroy_sub_req( subrequest ); in a thread [using CreateThread() on Windows OS], every execution of thes

[us...@httpd] apache restart

2010-09-01 Thread Lance
I should note that restarting apache seems to fix the problem. It's the only solution i've come up with. If you consider restarting a solution. Surely something else must be going on. - The official User-To-User support fo

[us...@httpd] are you using mod_rewrite?

2010-09-01 Thread Lance
I’ve seen this same issue. I thought the issue might be related to mod_rewrite. To your knowledge, are you using mod_rewrite to redirect urls? If not then SSL must be the root cause as I’m using both. I’ve been chasing this bug for nearly 6 months now. Lance -

Re: [us...@httpd] sticky_session doesn't work

2010-09-01 Thread Rainer Jung
On 01.09.2010 08:24, 王科选 wrote: Hi, I'm using Apache/2.2.16 (Win32) mod_jk/1.2.30 , and had set the sticky_session=1, but it doesn't work! will someone help me please, thanks! Here is the workers.properties: worker.list = balancer,status worker.tomcat1.port=8010 worker.tomcat1.host=10.3.1.

[us...@httpd] Re: Ownership doesnt work on Webroot

2010-09-01 Thread James Corteciano
Sorry, users:webusers instead of apache:webusers. On Wed, Sep 1, 2010 at 3:19 PM, James Corteciano wrote: > Hi, > > I have this webroot /webdir/ with 2775 permission so that any created > file/directory by apache inside of /webdir/ will be 'apache:webusers'. > However, I noticed when the apache c

[us...@httpd] Ownership doesnt work on Webroot

2010-09-01 Thread James Corteciano
Hi, I have this webroot /webdir/ with 2775 permission so that any created file/directory by apache inside of /webdir/ will be 'apache:webusers'. However, I noticed when the apache created a new files (fileB) / directories (dirB), the ownership becomes 'apache:apache' and the sticky bit has gone fo