|  |  | 
| EnderUNIX İpucuArkadaşıma gönder , Ana Sayfa[ Apache ] "Trace Metodu Kapama" - Mefe FIRAT - (2007-06-13 11:37:21) [2813] Trace methodu test edilirken apache nin gonderdigi header larida ekrana cikmasi icin bir kac detay Apache nin conf dosyasina TraceEnable Off satırını ekledikten sonra test etmek icin TraceEnable methodunu eklemeden once ------------------------------------ telnet localhost 80 [enter] OPTIONS * HTTP/1.1 [enter] HOST: localhost [enter] bu ekranda birkez daha [enter] HTTP/1.1 200 OK Date: Wed, 13 Jun 2007 08:25:21 GMT Server: Apache/2.2.0 (Unix) Allow: GET,HEAD,POST,OPTIONS,TRACE Content-Length: 0 Content-Type: text/plain TraceEnable methodunu ekledikten sonra ------------------------------------ telnet localhost 80 [enter] OPTIONS * HTTP/1.1 [enter] HOST: localhost [enter] bu ekranda birkez daha [enter] HTTP/1.1 200 OK Date: Wed, 13 Jun 2007 08:25:21 GMT Server: Apache/2.2.0 (Unix) Allow: GET,HEAD,POST,OPTIONS Content-Length: 0 Content-Type: text/plain yukarida gordugunuz gibi Allow satirinda TRACE gozukmemektedir Arkadaşıma gönder , Ana Sayfa |  |