| Server IP : 85.112.90.236 / Your IP : 192.168.1.26 Web Server : Apache System : Linux 85-112-90-236.cprapid.com 6.12.0-211.7.3.el10_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 12:46:58 EDT 2026 x86_64 User : ftechme ( 1002) PHP Version : 8.2.32 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /etc/apache2/conf.modules.d/ |
Upload File : |
# EXAMPLE: # # LoadModule ruid2_module modules/mod_ruid2.so # User apache # Group apache # RMode stat # RGroups apachetmp # RDocumentChRoot /home /example.com/public_html # # NameVirtualHost 192.168.0.1 # <VirtualHost example.com> # ServerAdmin webmaster@example.com # RDocumentChRoot /home /example.com/public_html # ServerName example.com # ServerAlias www.example.com # RMode config # unnecessary since config is the default # RUidGid user1 group1 # RGroups apachetmp # # <Directory /home/example.com/public_html/dir> # RMode stat # </Directory> # # <Directory /home/example.com/public_html/dir/test> # RMode config # RUidGid user2 group2 # RGroups groups1 # </Directory> # # <Directory /home/example.com/public_html/dir/test/123> # RUidGid user3 group3 # </Directory> # # <Location /yustadir> # RMode config # RUidGid user4 user4 # RGroups groups4 # </Location> # # </VirtualHost> # # <VirtualHost example.net> # ServerAdmin webmaster@example.net # DocumentRoot /home/example.net/public_html # ServerName example.net # ServerAlias www.example.net # </VirtualHost> LoadModule ruid2_module modules/mod_ruid2.so #<IfModule mod_ruid2.c> # RMode stat # RGroups @none #</IfModule>