[us...@httpd] Re: Dav Locks corrupting; need some troubleshooting tools

2009-10-15 Thread Dick Davies
to delete 'file' (e.g. a cronjob) * PUT newfile (very good chance the inode is reused) * LOCK newfile (it will fail) * PROPGET newfile (you'll see it has the same locktoken) Should I report this as a bug? On Wed, Oct 14, 2009 at 2:47 PM, Dick Davies rasput...@hellooperator.net wrote: Hi all I'm

[us...@httpd] Re: Dav Locks corrupting; need some troubleshooting tools

2009-10-15 Thread Dick Davies
Is that documented anywhere at all? In any event, does it made sense to use something other than the inode as the key into the lockDB - the URI for example? On Thu, Oct 15, 2009 at 3:33 PM, Joe Orton jor...@redhat.com wrote: Steps to reproduce: * PUT file * LOCK file * PROPGET file (note

Re: [us...@httpd] cgi as directory index?

2009-10-15 Thread Dick Davies
Why don't you do ScriptAlias /abc /var/www/abc/cgi-bin/abc.cgi ? On Thu, Oct 15, 2009 at 8:35 PM, Israel Brewster isr...@frontierflying.com wrote: I'm sure this one is really simple, but I don't know what I am doing wrong. I have the following config block in my httpd.conf file: ScriptAlias

[us...@httpd] DAV locktokens clashing?

2009-10-13 Thread Dick Davies
Any help with this would be very much appreciated - if this is the wrong list please let me know where it should go. I've got a reasonably biggish vhost with WebDAV over SSL enabled. Users are only allowed to access their own parts of the site. (I block them out with Location /a Require user

Re: [us...@httpd] .htaccess files not working from internet? intranetaccess fine

2009-10-13 Thread Dick Davies
What's in the error/access logs on apache, Kaya? That should tell you whether it's apache blocking the request, or Squid. On Tue, Oct 13, 2009 at 9:45 AM, Kaya Saman samank...@netscape.net wrote: matt farey wrote: Did you ever investigate the response headers or lookup basic auth in squid?

Re: [us...@httpd] .htaccess files not working from internet? intranetaccessfine

2009-10-13 Thread Dick Davies
On Tue, Oct 13, 2009 at 12:33 PM, Kaya Saman samank...@netscape.net wrote: I used: telnet {mydomain.com} 80 and it just gives me connected??? No 'get url' etc... - am on Ubuntu 9.04 currently but even within the Solaris and Cent OS servers I don't get that kind of response. You have to type

Re: [us...@httpd] .htaccess files not working from internet? intranetaccessfine

2009-10-13 Thread Dick Davies
Do yourself a big favour and use something like curl. Telnet is a crappy way to test http. On Tue, Oct 13, 2009 at 1:19 PM, Kaya Saman samank...@netscape.net wrote: Using host: hostname from telnet I get this: [code] HTTP/1.0 400 Bad Request Server: squid/2.6.STABLE15 Date: Tue, 13 Oct 2009

Re: [us...@httpd] Odd site redirection

2009-10-06 Thread Dick Davies
Do you have a NameVirtualHost *.80 in your apache config somewhere? On Tue, Oct 6, 2009 at 8:06 AM, Igor Cicimov icici...@gmail.com wrote: I would say something is wrong with your new virtual host definition. It's not a redirection but since the request doesn't match any virtual host is

Re: [us...@httpd] mod_rewrite : Can a space in a URL be preserved ?

2009-10-06 Thread Dick Davies
Spaces aren't valid characters in urls, period. As you say, it URL encodes to %20, and I can't imagine any bits of apache (or any other server) are going to send a space instead, because that breaks the HTTP spec. On Tue, Oct 6, 2009 at 3:59 PM, ABAPGUY abap...@yahoo.com wrote: Hi Apache

Re: [us...@httpd] DELETE method

2009-10-05 Thread Dick Davies
What's in the directory? If it's a filesystem, apache won't let you DELETE (unless you have it DAV enabled or something like that). On Tue, Oct 6, 2009 at 1:15 AM, Jeff Dyke jeff.d...@gmail.com wrote: I'm trying to put together a REST-ful application and am having a hard time getting apache

[EMAIL PROTECTED] mod_rewrite and network addresses?

2005-07-25 Thread Dick Davies
Hi all, I'm trying to do what should be simple, can anyone suggest a better approach? I have content I want to serve up via http to intranet users, but have external IPs authenticate over SSL (mod_auth_ldap). the internal nets are (say): 10.9.0.0/16 10.0.112.0/20 10.19.64.0/22 I solved this

Re: [EMAIL PROTECTED] mod_rewrite and network addresses?

2005-07-25 Thread Dick Davies
* Joshua Slive [EMAIL PROTECTED] [0737 18:37]: On 7/25/05, Dick Davies [EMAIL PROTECTED] wrote: but since we're just matching a string (REMOTE_ADDR) with no network information it isn't going to cut it for the last two sites. Am I really going to have to have one line for each

Re: [users@httpd] syntax error before '*' token

2005-06-24 Thread Dick Davies
* Gustavo A. Baratto [EMAIL PROTECTED] [0632 01:32]: Does anybody know what is this error all about? I got the same error in all combinations of these: - freebsd 5.3 and 5.4. - apache 2.0.53 and 2.0.54 - freebsd make and gmake Why don't you just use the ports tree?

Re: [users@httpd] web server slow too much slow

2005-05-20 Thread Dick Davies
* Boyle Owen [EMAIL PROTECTED] [0523 10:23]: -Original Message- From: Msuro Venanzi [mailto:[EMAIL PROTECTED] Sent: Freitag, 20. Mai 2005 11:15 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] web server slow too much slow hi all here is a link to my home web

Re: [users@httpd] httpd can't start because it's not yet running

2005-05-20 Thread Dick Davies
* dan [EMAIL PROTECTED] [0559 01:59]: Fabiano Sidler wrote: Hi folks! [EMAIL PROTECTED] $ httpd -k start (20014)Error string not specified yet: Error retrieving pid file /var/run/httpd.pid [EMAIL PROTECTED] $ ls -l /var/run/httpd.pid -rw-r--r-- 1 root root 0 May 20 02:44

Re: [users@httpd] Basic Authentication question

2005-05-12 Thread Dick Davies
* Sandeep Gaikwad [EMAIL PROTECTED] [0558 09:58]: Hello Anand, Please try by updating the line AllowOverride None by AllowOverride AuthConfig or AllowOverride All Regards, Sandeep Guys, read the mails before posting replies, ok? What you suggest would enable .htaccess loading of