Re: [EMAIL PROTECTED] per-subdirectory 405 Method Not Allowed in .htaccess file for read-only WebDAV

2008-09-05 Thread Justin Pasher
Vasiliy Baranov wrote: Dear Experts, I have a directory named 'foo' in which I have a subdirectory named 'bar' and an '.htaccess' file in which I need to specify that all methods expect GET, HEAD, OPTIONS, and PROPFIND on all resources in the 'bar' subdirectory should result in 405 Method Not

[EMAIL PROTECTED] fastcgi/cygwin failures

2008-09-05 Thread Jay Sprenkle
Good evening, After much hair pulling I've found my particular bug with fastcgi on Windows Apache. I thought I would share with the community. Any fastcgi binary application compiled with Microsoft (msvc 8, etc) compilers and running against a mod_fastcgi compiled under cygwin with a version

Re: [EMAIL PROTECTED] debugging fastcgi/ACTION directive in Apache Config

2008-09-05 Thread Jay Sprenkle
Eric Covener wrote: # where the actual fastcgi, the php interpreter, lives ScriptAlias /fcgi-bin /stuff/cgi-bin Options ExecCGi SetHandler fastcgi-script Action my-fastcgi /fcgi-bin/php-fastcgi AddHandler my-fastcgi .php Alias /foo /usr/local/foo Alias worked great. Thanks -

Re: [EMAIL PROTECTED] Getting back HTTP as-is like plain text sometimes

2008-09-05 Thread Dobes Vandermeer
On Fri, Sep 5, 2008 at 10:32 AM, Dragon <[EMAIL PROTECTED]> wrote: > Dobes Vandermeer did speak thusly: >> >> > >> > OK, so then are you certain that the content type header is always being >> > sent? >> >> Yes, as far as I can tell it is always included in the HTTP dump that >> I get. Besides, wh

Re: [EMAIL PROTECTED] Require Directive

2008-09-05 Thread Eric Covener
On Fri, Sep 5, 2008 at 2:58 PM, Vjy <[EMAIL PROTECTED]> wrote: > > How do i not to protect subdirectory /home/vijay/src/atd/borg/html/public > while protecting /home/vijay/src/atd/borg/html ? > 3 > 4 AuthServer https://webauth03.iavian.com/ > 5 Require valid-user > 6

[EMAIL PROTECTED] Require Directive

2008-09-05 Thread Vjy
3 4 AuthServer https://webauth03.iavian.com/ 5 Require valid-user 6 AuthType Basic 9 10 11 15 How do i not to protect subdirectory /home/vijay/src/atd/borg/html/public while protecting /home/vijay/src/atd/borg/html ? http://iavian.com

RE: [EMAIL PROTECTED] mod_rewrite bug/by design with mod_mem_cache cached files?

2008-09-05 Thread Anthony J. Biacco
Thanx for that. -Tony --- Manager, IT Operations Format Dynamics, Inc. 303-573-1800x27 [EMAIL PROTECTED] http://www.formatdynamics.com -Original Message- From: Eric Covener [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2008 12:13 PM To: users@httpd.apache

Re: [EMAIL PROTECTED] mod_rewrite bug/by design with mod_mem_cache cached files?

2008-09-05 Thread Eric Covener
On Fri, Sep 5, 2008 at 1:20 PM, Anthony J. Biacco <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using apache 2.2.9 with mod_mem_cache to cache some javascript > files, which is working fine. > > Today, I added a rewrite rule to forbid access (403) to everything in a > virtualhost based on the Opera brow

Re: [EMAIL PROTECTED] Getting back HTTP as-is like plain text sometimes

2008-09-05 Thread Dragon
Dobes Vandermeer did speak thusly: > > OK, so then are you certain that the content type header is always being > sent? Yes, as far as I can tell it is always included in the HTTP dump that I get. Besides, which content-type includes the HTTP response headers in it? I am not sure what you are

[EMAIL PROTECTED] mod_rewrite bug/by design with mod_mem_cache cached files?

2008-09-05 Thread Anthony J. Biacco
Hi, I'm using apache 2.2.9 with mod_mem_cache to cache some javascript files, which is working fine. Today, I added a rewrite rule to forbid access (403) to everything in a virtualhost based on the Opera browser, which obviously included the javascript files. Problem is, the cached files in memo

Re: [EMAIL PROTECTED] Problems connecting using Apache on Vista

2008-09-05 Thread Dragon
Gley, David B CTR USAF AFMC HQ AFMC/A7AQ did speak thusly: A little background: I have a client-server application that I created using Delphi. The database server is a Windows 2003 operating system running Oracle and Oracle HTTP Server (Apache 1.3.34). eq_prod.dll is registered with Apache as

Re: [EMAIL PROTECTED] Getting back HTTP as-is like plain text sometimes

2008-09-05 Thread Dobes Vandermeer
On Thu, Sep 4, 2008 at 10:09 AM, Dragon <[EMAIL PROTECTED]> wrote: > Dobes Vandermeer did speak thusly: >> >> On Thu, Sep 4, 2008 at 9:56 AM, Dragon <[EMAIL PROTECTED]> wrote: >> > Dobes Vandermeer did speak thusly: >> >> >> >> For some reason I'm not getting any hits on my google searches for >> >

[EMAIL PROTECTED] Problems connecting using Apache on Vista

2008-09-05 Thread Gley, David B CTR USAF AFMC HQ AFMC/A7AQ
A little background: I have a client-server application that I created using Delphi. The database server is a Windows 2003 operating system running Oracle and Oracle HTTP Server (Apache 1.3.34). eq_prod.dll is registered with Apache as a handler. The client connects to the database and all works

Re: [EMAIL PROTECTED] Query on access log for entry of %T

2008-09-05 Thread Arnab Ganguly
Hi All, Thanks for all help.One basic question, how can I figure out my TimeOut value has expired?In the error logs do we see any entry for this or can you tell me the steps to simulate? Regards Arnab On Thu, Sep 4, 2008 at 11:02 PM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Thu, Sep 4, 2008 a

Re: [EMAIL PROTECTED] How to start Apache automatically with certificate?

2008-09-05 Thread Krist van Besien
On Thu, Sep 4, 2008 at 10:51 PM, Joseph S D Yao <[EMAIL PROTECTED]> wrote: > I did figure someone would point out that I'd said more words than those > in the last entry. I really don't want to add any more to this topic. > If anyone else can stand up and say that THEY have admin'ed Unix, Linux,

[EMAIL PROTECTED] per-subdirectory 405 Method Not Allowed in .htaccess file for read-only WebDAV

2008-09-05 Thread Vasiliy Baranov
Dear Experts, I have a directory named 'foo' in which I have a subdirectory named 'bar' and an '.htaccess' file in which I need to specify that all methods expect GET, HEAD, OPTIONS, and PROPFIND on all resources in the 'bar' subdirectory should result in 405 Method Not Allowed response. The