Server IP : 195.201.23.43 / Your IP : 18.117.167.171 Web Server : Apache System : Linux webserver2.vercom.be 5.4.0-192-generic #212-Ubuntu SMP Fri Jul 5 09:47:39 UTC 2024 x86_64 User : kdecoratie ( 1041) PHP Version : 7.1.33-63+ubuntu20.04.1+deb.sury.org+1 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/kdecoratie/cgi-bin/lib/ |
Upload File : |
# AWSTATS HTTP STATUS DATABASE #------------------------------------------------------- # If you want to add a HTTP status code, you must add # an entry in httpcodelib. #------------------------------------------------------- #package AWSHTTPCODES; # httpcodelib # This list is used to found description of a HTTP status code #----------------------------------------------------------------- %httpcodelib = ( '100'=>'Continue', '101'=>'Switching Protocols', '102'=>'Processing', #[Miscellaneous successes] '2xx'=>'[Miscellaneous successes]', '200'=>'OK', # HTTP request OK '201'=>'Created', '202'=>'Request recorded, will be executed later', '203'=>'Non-authoritative information', '204'=>'Request executed', '205'=>'Reset document', '206'=>'Partial Content', #[Miscellaneous redirections] '3xx'=>'[Miscellaneous redirections]', '300'=>'Multiple documents available', '301'=>'Moved permanently (redirect)', '302'=>'Moved temporarily (redirect)', '303'=>'See other document', '304'=>'Not Modified since last retrieval', # HTTP request OK '305'=>'Use proxy', '306'=>'Switch proxy', '307'=>'Moved temporarily', #[Miscellaneous client/user errors] '4xx'=>'[Miscellaneous client/user errors]', '400'=>'Bad Request', '401'=>'Unauthorized', '402'=>'Payment required', '403'=>'Forbidden', '404'=>'Document Not Found (hits on favicon excluded)', '405'=>'Method not allowed', '406'=>'Document not acceptable to client', '407'=>'Proxy authentication required', '408'=>'Request Timeout', '409'=>'Request conflicts with state of resource', '410'=>'Document gone permanently', '411'=>'Length required', '412'=>'Precondition failed', '413'=>'Request too long', '414'=>'Requested filename too long', '415'=>'Unsupported media type', '416'=>'Requested range not valid', '417'=>'Failed', #[Miscellaneous server errors] '5xx'=>'[Miscellaneous server errors]', '500'=>'Internal server Error', '501'=>'Not implemented', '502'=>'Received bad response from real server', '503'=>'Server busy', '504'=>'Gateway timeout', '505'=>'HTTP version not supported', '506'=>'Redirection failed', #[Unknown] 'xxx'=>'[Unknown]' ); 1;Private