You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/02/28 08:12:32 UTC

DO NOT REPLY [Bug 17518] New: - PROPFIND not usable at all, allso after

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17518>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17518

PROPFIND not usable at all, allso after <LIMIT PROPFIND>

           Summary: PROPFIND not usable at all, allso after <LIMIT PROPFIND>
           Product: Apache httpd-2.0
           Version: 2.0.44
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: helli@digiconcept.net


I want to use the PROPFIND method to get back some information out of a
php-script (webdav service for db-data). 

But each time i contact the server i get pack a 405-Error. Method not allowed !

This is the part of my configuration:

<Location /bitflux>
	<LimitExcept PROPFIND GET POST>
		Require  valid user
	</LimitExcept>
	RewriteEngine On
	RewriteCond     %{REQUEST_URI}  !.*\.php$
	RewriteRule ^(.*)$ /var/www/html/bitflux/test.php?path=/$1 [QSA,L]
	php_value always_populate_raw_post_data 1
	php_value allow_webdav_methods 1
</Location>

I run this on Mandrake Linux 9.0 / Kernel 2.4.19 
Apache 2.0.44 and mod_php 4.3.1 

So, i changed the <Limit> and  <LimitExpect> for the POST and GET Method. After
this i can see that the Limit works for this two methods. 
If i use it with PROPFIND it takes no effect. 

The Server is now behind my firewall, so you cannot access him. Please tell me
if you need access, or some more information.

Thanks for your help !


Helli

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org