Re: [EMAIL PROTECTED] webdav not authenticating on apache 2.2.3 - centos 5

2008-02-20 Thread James Chase
Location tag excepts a URL path. http://httpd.apache.org/docs/2.0/mod/core.html#location Thought it might be worth pointing out. On Thu, Feb 21, 2008 at 7:47 AM, James Chase <[EMAIL PROTECTED]> wrote: I've been trying to get webdav to work with apache for a little while now an

[EMAIL PROTECTED] webdav not authenticating on apache 2.2.3 - centos 5

2008-02-20 Thread James Chase
I've been trying to get webdav to work with apache for a little while now and I must be missing something. Currently I just have the directives like this DAV on I just want to verify that webdav actually works. When trying to map the location with Windows XP it asks for a username/pa

Re: [EMAIL PROTECTED] "GET /somefilename.htm" ... Would a browser do this?

2005-07-31 Thread Chase
Is the GET request always rooted at "/" ? In other words, is the browser itself responsible for figuring out what the full path to file is, if, for instance, the user clicks on a relative link? - Chase On Jul 31, 2005, at 9:33 PM, Dan Goodes wrote: On Sun, 31 Jul 2005 at 21

[EMAIL PROTECTED] "GET /somefilename.htm" ... Would a browser do this?

2005-07-31 Thread Chase
browsers, just to be safe, **always** use the fully qualified URL: GET http://www.somedomainname.com/somefilename.htm ?? Am I correct in assuming this? Thanks. - Chase - The official User-To-User support forum of

[EMAIL PROTECTED] lots of near-simultaneous requests the same file

2005-07-28 Thread Chase
this subject please? thanks. - chase - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] &quo

Re: [EMAIL PROTECTED] [RESOLVED] Regular Expression Question

2005-07-28 Thread Chase
URI"] ); ?> ... or at least that seems to be working nicely thus far. the end. - chase ps: thanks to dan for getting me back on track with this more elegant (IMO) solution. - The official User-To-User suppor

Re: [EMAIL PROTECTED] Regular Expression Question

2005-07-28 Thread Chase
On Jul 28, 2005, at 1:43 AM, Chase wrote: You could always create an errordocument CGI that returns a LOCATION header that sends them to foo.net :) actually, that was one of the first things i tried, but i couldn't get it working. let me make sure that i understand you: do you

Re: [EMAIL PROTECTED] Regular Expression Question

2005-07-27 Thread Chase
ction? if so, what is a straight html example of such a page? my web host will only allow plain html error pages, so i can't use php or whatever. it'll have to be plain, vanilla html. - chase - The offici

Re: [EMAIL PROTECTED] [RESOLVED] Regular Expression Question

2005-07-27 Thread Chase
www.foo.net/cgi-bin/something_else, it won't get redirected to foo.com, it'll just return a 404 (from foo.net) when it doesn't find the file on foo.net. but for all other file requests, it'll work perfectly. cheers. - chase ---

Re: [EMAIL PROTECTED] Regular Expression Question

2005-07-27 Thread Chase
is there a way to disable a Redirect from a higher level in the directory tree? is there something like: Redirect OFF ?? - chase - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [EMAIL PROTECTED] Regular Expression Question

2005-07-27 Thread Chase
e: "Regular expression could not be compiled". how can i get this to work? thanks. - chase On Jul 27, 2005, at 8:39 PM, Wagner, Aaron wrote: [^/cgi-bin/mycgiscript$] - The official User-To-User suppor

[EMAIL PROTECTED] Regular Expression Question

2005-07-27 Thread Chase
what is the opposite/complement of: /cgi-bin/mycgiscript$ as it is, this matches just this one file on my webserver. what i want is for it to match... NOT that file. (to use a zoolanderism. :) - Chase - The