|
Server : LiteSpeed System : Linux srv45672493.ultasrv.net 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64 User : dewab7604 ( 1100) PHP Version : 8.1.33 Disable Function : NONE Directory : /usr/src/csf/ |
Upload File : |
Listen 0.0.0.0:[PORT] Listen [::]:[PORT] # Virtualhost start - do not remove this line <VirtualHost *:[PORT]> ServerName [SERVERNAME] DocumentRoot [DOCUMENTROOT] KeepAlive Off <Directory "[DIRECTORY]"> AllowOverride All </Directory> <IfModule suphp_module> suPHP_Engine On suPHP_UserGroup [USER] [USER] </IfModule> <IfModule suexec_module> <IfModule !mod_ruid2.c> SuexecUserGroup [USER] [USER] </IfModule> </IfModule> <IfModule ruid2_module> RMode config RUidGid [USER] [USER] </IfModule> <IfModule mpm_itk.c> AssignUserID [USER] [USER] </IfModule> <IfModule mod_lsapi.c> lsapi_user_group [USER] [USER] </IfModule> <FilesMatch "\.(inc|php)$"> [PHPHANDLER] </FilesMatch> </VirtualHost> # Virtualhost end - do not remove this line