Re: [us...@httpd] content handler question

2009-01-23 Thread anson ho
This is one of the possible solutions that I was thinking. But it seems it will make the envirnoment more complex and even worse in a cluster environment. I am thinking if it is possible to do something like mod_headers. But first I need to ensure that I can read the existing headers in my own modu

Re: [us...@httpd] Firewall causing ProxyPass to fail

2009-01-23 Thread Eric Covener
On Fri, Jan 23, 2009 at 6:07 PM, Raj Jay wrote: > Hi, > > I am trying to use the ProxyPass directive in my apache cofig file to work > around the ajax cross-domain policy. > > My apache server is hosted behind a corporate firewall. The ProxyPass > directive works fine when the remote server reside

[us...@httpd] Re: UserDir + SetHandler cgi-script broken? (Apache 2.0.52)

2009-01-23 Thread Buck Golemon
Brian Mearns gmail.com> writes: > > On Thu, Jan 22, 2009 at 8:16 PM, Buck Golemon amd.com> wrote: > > works just fine: > > http://pdweb.ca.atitech.com/beg/foo.sh > > > > doesn't work: > > http://pdweb.ca.atitech.com/~bgolemon/foo.sh > > > > > > Here's the relevant configuration. > > > >U

[us...@httpd] Firewall causing ProxyPass to fail

2009-01-23 Thread Raj Jay
Hi, I am trying to use the ProxyPass directive in my apache cofig file to work around the ajax cross-domain policy. My apache server is hosted behind a corporate firewall. The ProxyPass directive works fine when the remote server resides within the intranet; however, when it points to something o

[us...@httpd] PidFile directive is ignored

2009-01-23 Thread Jorge Medina
I am running Apache 2.2.11 in several platforms (RedHat, Solaris 10 x86 and Solaris 10 sparc) I am specifying the PidFile directive but the PidFile always gets created under (ServerRoot)/logs/ I get the same bahaviour in all platforms. I tried putting the PidFile directive just after the Serv

Re: [us...@httpd] Ip based virtual hosts stopped working

2009-01-23 Thread Jim Price
The problem ended up being the ssl upgrade. Apparently the downgrade did not work. Thanks, Jim >>> "Edwin" 1/23/2009 1:14 PM >>> Also you may want to verify the listening ip's for mistakes. It is a simple thing but can be done easily and without notice.-Original Message-From: "Jim Pri

Re: [us...@httpd] Ip based virtual hosts stopped working

2009-01-23 Thread Edwin
Also you may want to verify the listening ip's for mistakes. It is a simple thing but can be done easily and without notice.-Original Message-From: "Jim Price" [jwpr...@georgiasouthern.edu]date: 01/23/2009 12:43 PMTo: us...@httpd.apache.orgsubject: Re: [us...@httpd] Ip based virtual hos

Re: [us...@httpd] Ip based virtual hosts stopped working

2009-01-23 Thread Edwin
Everything I have done in the past. When it was not working for me. I can only make one suggestion. I have noticed a rare accurance that seems to happen with apache. When the server is started or restarted it may or may not actual start. I have had the server tell me it was operating but yet no

Re: [us...@httpd] Ip based virtual hosts stopped working

2009-01-23 Thread Jim Price
yes I can ping those ip addresses. >>> Brian Mearns 1/23/2009 12:32 PM >>> On Fri, Jan 23, 2009 at 12:15 PM, Jim Price wrote: > Yes it was working before. Can't be absolutely sure when it stopped working. > Could have been when openssl was upgraded or could have been when os patches > were add

Re: [us...@httpd] Ip based virtual hosts stopped working

2009-01-23 Thread Brian Mearns
On Fri, Jan 23, 2009 at 12:15 PM, Jim Price wrote: > Yes it was working before. Can't be absolutely sure when it stopped working. > Could have been when openssl was upgraded or could have been when os patches > were added to the system. I am using direct configuration on the main > httpd.conf.

Re: [us...@httpd] Ip based virtual hosts stopped working

2009-01-23 Thread Jim Price
Yes it was working before. Can't be absolutely sure when it stopped working. Could have been when openssl was upgraded or could have been when os patches were added to the system. I am using direct configuration on the main httpd.conf. I have since downgraded openssl to see if that was the prob

Re: [us...@httpd] content handler question

2009-01-23 Thread Matt McCutchen
On Sat, 2009-01-24 at 00:09 +0800, anson ho wrote: > I have no way to upgrade apache as the content handler (a third party > one) only support apache 1.3. So, is there any other ways that I can > modify the response headers that were returned from the content > handler. I've read mod_headers but it

Re: [us...@httpd] content handler question

2009-01-23 Thread Brian Mearns
On Fri, Jan 23, 2009 at 11:09 AM, anson ho wrote: > I have no way to upgrade apache as the content handler (a third party > one) only support apache 1.3. So, is there any other ways that I can > modify the response headers that were returned from the content > handler. I've read mod_headers but it

Re: [us...@httpd] Ip based virtual hosts stopped working

2009-01-23 Thread Edwin
?was it working before as you said it stopped. I am wondering if it was working and then suddenly is no longer working. If so there may be a problem with the network or the server may have fire walled that connection. Also I would like to know how you have the configuration.?Here are the virtua

