You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Olivier Le Cam <ol...@ac-versailles.fr> on 2002/03/31 22:38:35 UTC

OPTIONS request to Apache : question

Hi folks,

When I send an OPTIONS request to Apache I always receive this :

HTTP/1.1 200 OK
Date: Wed, 27 Mar 2002 12:06:12 GMT
Server: Apache
Content-Length: 0
Allow: GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, PATCH,
PROPFIND, PROPPATCH, MKCOL, COPY, MOVE, LOCK, UNLOCK, TRACE
Connection: close

What can I do to only display that only GET, HEAD and OPTIONS methods are 
allowed ? I tried to write the following setting in my httpd.conf but I 
still receive the same :

<Directory "/home/apache/htdocs">
     Options Indexes FollowSymLinks MultiViews
     AllowOverride AuthConfig Limit
     <Limit GET POST OPTIONS>
         Order allow,deny
         Allow from all
     </Limit>
     <LimitExcept GET POST OPTIONS>
         Order deny,allow
         Deny from all
     </LimitExcept>
</Directory>

Any idea ?

Thanks,
-- 
Olivier Le Cam
clg de Domont, 95
France


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Error log customization

Posted by Soheil Shaghaghi <so...@jhanna.com>.
Hello everyone,
I have a few programs that keep generating errors. The errors are useless to
me, and since I constantly monitor the error log files to fix problems, I
want to eliminate these errors to get written to the files.
Can anyone please tell me how to do this?
For example, one of the errors I want to eliminate looks like this:

File does not exist: /home/site/web/register/applet/a/aBeanInfo.class

Thanks so much,
Soheil


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org