Re: [users@httpd] Building apr_dbd_mysql

2011-04-25 Thread Nick Kew
On 26 Apr 2011, at 01:24, Jon Drukman wrote: > What is the trick to get apache to build and install apr_dbd_mysql when > compiling from source? I've manually cd'd into srclib/apr-util and manually > run > ./configure --with-mysql; make; make install > > but it's not actually putting the > DBD d

[users@httpd] Building apr_dbd_mysql

2011-04-25 Thread Jon Drukman
What is the trick to get apache to build and install apr_dbd_mysql when compiling from source? I've manually cd'd into srclib/apr-util and manually run ./configure --with-mysql; make; make install but it's not actually putting the DBD driver somewhere where apache can use it. I manually copied t

Re: [users@httpd] Apache Debugging Symbols

2011-04-25 Thread Eric Covener
On Mon, Apr 25, 2011 at 5:42 PM, Stevie wrote: > Hello. I am trying to debug segmentation fault errors on my Ubuntu 10.04 x64 > server running Apache 2.2.14. I've enabled core dumps as per the > instructions in /usr/share/doc/apache2.2-common/REAMDE.backtrace. When > loading gdb I receive errors a

RE: [users@httpd] internal redirect

2011-04-25 Thread Anthony.Brown
So I finally got this legacy web client to run my services successfully by the following line of reasoning: If he is hardcoded to POST to http://mydomain:myport/WebService with no trailing slash, then I created a file in my htdocs directory named WebService.php and used the Rewriting Engine as fo

[users@httpd] Apache Debugging Symbols

2011-04-25 Thread Stevie
Hello. I am trying to debug segmentation fault errors on my Ubuntu 10.04 x64 server running Apache 2.2.14. I've enabled core dumps as per the instructions in /usr/share/doc/apache2.2-common/REAMDE.backtrace. When loading gdb I receive errors about not being able to load debug symbols. The afore

RE: [users@httpd] reverse proxy and liferay

2011-04-25 Thread Jorge Infante Osorio
-Mensaje original- De: Jorge Infante Osorio [mailto:jorg...@uci.cu] Enviado el: lunes, 25 de abril de 2011 9:30 Para: users@httpd.apache.org Asunto: RE: [users@httpd] reverse proxy and liferay -Mensaje original- De: Jason Pyeron [mailto:jpye...@pdinc.us] Enviado el: domingo, 24

[users@httpd] Redirect from Apache HTTP to Apache Tomcat and SSO

2011-04-25 Thread Joao Morgado
Hi all, I'm using Apache http to redirect requests to Apache Tomcat. This happens using mod_jk and mod_auth_sspi (for Single Sign On purpose). This setup is used to send all requests (for two specific applications) to Apache Tomcat and because when requests are made to a specific application (li

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

2011-04-25 Thread Jeff Trawick
On Mon, Apr 25, 2011 at 10:50 AM, Harsimranjit singh Kler wrote: > Hi Jeff > > Thanks for update .I have gone through that Doc. > > Above configurations working for me Still i have some specific > questions..:-) > 1)Is it good to increase min\maxSparethread for increasing response time? see if th

Re: [users@httpd] 'last' rewrite rule config

2011-04-25 Thread Shantanu Pavgi
On Apr 25, 2011, at 4:25 AM, Björn Zettergren wrote: > On 04/25/2011 08:25 AM, Shantanu Pavgi wrote: >> I have following set of rewrite rules in the apache config. >> >> {{{ >> RewriteRule ^robots.txt /var/www/robots.txt [L] >> RewriteCond /var/www/trac/$1 !-d >> Re

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

2011-04-25 Thread Harsimranjit singh Kler
Hi Jeff Thanks for update .I have gone through that Doc. Above configurations working for me Still i have some specific questions..:-) 1)Is it good to increase min\maxSparethread for increasing response time? And what should MaxRequestsPerChild? 2)AJP ports should different for all tomcat worker

RE: [users@httpd] reverse proxy and liferay

2011-04-25 Thread Jorge Infante Osorio
-Mensaje original- De: Jason Pyeron [mailto:jpye...@pdinc.us] Enviado el: domingo, 24 de abril de 2011 23:51 Para: users@httpd.apache.org Asunto: RE: [users@httpd] reverse proxy and liferay > -Original Message- > From: Jorge Infante Osorio > Sent: Sunday, April 24, 2011 19:03 > T

Re: [users@httpd] 'last' rewrite rule config

2011-04-25 Thread Björn Zettergren
On 04/25/2011 08:25 AM, Shantanu Pavgi wrote: I have following set of rewrite rules in the apache config. {{{ RewriteRule ^robots.txt /var/www/robots.txt [L] RewriteCond /var/www/trac/$1 !-d RewriteRule ^/([[:alnum:]\-]+)(/?.*)/index.html [L] Hi, Add a sla