logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Can't seem to enable use of DELETE method Apache 2.4
Author
edwardr86



Joined: 19 Feb 2016
Posts: 1
Location: Chantilly,VA

PostPosted: Fri 19 Feb '16 23:01    Post subject: Can't seem to enable use of DELETE method Apache 2.4 Reply with quote

Hi, I'm running an owncloud instance using Apache 2.4 as the server and for times when I need to delete a user owncloud sends a DELETE request to the server and for some reason I get a 403 instead.

I've telnet and ran OPTIONS / HTTP1.1 and of course I receive in response this:
Allow: GET,HEAD,POST,OPTIONS

as the list of allowed methods.

Now I've tried using LIMIT and LimitExcept directives all day in the .conf files as well as .htaccess and absolutely nothing works. Is there something else I'm missing here?

I have read somewhere that those methods are implemented by mod_dav however owncloud installation docs don't appear to indicate it as a requirement for setup so I'm a bit confused.

Anyway, if anyone has any further ideas as to what I need to do to accomplish this or have run across this before I'd appreciate it.
Back to top
rianna



Joined: 13 Feb 2016
Posts: 3
Location: Voronezh

PostPosted: Sun 21 Feb '16 22:12    Post subject: Reply with quote

I have the same issue above, is there any way to solve it?
Never mind, solved it.

So happy to go on a Billy Joel concert. My ticket I bought here as well as discovered all tour dates in 2016.


Last edited by rianna on Thu 17 Mar '16 11:07; edited 1 time in total
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7371
Location: Germany, Next to Hamburg

PostPosted: Fri 26 Feb '16 11:28    Post subject: Reply with quote

As far as I know owncloud does the webDAV via PHP instead of the apache module. I think it is in the owncloud admin panel to solve that. There is an error / debug log.
Back to top


Reply to topic   Topic: Can't seem to enable use of DELETE method Apache 2.4 View previous topic :: View next topic
Post new topic   Forum Index -> Apache