Re: [EMAIL PROTECTED] Help with Apache directive

2007-10-01 Thread Joshua Slive
On 10/1/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Joshua, > > Thanks for your suggestion. > > > Use > > Does this mean any URL that has /xfer should be passed along by the > Location directive. But i do not see that happening. > The example that i gave was a bit off from my actual problem

Re: [EMAIL PROTECTED] Help with Apache directive

2007-10-01 Thread Ramdas . Hegde
Joshua, Thanks for your suggestion. > Use Does this mean any URL that has /xfer should be passed along by the Location directive. But i do not see that happening. The example that i gave was a bit off from my actual problem, where the request coming in is http://acme.com/xfer/xfer/Servlet.

Re: [EMAIL PROTECTED] Help with Apache directive

2007-10-01 Thread Joshua Slive
On 10/1/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > I am attempting to forward requests sent to Apache httpd server to a > cluster of appservers sitting behind Apache. I am using the > directive to achieve this functionality. > But am not sure how to force Apache to handle this particul

Re: [EMAIL PROTECTED] Help with Apache 2 problem on AIX 5.3

2007-09-18 Thread William A. Rowe, Jr.
to correct the behavior of EnableSendfile? >> According to the page referenced above for IHS, this directive should >> prevent Apache from using send_file and consequently prevent any static file >> from being added to the network buffer cache. But that doesn't seem to be >&

Re: [EMAIL PROTECTED] Help with Apache 2 problem on AIX 5.3

2007-08-27 Thread Coulter, Ryan
he first time. Does anyone have anything else to add? Thanks again, Ryan > From: "Coulter, Ryan" <[EMAIL PROTECTED]> > Reply-To: > Date: Mon, 27 Aug 2007 12:03:45 -0500 > To: > Conversation: [EMAIL PROTECTED] Help with Apache 2 problem on AIX 5.3 > Subject: Re: [

Re: [EMAIL PROTECTED] Help with Apache 2 problem on AIX 5.3

2007-08-27 Thread Coulter, Ryan
er thoughts? Ryan Coulter > From: Eric Covener <[EMAIL PROTECTED]> > Reply-To: > Date: Mon, 27 Aug 2007 11:41:27 -0400 > To: > Subject: Re: [EMAIL PROTECTED] Help with Apache 2 problem on AIX 5.3 > > On 8/27/07, Coulter, Ryan <[EMAIL PROTECTED]> wrote: >> >

Re: [EMAIL PROTECTED] Help with Apache 2 problem on AIX 5.3

2007-08-27 Thread Eric Covener
On 8/27/07, Coulter, Ryan <[EMAIL PROTECTED]> wrote: > > (My apologies for sending this earlier with no subject.) > > Hello. I am stumped by a problem I'm having with Apache 2 and IHS 2 on AIX > 5.3. I have tried this scenario with both a custom compiled Apache 2.2.4 as > well as IHS 2.0.47. In

RE: [EMAIL PROTECTED] Help with Apache

2006-05-16 Thread Axel-Stéphane SMORGRAV
Remove the Indexes option from the list of Options for every Location/Directory section of your configuration. For example change: Options Indexes FollowSymlinks Order Deny,Allow Allow all to: Options FollowSymlinks Order Deny,Allow Allow all If you load mod_

Re: [EMAIL PROTECTED] Help with Apache

2006-05-16 Thread Emmanuel E
Title: Help with Apache check out the configuration file what have u specified as DocumentRoot ? is there an index.html file in that directory? Devireddy, Nagendra Reddy (STSD) wrote: Hi, I am new to this and have few doubts about Apache. When I open my home page, It

Re: [EMAIL PROTECTED] Help with Apache

2006-05-16 Thread Bill Jones
On 5/17/06, Devireddy, Nagendra Reddy (STSD) <[EMAIL PROTECTED]> wrote: Hi, I am new to this and have few doubts about Apache. When I open my home page, Its displaying the links to folders instead of displaying the logo or apache home page. How can I avoid that. This is a major security issue f

Re: [EMAIL PROTECTED] Help with Apache-2.0.54 with mod_ldap_auth

2005-10-19 Thread Dmitriy Kirhlarov
On Tue, Oct 18, 2005 at 11:04:41AM -0500, Brenda Washington wrote: > I am trying to install Apache-2.0.54 with mod_ssl, mod_ldap, and > mod_auth_ldap with no success with the mod_auth_ldap > piece. My configure runs find, but I can't get apache to make. This is my > configure statement: > > # CP