Re: [us...@httpd] content handler question

2009-01-23 Thread anson ho
I have no way to upgrade apache as the content handler (a third party one) only support apache 1.3. So, is there any other ways that I can modify the response headers that were returned from the content handler. I've read mod_headers but it can only do simple operation. What I need to do is that ne

[us...@httpd] Ip based virtual hosts stopped working

2009-01-23 Thread Jim Price
Help. Apache server stopped listening on Virtual Host ips. There are no error messages. Main Listener still works. Using apache 2.0.59 also tried apache 2.0.63 on solaris 10 sparc. Here are the virtual host settings from the httpd.conf # Purpose: Human Resourses ServerAdmin webmas...@georg

Re: [us...@httpd] content handler question

2009-01-23 Thread Brian Mearns
On Fri, Jan 23, 2009 at 8:47 AM, anson ho wrote: > One more to mention is, I am using apache 1.3. > > Thanks > > On Fri, Jan 23, 2009 at 9:27 PM, anson ho wrote: >> Can you give me more hint as I am pretty new to apache >> >> Thanks >> >> On Fri, Jan 23, 2009 at 9:18 PM, Eric Covener wrote: >>>

Re: [us...@httpd] UserDir + SetHandler cgi-script broken? (Apache 2.0.52)

2009-01-23 Thread Brian Mearns
On Thu, Jan 22, 2009 at 8:16 PM, Buck Golemon wrote: > I've already posted this on alt.apache.configuration, but this forum seems > much > more active. I'm sorry if this is double-posting. I'm not sure of the > etiquette... > > --- > I can't get "SetHandler cgi-script" to work from inside a UserD

Re: [us...@httpd] content handler question

2009-01-23 Thread anson ho
One more to mention is, I am using apache 1.3. Thanks On Fri, Jan 23, 2009 at 9:27 PM, anson ho wrote: > Can you give me more hint as I am pretty new to apache > > Thanks > > On Fri, Jan 23, 2009 at 9:18 PM, Eric Covener wrote: >> On Fri, Jan 23, 2009 at 8:15 AM, anson ho wrote: >>> So, is the

Re: [us...@httpd] A critical .htaccess problem

2009-01-23 Thread Brian Mearns
On Wed, Jan 21, 2009 at 11:19 PM, J. Bakshi wrote: > Brian Mearns wrote: >> On Wed, Jan 21, 2009 at 1:07 AM, J. Bakshi wrote: >> >>> Brian Mearns wrote: >>> Let's start with the obvious question first: how are you trying to access SVN outside the LAN? You've configured your repos locati

Re: [us...@httpd] content handler question

2009-01-23 Thread anson ho
Can you give me more hint as I am pretty new to apache Thanks On Fri, Jan 23, 2009 at 9:18 PM, Eric Covener wrote: > On Fri, Jan 23, 2009 at 8:15 AM, anson ho wrote: >> So, is there a way to chain the content handler, so that different >> content handlers can be processed one by one. > > No. Us

Re: [us...@httpd] content handler question

2009-01-23 Thread Eric Covener
On Fri, Jan 23, 2009 at 8:15 AM, anson ho wrote: > So, is there a way to chain the content handler, so that different > content handlers can be processed one by one. No. Use a filter if you can. -- Eric Covener cove...@gmail.com -

Re: [us...@httpd] content handler question

2009-01-23 Thread anson ho
So, is there a way to chain the content handler, so that different content handlers can be processed one by one. Thanks again On Fri, Jan 23, 2009 at 9:09 PM, Eric Covener wrote: > On Fri, Jan 23, 2009 at 7:57 AM, anson ho wrote: >> If I have different content handlers set in server context and

Re: [us...@httpd] content handler question

2009-01-23 Thread Eric Covener
On Fri, Jan 23, 2009 at 7:57 AM, anson ho wrote: > If I have different content handlers set in server context and > location context. Will both handler get processed? If so, what is the > process sequence? If it's via SetHandler, the one specified in the Location will be the "effective" value. T

[us...@httpd] content handler question

2009-01-23 Thread anson ho
If I have different content handlers set in server context and location context. Will both handler get processed? If so, what is the process sequence? Thanks - The official User-To-User support forum of the Apache HTTP Server Pro

Re: [us...@httpd] robots.txt and rewrite rule

2009-01-23 Thread Bob Ionescu
2009/1/23 Norman Khine : > RewriteEngine On > #DenyHosts Rules > RewriteMap hosts-deny txt:/home/user/txt/hosts.deny > RewriteCond ${hosts-deny:%{REMOTE_HOST}|NOT-FOUND} !=NOT-FOUND [OR] > RewriteCond ${hosts-deny:%{REMOTE_ADDR}|NOT-FOUND} !=NOT-FOUND [OR] > RewriteCond ${h

Re: [us...@httpd] robots.txt and rewrite rule

2009-01-23 Thread Norman Khine
Hi, This is what I have: ServerName domain.com ServerAlias www.domain.com RewriteEngine On #DenyHosts Rules RewriteMap hosts-deny txt:/home/user/txt/hosts.deny RewriteCond ${hosts-deny:%{REMOTE_HOST}|NOT-FOUND} !=NOT-FOUND [OR] RewriteCond ${hosts-deny:%{REMOTE