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
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 req
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
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 ap
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
> mov
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 you
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: error
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 fou
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:
>
> Rewr
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
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
www4.domain.com/blo
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 S
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 Nabble.com
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:
14 matches
Mail list logo