Re: [us...@httpd] Apache for Windows won't start

2009-09-02 Thread Lester Caine
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

Re: [us...@httpd] Lookaround assertions in mod_rewrite/mod_alias regex?

2009-09-02 Thread Bob Ionescu
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

[us...@httpd] rewriterule help

2009-09-02 Thread Andrew Hole
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

Re: [us...@httpd] Server Side Includes - include only a certain "xpath"

2009-09-02 Thread Thorsten Scherler
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

[us...@httpd] Allow mod_rewrite in .htaccess without Set/AddHandler

2009-09-02 Thread Mike Cardwell
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

Re: [us...@httpd] rewriterule help

2009-09-02 Thread Krist van Besien
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

Re: [us...@httpd] rewriterule help

2009-09-02 Thread Andrew Hole
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

Re: [us...@httpd] Apache issue - Need help

2009-09-02 Thread Eric Covener
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 --

Re: [us...@httpd] rewriterule help

2009-09-02 Thread Krist van Besien
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

Re: [us...@httpd] 'require' keyword

2009-09-02 Thread Melanie Pfefer
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

Re: [us...@httpd] 'require' keyword

2009-09-02 Thread Eric Covener
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

Re: [us...@httpd] 'require' keyword

2009-09-02 Thread Melanie Pfefer
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

RE: [us...@httpd] Please suggest a module which can check for X-Forwarded ip address , functionality similar to mod_qos or mod_bw

2009-09-02 Thread Soumendu Bhattacharya
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

Re: [us...@httpd] 'require' keyword

2009-09-02 Thread Eric Covener
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

[us...@httpd] Question about JBOSS and what is best

2009-09-02 Thread Chuck.Payne
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

[us...@httpd] Looking for real configuration data

2009-09-02 Thread Wei Zheng
[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

Re: [us...@httpd] 'require' keyword

2009-09-02 Thread Melanie Pfefer
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,

Re: [us...@httpd] 'require' keyword

2009-09-02 Thread Tom Evans
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" > > > >

Re: [us...@httpd] Question about JBOSS and what is best

2009-09-02 Thread Jai
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

Re: [us...@httpd] Question about JBOSS and what is best

2009-09-02 Thread Mike Cardwell
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

[us...@httpd] mod_cache ignores max-age / s-maxage headers if expires is set in the past

2009-09-02 Thread Anthony Gerrard
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

[us...@httpd] really slow response time even with standard html file

2009-09-02 Thread Peter Folk
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

[us...@httpd] mod_proxy intermittent "(70007)The timeout specified has expired"

2009-09-02 Thread Nick Pratley
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

[us...@httpd] mod_rewrite & cookies & apache 1.3.. known problem?

2009-09-02 Thread David Taveras
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

Re: [us...@httpd] mod_rewrite & cookies & apache 1.3.. known problem?

2009-09-02 Thread Krist van Besien
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