Re: [users@httpd] Delete requests forbidden

2014-04-24 Thread Egidio Caprino

Ok but how can I enable it? I need it for some restful api.

I tried the Limit clause but it does not work.

On 04/24/14 20:36, Nick Tkach wrote:

Because that's typically a very dangerous operation to just leave
open.  Generally speaking it would mean that people could send
requests to your Apache saying to delete something from it (granted,
it would be "just" things the user running Apache has access to).
Most configurations I've ever worked with (at least production) have
everything but HEAD/GET/POST disabled by default.

On Thu, Apr 24, 2014 at 1:26 PM, Jeff Trawick  wrote:

On Thu, Apr 24, 2014 at 1:30 PM, Egidio Caprino 
wrote:


Hello.

I use Apache server on a Arch Linux machine. I have a big problem with the
delete requests. Apache refuse all of them with the 403 response status
code.

I do not understand why. Can you please help me?

Egidio



Is your httpd configuration forbidding DELETE?

http://stackoverflow.com/questions/11170377/apache-delete-request




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org





--
Born in Roswell... married an alien...
http://emptyhammock.com/
http://edjective.org/



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



Re: [users@httpd] Delete requests forbidden

2014-04-24 Thread Nick Tkach
Because that's typically a very dangerous operation to just leave
open.  Generally speaking it would mean that people could send
requests to your Apache saying to delete something from it (granted,
it would be "just" things the user running Apache has access to).
Most configurations I've ever worked with (at least production) have
everything but HEAD/GET/POST disabled by default.

On Thu, Apr 24, 2014 at 1:26 PM, Jeff Trawick  wrote:
> On Thu, Apr 24, 2014 at 1:30 PM, Egidio Caprino 
> wrote:
>>
>> Hello.
>>
>> I use Apache server on a Arch Linux machine. I have a big problem with the
>> delete requests. Apache refuse all of them with the 403 response status
>> code.
>>
>> I do not understand why. Can you please help me?
>>
>> Egidio
>
>
> Is your httpd configuration forbidding DELETE?
>
> http://stackoverflow.com/questions/11170377/apache-delete-request
>
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>> For additional commands, e-mail: users-h...@httpd.apache.org
>>
>
>
>
> --
> Born in Roswell... married an alien...
> http://emptyhammock.com/
> http://edjective.org/
>

-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



Re: [users@httpd] Delete requests forbidden

2014-04-24 Thread Jeff Trawick
On Thu, Apr 24, 2014 at 1:30 PM, Egidio Caprino wrote:

> Hello.
>
> I use Apache server on a Arch Linux machine. I have a big problem with the
> delete requests. Apache refuse all of them with the 403 response status
> code.
>
> I do not understand why. Can you please help me?
>
> Egidio
>

Is your httpd configuration forbidding DELETE?

http://stackoverflow.com/questions/11170377/apache-delete-request


>
> -
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>


-- 
Born in Roswell... married an alien...
http://emptyhammock.com/
http://edjective.org/


[users@httpd] Delete requests forbidden

2014-04-24 Thread Egidio Caprino

Hello.

I use Apache server on a Arch Linux machine. I have a big problem with 
the delete requests. Apache refuse all of them with the 403 response 
status code.


I do not understand why. Can you please help me?

Egidio

-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org