Re: [EMAIL PROTECTED] Load Balancer

2008-09-01 Thread elsergio
Hi, /etc/apache2/lb_map: poolwww1|www2|www3|www4 And in a .htaccess file: RewriteEngine On RewriteMap servers rnd:/etc/apache2/lb_map RewriteRule ^(/blog.*)$ http://${servers:pool}.domain.com$1 [R,L] Can you explain me the last line? BR, Sergio -- View this message in context:

[EMAIL PROTECTED] Multi thread or Not multi thread processor

2008-09-01 Thread elsergio
Hi all, Which option is better for using Apache as a Load Balancer? a) Multi thread processor. -- View this message in context: http://www.nabble.com/Multi-thread-or-Not-multi-thread-processor-tp19251390p19251390.html Sent from the Apache HTTP Server - Users mailing list archive at

[EMAIL PROTECTED] Multi thread or Not multi thread processor

2008-09-01 Thread elsergio
Hi all, Which option is better for using Apache as a Load Balancer? a) Multi thread processor. b) Non Multi thread processor. Thanks! Sergio -- View this message in context: http://www.nabble.com/Multi-thread-or-Not-multi-thread-processor-tp19251402p19251402.html Sent from the Apache HTTP

Re: [EMAIL PROTECTED] Load Balancer

2008-09-01 Thread WhoAmI
Hi, is the directory you want to process on a random server. For example with the line RewriteRule ^(/blog.*)$ http://${servers:pool}.domain.com$1 [R,L] requestes for www.domain.com/blog will be sent randomly to: www1.domain.com/blog www2.domain.com/blog www3.domain.com/blog

[EMAIL PROTECTED] mod_rewrite, L and F flags

2008-09-01 Thread Stephen Wellington
Hi, Am having trouble with mod_rewrite and would appreciate a little help. I've tried searching Google and reading the manual but found little that helps! I am trying to achieve something like this: RewriteRule ^a.php$ b.php [L] RewriteRule ^b.php$ - [F] The intention is that requests to a.php

Re: [EMAIL PROTECTED] mod_rewrite, L and F flags

2008-09-01 Thread Eric Covener
On Mon, Sep 1, 2008 at 8:01 AM, Stephen Wellington [EMAIL PROTECTED] wrote: Hi, Am having trouble with mod_rewrite and would appreciate a little help. I've tried searching Google and reading the manual but found little that helps! I am trying to achieve something like this: RewriteRule

Re: [EMAIL PROTECTED] mod_rewrite, L and F flags

2008-09-01 Thread Stephen Wellington
On Mon, Sep 1, 2008 at 1:25 PM, Eric Covener [EMAIL PROTECTED] wrote: On Mon, Sep 1, 2008 at 8:01 AM, Stephen Wellington [EMAIL PROTECTED] wrote: Hi, Am having trouble with mod_rewrite and would appreciate a little help. I've tried searching Google and reading the manual but found little

[EMAIL PROTECTED] export.c build errors - many solutions found, none worked.

2008-09-01 Thread Brian Mearns
This seems to be a common problem, but none of the solutions I found online and in mailing list archives helped. The problem is when running make, and I get many errors about redefinitions in exports.c like: exports.c:743: error: redefinition of ‘ap_hack_apr_allocator_create’ exports.c:728:

Re: [EMAIL PROTECTED] export.c build errors - many solutions found, none worked.

2008-09-01 Thread Nick Kew
Brian Mearns wrote: This seems to be a common problem, but none of the solutions I found online and in mailing list archives helped. Don't configure on an NFS-mounted filesystem. If you have only an NFS-mounted home directory at your disposal, there's always /tmp. If you need debugging in

Re: [EMAIL PROTECTED] export.c build errors - many solutions found, none worked.

2008-09-01 Thread Brian Mearns
Nope, thanks anyway but that's not it either. It's a local drive. -Brian Don't configure on an NFS-mounted filesystem. If you have only an NFS-mounted home directory at your disposal, there's always /tmp. If you need debugging in your executable to see the source, you may need to move it

[EMAIL PROTECTED] Re: mod_rewrite, L and F flags [RESOLVED]

2008-09-01 Thread Stephen Wellington
On Mon, Sep 1, 2008 at 1:59 PM, Stephen Wellington [EMAIL PROTECTED] wrote: On Mon, Sep 1, 2008 at 1:25 PM, Eric Covener [EMAIL PROTECTED] wrote: On Mon, Sep 1, 2008 at 8:01 AM, Stephen Wellington [EMAIL PROTECTED] wrote: Hi, Am having trouble with mod_rewrite and would appreciate a little

Re: [EMAIL PROTECTED] How to start Apache automatically with certificate?

2008-09-01 Thread Sander Temme
Hi Ingrid, On Aug 28, 2008, at 6:31 AM, Tan, Liao wrote: Ok, ic I can simply remove the passphrase, and provided the new key be readabale by root only, I should not have any security problems... is it simply remove it? or any other settings, configuratios, re-installation? What has been

[EMAIL PROTECTED] How set up the httpd-ssl.conf for htdocs directory

2008-09-01 Thread kohanm
Hi, I have Apache2.2+Tomcat2.2+SSL works fine with http and https. How set up the httpd-ssl.conf for htdocs directory when the request is HTTPS? I have many documents on the htdocs directory if the program brings the records with links of the documents,the links opens the document if the

RE: [EMAIL PROTECTED] How to start Apache automatically with certificate?

2008-09-01 Thread Tan, Liao
HI, All, Thanks for your attention and asnwers. We ended up in creating a file with the pwd and pointing to it. For those that might need same solution, here?s the link: http://docs.sun.com/source/817-3693-10/6_SSL_Apache.html#51644 cya Ingrid -Original Message- From: Sander Temme