I am looking to set up some caching apache servers to offload commonly accessed
static content. We had been using IBM's WebSphere Edge Components 5.0.2 until
we started experiancing issues where the ibmproxy process would constantly
crash, but not in any sort of predictable manner. We currently d
I am looking to set up some caching apache servers to offload commonly accessed
static content. We had been using IBM's WebSphere Edge Components 5.0.2 until
we started experiancing issues where the ibmproxy process would constantly
crash, but not in any sort of predictable manner. We currently d
All,
I am not clear the relation between KeepAlive and
SSL-HandShake. I think if KeepAlive is turned off,
the SSL-HandShake will be processed in every request.
However, if KeepAlive is turned on, the following
requests after the 1st SSL-HandShake during the period
of KeepAlive won't need SSL
Yes I think I remember seeing something about that in the apache docs,
the order it ships with should not be changed!
Qingshan Xie wrote:
All,
We have a Apache-2.0.52 running on a Linux host.
We use mod_so to load modules appended below. However
I am not very sure if those modules lo
All,
We have a Apache-2.0.52 running on a Linux host.
We use mod_so to load modules appended below. However
I am not very sure if those modules loaded in the
right order or the order matters? Please advise.
Thx, Q.Xie
LoadModule access_m
On 11/9/05, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 11/8/05, Devendra Singh <[EMAIL PROTECTED]> wrote:> But, the problem is that when I try to access
> http://ds.india.noida/dstest.html the SSI> /mycomps/testsuccess.html also gets parsed from the Front Apache.Or, in other words, subrequests are
Thanks Josua. I'm sure I can figure it out from here. Thanks all!
Elliot Robinson
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsu
On 11/8/05, Devendra Singh <[EMAIL PROTECTED]> wrote:
> But, the problem is that when I try to access
> http://ds.india.noida/dstest.html the SSI
> /mycomps/testsuccess.html also gets parsed from the Front Apache.
Or, in other words, subrequests are not getting proxied.
>RewriteEngine On
>
On 11/8/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I' using mod_jk to connect tomcat to httpd2. This works perfectly. Now I try
> to manipulate the URL's which I map to httpd from tomcat. But the rules seem
> not to affect the response I get. Does this not work or am I doing some
On 11/8/05, Elliot Robinson <[EMAIL PROTECTED]> wrote:
> Well, now we know the source of the problem. I disabled SELinux, and
> the GIFs appeared without a flaw. So, I re-enabled it, and allowed
> everything possible through the GUI configuration utility.
> Unfortunately, it still doesn't work.
On 11/8/05, Eruch Kapadia <[EMAIL PROTECTED]> wrote:
>
> Folks,
>
> I am trying to restrict certain request methods that the apache server can
> accept. For example i would like to disable TRACE, and DELETE methods.
>
> Please advise how this can be done.
To start with, you are most likely wastin
Hello,
I' using mod_jk to connect tomcat to httpd2. This works perfectly. Now I try
to manipulate the URL's which I map to httpd from tomcat. But the rules seem
not to affect the response I get. Does this not work or am I doing something
wrong.
I my httpd config I have this entry:
LoadModule
Well, now we know the source of the problem. I disabled SELinux, and
the GIFs appeared without a flaw. So, I re-enabled it, and allowed
everything possible through the GUI configuration utility.
Unfortunately, it still doesn't work. I currently have it working be
disabling SELinux protectio
Hi,
I have a setup of Front / Back Apache Reverse Proxy. Front Apache is running on port 80 and Back Apache is running on 8080. SSI OPTIONS is enabled on both the Apache.
I have a requirement that all files are to be served from the front Apache except the /mycomps folder. The mycomps folder Sc
Yes, it does seem to look that way. I posted on the mod_auth_pam list to see if
anyone there had any ideas.
Thanks
David
-Original Message-
From: Boyle Owen [mailto:[EMAIL PROTECTED]
Sent: 08 November 2005 11:57
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] repeated authentic
Just an idea - use "normal" authentication (use AuthUserFile - see docs for
details) and see if it works. That will eliminate an apache config problem and
clearly identify PAM as the culprit...
Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored.
> -Original
> -Original Message-
> From: Barham, David [mailto:[EMAIL PROTECTED]
> Sent: Dienstag, 8. November 2005 12:52
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] repeated authentication requests
>
>
> Usual document root is /var/www/html. I wanted to do the
> testing somewher
Usual document root is /var/www/html. I wanted to do the testing somewhere else
and /tmp/{my user} seemed like a good idea.
Usually on for the first time I go to the secure pages after starting a browser
I get a 401 on the first page. Then, when I authenticate I typically get a
number of images
> -Original Message-
> From: Barham, David [mailto:[EMAIL PROTECTED]
> Alias /tmp/barhamd "/tmp/barhamd/"
What is the point of this directive?
Is /tmp/barhamd/ the full path to a directory?
> My /var/log/httpd/access_log shows
> 134.244.154.125 - barhamd [08/Nov/2005:09:36:33 +] "
Plain text please...
Are you sure you are accessing the pages via apache and that the internal links
and images are referenced using HTTP? It sounds like you might be referencing
images etc. via the filesystem, eg:
src="file:/home/web/images/pic.gif" <-- bad
src="/images/pic.gif" <-- good
If
Boyle Owen wrote:
>
> BTW, I didn't write the line below so don't attribute it to me...
>
>
>>>mod_ssl Added a support for RFC 2817, which allows
>>
>>connections to upgrade from clear text to TLS encryption.
No, that would be from the Apache 2.1 Changelog. I was also pessimistic
when I sa
> -Original Message-
> From: Olaf van der Spek [mailto:[EMAIL PROTECTED]
>
> Are you sure you're not confused yourself too?
Only by the confusion surrounding this topic...
> Which module would that be?
The module mentioned by Nick - mod_gnutls
(http://www.outoforder.cc/projects/apache
Hi,
I have installed a blogging
tool, wordpress(http://wordpress.org),
in my laptop(Win XP). It is running on Apache 2.0.xx, MySQL
4.0.xx and PHP 5.05.
I can post and view articles without any problem from my local machine. But
whenever I try to post or view articles from another machine
On 11/8/05, Boyle Owen <[EMAIL PROTECTED]> wrote:
> The point about Apache 2.1 is that it includes a new module (as mentioned by
> Nick) which supports a new extension to TLS. This allows for "Server Name
> Indication" where the client tells the server what hostname it wants to
> connect to. Bas
Apache is running on the RHEL4 linux box. I'm using mod_auth_pam to
authenticate the users against a windows AD. (i.e. apache prompts for
username/password which is then past to PAM to authenticate via pam_smb.
At the moment I've only got one realm, so the relevant bits of httpd.conf read:-
Loa
25 matches
Mail list logo