Server IP : 192.168.23.10 / Your IP : 3.23.101.241 Web Server : Apache System : Linux echo.premieradvertising.com 5.14.0-362.8.1.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 7 14:54:22 EST 2023 x86_64 User : rrrallyteam ( 1049) PHP Version : 8.1.31 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /etc/apache2/conf.modules.d/ |
[ Home ] | [ C0mmand ] | [ 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>