[users@httpd] Rewrite Rule Configuration

2015-04-28 Thread Pablo Alfaro
s a redirect to public and any access to Intranet seems to be served by it. For example /Intranet/lalala gets translated to /Intranet/public/ and Intranet/public/lalala gets translated to /Intranet/public/public/ and Firefox warns of an infinite redirection. Does anybody know what I'm doing wrong?

Re: [users@httpd] Apache 2.4 optimisation for a virtual server with low resources.

2014-08-11 Thread Pablo Garcia Melga
Robin, I haven't tested on 2.4, but done many times on 2.2 and 1.3, I would compile it myself, just using the mods you need, and after that I would stripe the symbols to make the binary even smaller. Hope it helps Regards, Pablo On Mon, Aug 11, 2014 at 7:42 PM, Robin de Haan wrote:

Re: [users@httpd] Help troubleshooting performance issue, after "1000 total children" Apache no longer responds to HTTP requests. Not MaxClients issue?

2012-05-03 Thread Pablo Armando
What about the number of open file descriptors ?? On 05/03/2012 01:33 PM, Tom Evans wrote: On Mon, Apr 30, 2012 at 4:20 PM, P J wrote: The fact that your issue seems to happen when you go above 1024 clients - a magic number - suggests that it may be something programatically wrong. Hope

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

2012-04-19 Thread Pablo Armando
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 ." bytes_count CustomLog domlogs/example.com-bytes_log bytes_count - In

Re: [users@httpd] mod_fcgid 2.3.6 causes Apache 2.4.1 not to start with undefined symbol: ap_unixd_setup_child message

2012-03-21 Thread Pablo
Sorry, but I have not tried to compile the module for Apache 2.4.1.I'm waiting for a stable version of the module. I guess the SVN version was good, but did not. :( On 03/21/2012 01:33 PM, Richard Westebbe wrote: Hi Pablo, thank you for your answer! :-) I guess you refer to your

Re: [users@httpd] mod_fcgid 2.3.6 causes Apache 2.4.1 not to start with undefined symbol: ap_unixd_setup_child message

2012-03-21 Thread Pablo
Please see this URL: https://mail-archives.apache.org/mod_mbox/httpd-users/201203.mbox/browser On 03/21/2012 12:40 PM, Richard Westebbe wrote: Hello, I'm building several RPM's for CentOS 6.2 to get an LAMP environment with Apache 2.4.1 to work. With mod_fcgid I've got a strange problem I

[users@httpd] mod_fcgid 2.3.6 not loading with Apache 2.4

2012-03-20 Thread Pablo
Hello, I have compiled Apache 2.4.1 with mod_fcgid-2.3.6 under CenOS 5.6 without problem (latest versions on website). After installation (make install) i try to load mod_fcgid from this line in httpd.conf: LoadModule fcgid_module modules/mod_fcgid.so After this, I run the command '.

Re: [users@httpd] mod_rewrite does not change URL in browser

2011-04-15 Thread Pablo Garcia Melga
Jeff, from your log you seem to be requesting /oldsite, but in your rewrite rule you specify that only requests that ends with .html will be taken into consideration. a request to /oldsite/index.html should work. Regards, Pablo On Fri, Apr 15, 2011 at 2:46 PM, Jeff Shearer wrote: > Thanks E

Re: [us...@httpd] High load apache

2010-09-14 Thread Pablo Garcia Melga
Also, if you really want to load-test your application, then you should consider a more complex test, using jmeter or some other testing tool, where you can create random waits and other test artifacts. Regards, Pablo On Tue, Sep 14, 2010 at 5:22 PM, Paras pradhan wrote: > Just confirmed tha

Re: [us...@httpd] High load apache

2010-09-14 Thread Pablo Garcia Melga
I'm not familiar with Horde, does it run against a database server ?, based on the information you provided, there's seems to be something else preventing the apache to serve the requests on time. On Tue, Sep 14, 2010 at 2:19 PM, Paras pradhan wrote: > Pablo, > Here the o/p: >

Re: [us...@httpd] High load apache

2010-09-13 Thread Pablo Garcia Melga
Paras, have you checked the OS counters ?, is this completely CPU bound ? would you post a "vmstat 2" run during the ab testing ? Regards, Pablo On Mon, Sep 13, 2010 at 7:28 PM, Paras pradhan wrote: > I got almost the same result as yours with a small test php script. But with >

Re: [us...@httpd] Unable to conditionally set cache-control

2010-06-08 Thread Pablo Garcia Melga
Is the home.html an actual file or a Rewrite rule ? Do you have the same problem with other files ? .js or .css ? On Mon, Jun 7, 2010 at 9:05 PM, wrote: > Please excuse my query as I’m new to apache and open source in general. > I’m attempting to set the cache-control to no-cache by using the f

Re: [us...@httpd] Header modification problem with mod_rewrite, mod_headers and PHP

2010-05-20 Thread Pablo Garcia Melga
Sent from my phone > > On May 19, 2010 11:42 PM, "Pablo Garcia Melga" wrote: > > Hello, > >  I'm struggling with a configuration that doesn't seems to work > I have an httpd 2.2.15 running on RHEL 5.3 loaded with mod_rewrite, > mod_headers, mod_expires

[us...@httpd] Header modification problem with mod_rewrite, mod_headers and PHP

2010-05-19 Thread Pablo Garcia Melga
onse, but doesn't remove the no-cache, Expires and Pragma headers. Any ideas ? Regards, Pablo - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for mo

[EMAIL PROTECTED] Re: mod_auth_ldap

2008-10-30 Thread Juan Pablo Roig
possible. > > > > > From: Juan Pablo Roig [mailto:[EMAIL PROTECTED] > Sent: Monday, October 27, 2008 10:05 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] mod_auth_ldap > > > Hi everyone!! > I am using this modue to

[EMAIL PROTECTED] mod_auth_ldap

2008-10-27 Thread Juan Pablo Roig
Hi everyone!! I am using this modue to auth the users thru an LDAP server, but know i have more users in another LDAP server for another domain, does anyone knows how to do this? This is my config now: Options Indexes FollowSymLinks AllowOverride None