Hi,
We are in the need of a cluster to make sure that we have 100% uptime, so in
our windows inviroment we are looking on apache with windows 2003 setup with
network load balancing.
Does anyone have any experience with this?
Do you know how to set it up? And guides, howto, faq around?
I
> -Original Message-
> From: Graeme Walker [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 17, 2007 10:55 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Problem with Mod_Deflate & Virtual Hosts
>
> Hi,
>
> I am trying to get mod_deflate working with my virtual hosts,
> -Original Message-
> From: Bashiro [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 17, 2007 10:30 PM
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] Changing ssl certificate
>
>
>
> Thanks again Owen,
> This is my code snip
>
> SSLCertificateKeyFile C:/Apache/Apach
> -Original Message-
> From: Qingshan Xie [mailto:[EMAIL PROTECTED]
> Sent: Thursday, January 18, 2007 2:32 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] HTTPS proxy
>
> Hi! All,
>
> I'd like to configure a https proxy server to route
> the request from https://A.com/xy
Hi! All,
I'd like to configure a https proxy server to route
the request from https://A.com/xyz/ to
https://B.com/xyz/. Can Apache mod_proxy do it and
how to configure it?
Many Thanks in Advance,
Q.Xie
It
When trying to authenticate clients via a remote LDAP directory (using
mod_authz_ldap), we fail and the following is logged:
[Wed Jan 17 14:57:14 2007] [warn] [client a.b.c.d] [32492] auth_ldap
authenticate: user authentication failed; URI /ldap/
[LDAP: ldap_simple_bind_s() failed][Can't
sorry I found out that apache does not take the new certificate path
anyway. So how do I resolve this.
I get error that the function refuses to load.
Thanks
Bashiro
--- On Wed 01/17, Bashiro < [EMAIL PROTECTED] > wrote:
From: Bashiro [mailto: [EMAIL PROTECTED]
To: users@httpd.apache.org
Date:
Hi,
I am trying to get mod_deflate working with my virtual hosts, however it
does not appear to be doing anything. I am using Apache 2.2.4.
My Config is as follows:
NameVirtualHost *:80
Listen 80
ServerName www.domain.com
ServerSignature On
DocumentRoot "D:/Website_Dev/cImages/cimage"
Add
Thanks again Owen,
This is my code snip
SSLCertificateKeyFile C:/Apache/Apache2.2/conf/ssl/myserver.key
SSLCertificateFile C:/Apache/Apache2.2/conf/ssl/myserver.crt
Before apache does not start when I change it. Biut now it does start.
But the problem is: I still see the old certificate when I
Hi,
I have some problems with the behavior of mod_cache.
I'm running httpd-2.2.4 under FreeBSD 6.2, and I'm trying to get
mod_cache (both mem_cache, and disk_cache) to work to optimize
performance. Unfortunately our users often requests static files with
query strings, there are explanations for
It depends on your applications.
If the site doesn't offer any static files, and the dynamic content cannot
be cached, the proxy server won't offer very many improvements.
But even in that case, it can help, unless you are not serving only the
high-speed local intranet.
How it works:
The cli
> -Original Message-
> From: Robert Rissé [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 17, 2007 3:03 PM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] SSL certificates for user authentication
>
> Hi Owen,
>
> I would put something like:
>
> SSLEngine on
> SSLVerif
Hi guys,
I'm wondering if setting up Squid as a reverse proxy in front of our
hardware-load-balanced Apache/Tomcat-installations could boost up
performance.
After I did some reading about Squid, I understood:
- Squid is caching requests
- I can prevent Squid from caching dynamic content
- Squid
Hi Owen,
I would put something like:
SSLEngine on
SSLVerifyClient require
SSLVerifyDepth 1
SSLCACertificateFile conf/ssl.crt/ca.crt
in the .htacess
but I think SSLCACertificateFile is a directive that does not work in
.htaccess.
Is this correct ?
Cheers and thanks Robert
On Jan 17, 2007, at
Hi Stephen,
Here you mix the php-include path for php with the document_root for apache.
The include path for PHP means that you can do the following:
Cpfunctions2.php:
This file has to be in the document_root of the apache as cpfunctions.php is
when it works.
You can then save the file incl
Hi,
Apache 2.2.3, OpenLDAP 2.2.29, both on win32.
It seems that the LDAP authentification mechanism with mod_authnz_ldap.so
doesn't work.
Apache configuration httpd conf :
LoadModule ldap_module modules/mod_ldap.so
LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
ProxyPass / balancer:
> -Original Message-
> From: russbucket [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 17, 2007 1:32 PM
> To: Apache Mailing List
> Subject: [EMAIL PROTECTED] Apache2 Authorities
>
> Just installed OpenSUSE 10.2 and Apache2.2.3-20-i586.
> According to How to
> instructions I can p
Just installed OpenSUSE 10.2 and Apache2.2.3-20-i586. According to How to
instructions I can put local host as the url and should get two words back.
Instead I get a 404 error. Object not found.
Status shows httpd2 is running.
Linuxruss:/home/russbucket # rcapache2 status
Checking for httpd2
that's what I want, so many thanks :)
On 1/17/07, Peter Kullmann <[EMAIL PROTECTED]> wrote:
Hi,
Apache has just been added to Update-Scout.com, an interactive web
service, that informs its users about software updates and releases.
Users can set up personal update news feeds from the Update-Sc
> -Original Message-
> From: programmier werkstatt [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 17, 2007 11:36 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] SSL certificates for user authentication
>
> Hi
> Is it possible to use certificates with mod_userdir. I woul
Hi
Is it possible to use certificates with mod_userdir. I would like to
use certificates to authenticate users, but I dot
not have access to the httpd.conf. I though it may be possible to use
the certificates inside .htaccess, but I not sure.
Could some please help me.
Cheers Robert
---
> -Original Message-
> From: Bashiro [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 17, 2007 10:27 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Changing ssl certificate
>
>
>
> Hello folks,
>
> Thanks in advance for any help I could get.
> I created a self-signed
On 1/16/07, Jain, Abhay K, INFOT <[EMAIL PROTECTED]> wrote:
We had tried running with trace and last statement seem
to be fork(). There was a pid associated with fork().
Then next statement was exit(0).
When tracing a program you have to make sure it traces child processes
too, otherwise you w
Hi,
Apache has just been added to Update-Scout.com, an interactive web
service, that informs its users about software updates and releases.
Users can set up personal update news feeds from the Update-Scout
software catalog and even add new entries to the catalog.
The address is http://www.update-s
Hello folks,
Thanks in advance for any help I could get.
I created a self-signed certificate and it's working fine.Thanks to
the guys here.
I then created another certificate and wanted to change, remove or delete the
old one. How do I let apache know that I want to use the new one.
I changed t
Well at the very least you could give your site a defferent IP name for use
from the Internal Lan, then use Virtual Hosts to apply different overrides
depending on whether the public IP name was used or the Internal Lan name
was used.
This would have the advantage (or perhaps a disadvantage) that
> -Original Message-
> From: Stephen [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 17, 2007 3:47 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Problem with Windoes Apache .htacces include
>
> I normally work on my Linux server at home, but I am on the
> road for a
27 matches
Mail list logo