John Oliver wrote:
> On Tue, Sep 01, 2009 at 06:12:47PM -0500, William A. Rowe, Jr. wrote:
>> John Oliver wrote:
>>> So I installed 2.2.13 on W2K3 R2 Enterprise Edition SP2 When I try to
>>> start it, I get a message about error code 1, and there is nothing in
>>> the error.log This is the first
2009/9/2 John Martin :
> How can one use lookahead/lookbehind assertions in the regex for a
> mod_rewrite RewriteRule, or mod_alias AliasMatch? Currently when I
> attempt to use a question mark in my regex, as needed for lookarounds,
> I get an internal server error for mod_rewrite, or a syntax err
Hi guys!
The following directive doesn't take into consideration the filename in URL:
RewriteCond %{DOCUMENT_ROOT}/bin/core/%1 -f
In this request the REQUEST_FILENAME has the value: /bin/adt/file.swf but I
just want the filename (file.swf).
How can I do that?
Thanks a lot
RewriteCond %{R
On Mon, 2009-08-31 at 11:03 +0200, Thorsten Scherler wrote:
> On Fri, 2009-08-28 at 14:32 +0100, Nick Kew wrote:
> > Thorsten Scherler wrote:
> > > Hi all,
> > >
> > > I have a page that includes various parts via ssi.
> > > e.g.
> > >
> > > On our current version we "hack" the included pages to
Hi,
My configuration has a single VirtualHost serving all of the websites.
I'm using suphp so that cgi scripts are executed as the owner of the
file. In my VirtualHost I do this:
AddHandler x-suphp-cgi .cgi .pl
I want to give people access to use mod_rewrite from .htaccess files,
but in ord
On Wed, Sep 2, 2009 at 12:02 PM, Andrew Hole wrote:
> Hi guys!
>
> The following directive doesn't take into consideration the filename in URL:
> RewriteCond %{DOCUMENT_ROOT}/bin/core/%1 -f
> RewriteCond %{REQUEST_FILENAME} !-f
> RewriteCond %{DOCUMENT_ROOT}/bin/core/%1 -f
> RewriteRu
It works. However, i'm getting a popup with file save option and I would
like to see the page on Browser.
Thanks a lot
On Wed, Sep 2, 2009 at 11:41 AM, Krist van Besien wrote:
> On Wed, Sep 2, 2009 at 12:02 PM, Andrew Hole
> wrote:
> > Hi guys!
> >
> > The following directive doesn't take into
On Wed, Sep 2, 2009 at 5:24 AM, bhasker
yadav wrote:
> Hi All,
>
>
>
> My application is accessing through apache 2.2 -> weblogic 10.3
>
Try LocationMatch. This rule is not applicable to content that
doesn't come off the filesystem (I think?).
--
Eric Covener
cove...@gmail.com
--
On Wed, Sep 2, 2009 at 1:15 PM, Andrew Hole wrote:
> It works. However, i'm getting a popup with file save option and I would
> like to see the page on Browser.
That is probably due to an incorrect content type header. Have a look
at what the server sends with an appropriate tool (Firebug or
HTTPH
Hi
I have ldap integrated with apache
what's the difference between require valid-user and require user
Why when I have require valid-user, no authentication is required
thanks
--- On Fri, 21/8/09, Melanie Pfefer wrote:
> From: Melanie Pfefer
> Subject: Re: [us...@httpd] 'require' keyw
On Wed, Sep 2, 2009 at 9:44 AM, Melanie
Pfefer wrote:
> Hi
>
> I have ldap integrated with apache
>
> what's the difference between require valid-user and require user
>
> Why when I have require valid-user, no authentication is required
"user" is followed by a specific user or users, who have
thanks.
In what cases Require valid-user does not ask for an authentication?
This is my case here.
thanks again
--- On Wed, 2/9/09, Eric Covener wrote:
> From: Eric Covener
> Subject: Re: [us...@httpd] 'require' keyword
> To: users@httpd.apache.org
> Date: Wednesday, 2 September, 2009, 4:49 P
Sorry for the late reply , but really appreciate your response. I will surely
check it out.
-Original Message-
From: Tom Evans [mailto:tevans...@googlemail.com]
Sent: Tuesday, August 25, 2009 10:47 PM
To: users@httpd.apache.org
Subject: Re: [us...@httpd] Please suggest a module which ca
On Wed, Sep 2, 2009 at 10:09 AM, Melanie
Pfefer wrote:
> thanks.
> In what cases Require valid-user does not ask for an authentication?
>
> This is my case here.
If you configure basic authentication with Require valid-user, you
will be prompted for credentials.
--
Eric Covener
cove...@gmail.com
Guys,
I am need to understand something that an admin did here, that is no longer
with us. We have several apps that are using JBOSS with Apache Frontend. On the
Apache side they are suppose to be the same, but they aren't. We have a total
of Six Servers in area that are running Apache as I sta
[Sorry if you receive multiple copies of this message.]
[Please feel free to forward the message to others who may be
interested.]
Hi,
We are a computer systems research group at the Computer Science
department at Rutgers University, and are conducting research on
simplifying the software conf
Hi
The config file looks like
DAV svn
SVNParentPath ...
Options FollowSymLinks
AuthBasicProvider ldap
AuthLDAPUrl ...
Require valid-user
AuthType Basic
AuthName "Please enter your credentials"
I am wondering why I am not asked to authenticate on the browser.
thanks
--- On Wed, 2/9/09,
On Wed, 2009-09-02 at 15:23 +, Melanie Pfefer wrote:
> Hi
>
> The config file looks like
>
>
> DAV svn
> SVNParentPath ...
> Options FollowSymLinks
> AuthBasicProvider ldap
> AuthLDAPUrl ...
>
> Require valid-user
>
> AuthType Basic
> AuthName "Please enter your credentials"
>
>
>
>
Why cant you change your configuration to use mod_jk on all six servers.
On Wed, Sep 2, 2009 at 9:48 AM, wrote:
> Guys,
>
> I am need to understand something that an admin did here, that is no longer
> with us. We have several apps that are using JBOSS with Apache Frontend. On
> the Apache side
Jai wrote:
Why cant you change your configuration to use mod_jk on all six servers.
Please don't top post. He was asking for people with more relevant
experience to elaborate on reasons why the previous admin may have
chosen to use mod_ajp for some of the servers.. He never stated that he
c
Hi,
I've noticed that if an expires header is set in the past then mod_cache will
not cache the response even if s-maxage is set in the cache-control header.
Isn't this contrary to the HTTP 1.1 specification?
"If a response includes an s-maxage directive, then for a shared cache (but not for
Hi All,
I am running a two machine system with load balance on debian 4.0 and apache
2.0 .
I guess I am not a real expert in apache so , my ideas are limited .
both machines have 4 cores and 4 GB ram (php apps) .
What makes it more complex that we have many virtual hosts the apache config
file
Hi,
I have two web servers that proxy around 150 backend sites, and are
experiencing a lot of mod_proxy timeout errors. The two servers are Xen
guests running CentOS 5.3, and sit behind an LVS-NAT load balancer which
is also a Xen domU, also running CentOS 5.3. The errors in the error log
are:
[e
Hello,
I have a site that uses mod_rewrite for URLs... id like to include a
tracking cookie for users that are entering via URLs made by mod_rewrite.
The problem is that the cookie isnt getting passed through the mod_rewrite
URL.
Ive been told (and tested) that Apache2 mod_rewrite does indeed man
On Thu, Sep 3, 2009 at 6:42 AM, David Taveras wrote:
> Hello,
>
> I have a site that uses mod_rewrite for URLs... id like to include a
> tracking cookie for users that are entering via URLs made by mod_rewrite.
> The problem is that the cookie isnt getting passed through the mod_rewrite
> URL.
Coo
25 matches
Mail list logo