Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.222
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
etc /
httpd /
conf /
[ HOME SHELL ]
Name
Size
Permission
Action
httpd.conf
134.61
KB
-rw-r--r--
httpd.conf-bk
13.57
KB
-rw-r--r--
httpd.conf-bkp-18Aug2025
126.93
KB
-rw-r--r--
httpd.conf-completednewip
76.62
KB
-rw-r--r--
httpd.conf-gokul-changes
134.5
KB
-rw-r--r--
httpd.conf-may9
118.45
KB
-rw-r--r--
httpd.conf-newip
76.62
KB
-rw-r--r--
httpd.conf.bkp10-Nov-25
134.61
KB
-rw-r--r--
httpd.conf_bak
15.02
KB
-rw-r--r--
httpd.conf_baksep2
96.41
KB
-rw-r--r--
httpd.conf_bkAug16
134.75
KB
-rw-r--r--
httpd.conf_bksp29
118.5
KB
-rw-r--r--
httpd.confjul5
132.85
KB
-rw-r--r--
magic
12.76
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : httpd.conf_bksp29
# # This is the main Apache HTTP server configuration file. It contains the # configuration directives that give the server its instructions. # See <URL:http://httpd.apache.org/docs/2.4/> for detailed information. # In particular, see # <URL:http://httpd.apache.org/docs/2.4/mod/directives.html> # for a discussion of each configuration directive. # # See the httpd.conf(5) man page for more information on this configuration, # and httpd.service(8) on using and configuring the httpd service. # # Do NOT simply read the instructions in here without understanding # what they do. They're here only as hints or reminders. If you are unsure # consult the online docs. You have been warned. # # Configuration and logfile names: If the filenames you specify for many # of the server's control files begin with "/" (or "drive:/" for Win32), the # server will use that explicit path. If the filenames do *not* begin # with "/", the value of ServerRoot is prepended -- so 'log/access_log' # with ServerRoot set to '/www' will be interpreted by the # server as '/www/log/access_log', where as '/log/access_log' will be # interpreted as '/log/access_log'. # # ServerRoot: The top of the directory tree under which the server's # configuration, error, and log files are kept. # # Do not add a slash at the end of the directory path. If you point # ServerRoot at a non-local disk, be sure to specify a local disk on the # Mutex directive, if file-based mutexes are used. If you wish to share the # same ServerRoot for multiple httpd daemons, you will need to change at # least PidFile. # ServerRoot "/etc/httpd" # # Listen: Allows you to bind Apache to specific IP addresses and/or # ports, instead of the default. See also the <VirtualHost> # directive. # # Change this to Listen on specific IP addresses as shown below to # prevent Apache from glomming onto all bound IP addresses. # #Listen 12.34.56.78:80 Listen 80 # # Dynamic Shared Object (DSO) Support # # To be able to use the functionality of a module which was built as a DSO you # have to place corresponding `LoadModule' lines at this location so the # directives contained in it are actually available _before_ they are used. # Statically compiled modules (those listed by `httpd -l') do not need # to be loaded here. # # Example: # LoadModule foo_module modules/mod_foo.so # Include conf.modules.d/*.conf # # If you wish httpd to run as a different user or group, you must run # httpd as root initially and it will switch. # # User/Group: The name (or #number) of the user/group to run httpd as. # It is usually good practice to create a dedicated user and group for # running httpd, as with most system services. # User apache Group apache # 'Main' server configuration # # The directives in this section set up the values used by the 'main' # server, which responds to any requests that aren't handled by a # <VirtualHost> definition. These values also provide defaults for # any <VirtualHost> containers you may define later in the file. # # All of these directives may appear inside <VirtualHost> containers, # in which case these default settings will be overridden for the # virtual host being defined. # # # ServerAdmin: Your address, where problems with the server should be # e-mailed. This address appears on some server-generated pages, such # as error documents. e.g. admin@your-domain.com # ServerAdmin root@localhost # # ServerName gives the name and port that the server uses to identify itself. # This can often be determined automatically, but we recommend you specify # it explicitly to prevent problems during startup. # # If your host doesn't have a registered DNS name, enter its IP address here. # #ServerName www.example.com:80 # # Deny access to the entirety of your server's filesystem. You must # explicitly permit access to web content directories in other # <Directory> blocks below. # <Directory /> AllowOverride none Require all denied </Directory> # # Note that from this point forward you must specifically allow # particular features to be enabled - so if something's not working as # you might expect, make sure that you have specifically enabled it # below. # # # DocumentRoot: The directory out of which you will serve your # documents. By default, all requests are taken from this directory, but # symbolic links and aliases may be used to point to other locations. # DocumentRoot "/var/www/html" # # Relax access to content within /var/www. # <Directory "/var/www"> AllowOverride None # Allow open access: Require all granted </Directory> # Further relax access to the default document root: <Directory "/var/www/html"> # # Possible values for the Options directive are "None", "All", # or any combination of: # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews # # Note that "MultiViews" must be named *explicitly* --- "Options All" # doesn't give it to you. # # The Options directive is both complicated and important. Please see # http://httpd.apache.org/docs/2.4/mod/core.html#options # for more information. # Options Indexes FollowSymLinks # # AllowOverride controls what directives may be placed in .htaccess files. # It can be "All", "None", or any combination of the keywords: # Options FileInfo AuthConfig Limit # AllowOverride None # # Controls who can get stuff from this server. # Require all granted </Directory> # # DirectoryIndex: sets the file that Apache will serve if a directory # is requested. # <IfModule dir_module> DirectoryIndex index.html </IfModule> # # The following lines prevent .htaccess and .htpasswd files from being # viewed by Web clients. # <Files ".ht*"> Require all granted </Files> # # ErrorLog: The location of the error log file. # If you do not specify an ErrorLog directive within a <VirtualHost> # container, error messages relating to that virtual host will be # logged here. If you *do* define an error logfile for a <VirtualHost> # container, that host's errors will be logged there and not here. # ErrorLog "logs/error_log" # # LogLevel: Control the number of messages logged to the error_log. # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. # LogLevel warn <IfModule log_config_module> # # The following directives define some format nicknames for use with # a CustomLog directive (see below). # LogFormat "%a %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%a %l %u %t \"%r\" %>s %b" common <IfModule logio_module> # You need to enable mod_logio.c to use %I and %O LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio </IfModule> # # The location and format of the access logfile (Common Logfile Format). # If you do not define any access logfiles within a <VirtualHost> # container, they will be logged here. Contrariwise, if you *do* # define per-<VirtualHost> access logfiles, transactions will be # logged therein and *not* in this file. # #CustomLog "logs/access_log" common # # If you prefer a logfile with access, agent, and referer information # (Combined Logfile Format) you can use the following directive. # CustomLog "logs/access_log" combined </IfModule> <IfModule alias_module> # # Redirect: Allows you to tell clients about documents that used to # exist in your server's namespace, but do not anymore. The client # will make a new request for the document at its new location. # Example: # Redirect permanent /foo http://www.example.com/bar # # Alias: Maps web paths into filesystem paths and is used to # access content that does not live under the DocumentRoot. # Example: # Alias /webpath /full/filesystem/path # # If you include a trailing / on /webpath then the server will # require it to be present in the URL. You will also likely # need to provide a <Directory> section to allow access to # the filesystem path. # # ScriptAlias: This controls which directories contain server scripts. # ScriptAliases are essentially the same as Aliases, except that # documents in the target directory are treated as applications and # run by the server when requested rather than as documents sent to the # client. The same rules about trailing "/" apply to ScriptAlias # directives as to Alias. # ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" </IfModule> # # "/var/www/cgi-bin" should be changed to whatever your ScriptAliased # CGI directory exists, if you have that configured. # <Directory "/var/www/cgi-bin"> AllowOverride None Options None Require all granted </Directory> <IfModule mime_module> # # TypesConfig points to the file containing the list of mappings from # filename extension to MIME-type. # TypesConfig /etc/mime.types # # AddType allows you to add to or override the MIME configuration # file specified in TypesConfig for specific file types. # #AddType application/x-gzip .tgz # # AddEncoding allows you to have certain browsers uncompress # information on the fly. Note: Not all browsers support this. # #AddEncoding x-compress .Z #AddEncoding x-gzip .gz .tgz # # If the AddEncoding directives above are commented-out, then you # probably should define those extensions to indicate media types: # AddType application/x-compress .Z AddType application/x-gzip .gz .tgz # # AddHandler allows you to map certain file extensions to "handlers": # actions unrelated to filetype. These can be either built into the server # or added with the Action directive (see below) # # To use CGI scripts outside of ScriptAliased directories: # (You will also need to add "ExecCGI" to the "Options" directive.) # #AddHandler cgi-script .cgi # For type maps (negotiated resources): #AddHandler type-map var # # Filters allow you to process content before it is sent to the client. # # To parse .shtml files for server-side includes (SSI): # (You will also need to add "Includes" to the "Options" directive.) # AddType text/html .shtml AddOutputFilter INCLUDES .shtml </IfModule> # # Specify a default charset for all content served; this enables # interpretation of all content as UTF-8 by default. To use the # default browser choice (ISO-8859-1), or to allow the META tags # in HTML content to override this choice, comment out this # directive: # AddDefaultCharset UTF-8 <IfModule mime_magic_module> # # The mod_mime_magic module allows the server to use various hints from the # contents of the file itself to determine its type. The MIMEMagicFile # directive tells the module where the hint definitions are located. # MIMEMagicFile conf/magic </IfModule> # # Customizable error responses come in three flavors: # 1) plain text 2) local redirects 3) external redirects # # Some examples: #ErrorDocument 500 "The server made a boo boo." #ErrorDocument 404 /missing.html #ErrorDocument 404 "/cgi-bin/missing_handler.pl" #ErrorDocument 402 http://www.example.com/subscription_info.html # # # EnableMMAP and EnableSendfile: On systems that support it, # memory-mapping or the sendfile syscall may be used to deliver # files. This usually improves server performance, but must # be turned off when serving from networked-mounted # filesystems or if support for these functions is otherwise # broken on your system. # Defaults if commented: EnableMMAP On, EnableSendfile Off # #EnableMMAP off EnableSendfile on # Supplemental configuration # # Load config files in the "/etc/httpd/conf.d" directory, if any. IncludeOptional conf.d/*.conf SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1 SSLCipherSuite ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384 ServerTokens Prod ServerSignature Off TraceEnable Off <VirtualHost 103.90.241.146:80> SuexecUserGroup "#1087" "#1071" ServerName aryamahasammelan.org ServerAlias www.aryamahasammelan.org ServerAlias webmail.aryamahasammelan.org ServerAlias admin.aryamahasammelan.org DocumentRoot /home/aryamahasammelan/public_html ErrorLog /var/log/virtualmin/aryamahasammelan.org_error_log CustomLog /var/log/virtualmin/aryamahasammelan.org_access_log combined ScriptAlias /cgi-bin/ /home/aryamahasammelan/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/aryamahasammelan/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/aryamahasammelan/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.aryamahasammelan.org RewriteRule ^(.*) https://aryamahasammelan.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.aryamahasammelan.org RewriteRule ^(.*) https://aryamahasammelan.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8000 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:443> SuexecUserGroup "#1087" "#1071" ServerName aryamahasammelan.org ServerAlias www.aryamahasammelan.org ServerAlias webmail.aryamahasammelan.org ServerAlias admin.aryamahasammelan.org DocumentRoot /home/aryamahasammelan/public_html ErrorLog /var/log/virtualmin/aryamahasammelan.org_error_log CustomLog /var/log/virtualmin/aryamahasammelan.org_access_log combined ScriptAlias /cgi-bin/ /home/aryamahasammelan/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/aryamahasammelan/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/aryamahasammelan/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.aryamahasammelan.org RewriteRule ^(.*) https://aryamahasammelan.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.aryamahasammelan.org RewriteRule ^(.*) https://aryamahasammelan.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 SSLEngine on SSLCertificateFile /home/aryamahasammelan/ssl.cert SSLCertificateKeyFile /home/aryamahasammelan/ssl.key SSLProtocol all -SSLv2 -SSLv3 SSLCACertificateFile /home/aryamahasammelan/ssl.ca <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8000 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:80> SuexecUserGroup "#1088" "#1072" ServerName aryasamaj.tv ServerAlias www.aryasamaj.tv ServerAlias webmail.aryasamaj.tv ServerAlias admin.aryasamaj.tv DocumentRoot /home/aryasamaj/public_html ErrorLog /var/log/virtualmin/aryasamaj.tv_error_log CustomLog /var/log/virtualmin/aryasamaj.tv_access_log combined ScriptAlias /cgi-bin/ /home/aryasamaj/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/aryasamaj/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/aryasamaj/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.aryasamaj.tv RewriteRule ^(.*) https://aryasamaj.tv:20000/ [R] RewriteCond %{HTTP_HOST} =admin.aryasamaj.tv RewriteRule ^(.*) https://aryasamaj.tv:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 ProxyPassMatch ^/(.*.php(/.*)?)$ fcgi://localhost:8001/home/aryasamaj/public_html/$1 <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8001 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:443> SuexecUserGroup "#1088" "#1072" ServerName aryasamaj.tv ServerAlias www.aryasamaj.tv ServerAlias webmail.aryasamaj.tv ServerAlias admin.aryasamaj.tv DocumentRoot /home/aryasamaj/public_html ErrorLog /var/log/virtualmin/aryasamaj.tv_error_log CustomLog /var/log/virtualmin/aryasamaj.tv_access_log combined ScriptAlias /cgi-bin/ /home/aryasamaj/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/aryasamaj/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/aryasamaj/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.aryasamaj.tv RewriteRule ^(.*) https://aryasamaj.tv:20000/ [R] RewriteCond %{HTTP_HOST} =admin.aryasamaj.tv RewriteRule ^(.*) https://aryasamaj.tv:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 SSLEngine on SSLCertificateFile /home/aryasamaj/ssl.cert SSLCertificateKeyFile /home/aryasamaj/ssl.key SSLProtocol all -SSLv2 -SSLv3 ProxyPassMatch ^/(.*.php(/.*)?)$ fcgi://localhost:8001/home/aryasamaj/public_html/$1 SSLCACertificateFile /home/aryasamaj/ssl.ca <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8001 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:80> ServerName blog.thearyasamaj.org ServerAlias www.blog.thearyasamaj.org ServerAlias webmail.blog.thearyasamaj.org ServerAlias admin.blog.thearyasamaj.org DocumentRoot /home/blog/public_html ErrorLog /var/log/virtualmin/blog.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/blog.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/blog/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/blog/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/blog/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.blog.thearyasamaj.org RewriteRule ^(.*) https://blog.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.blog.thearyasamaj.org RewriteRule ^(.*) https://blog.thearyasamaj.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 ProxyPassMatch ^/(.*.php(/.*)?)$ fcgi://127.0.0.1:8002/home/blog/public_html/$1 <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8002 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:443> ServerName blog.thearyasamaj.org ServerAlias www.blog.thearyasamaj.org ServerAlias webmail.blog.thearyasamaj.org ServerAlias admin.blog.thearyasamaj.org DocumentRoot /home/blog/public_html ErrorLog /var/log/virtualmin/blog.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/blog.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/blog/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/blog/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/blog/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.blog.thearyasamaj.org RewriteRule ^(.*) https://blog.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.blog.thearyasamaj.org RewriteRule ^(.*) https://blog.thearyasamaj.org:10000/ [R] SSLEngine on SSLCertificateFile /home/blog/ssl.cert SSLCertificateKeyFile /home/blog/ssl.key SSLProtocol all -SSLv2 -SSLv3 RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 SSLCACertificateFile /home/blog/ssl.ca ProxyPassMatch ^/(.*.php(/.*)?)$ fcgi://127.0.0.1:8002/home/blog/public_html/$1 <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8002 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:80> SuexecUserGroup "#1090" "#1074" ServerName delhisabha.org ServerAlias www.delhisabha.org ServerAlias webmail.delhisabha.org ServerAlias admin.delhisabha.org DocumentRoot /home/delhisabha/public_html ErrorLog /var/log/virtualmin/delhisabha.org_error_log CustomLog /var/log/virtualmin/delhisabha.org_access_log combined ScriptAlias /cgi-bin/ /home/delhisabha/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/delhisabha/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/delhisabha/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.delhisabha.org RewriteRule ^(.*) https://delhisabha.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.delhisabha.org RewriteRule ^(.*) https://delhisabha.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8003 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:443> SuexecUserGroup "#1090" "#1074" ServerName delhisabha.org ServerAlias www.delhisabha.org ServerAlias webmail.delhisabha.org ServerAlias admin.delhisabha.org DocumentRoot /home/delhisabha/public_html ErrorLog /var/log/virtualmin/delhisabha.org_error_log CustomLog /var/log/virtualmin/delhisabha.org_access_log combined ScriptAlias /cgi-bin/ /home/delhisabha/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/delhisabha/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/delhisabha/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.delhisabha.org RewriteRule ^(.*) https://delhisabha.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.delhisabha.org RewriteRule ^(.*) https://delhisabha.org:10000/ [R] SSLEngine on SSLCertificateFile /home/delhisabha/ssl.cert SSLCertificateKeyFile /home/delhisabha/ssl.key SSLProtocol all -SSLv2 -SSLv3 RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 SSLCACertificateFile /home/delhisabha/ssl.ca <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8003 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:80> SuexecUserGroup "#1091" "#1075" ServerName discover.thearyasamaj.org ServerAlias www.discover.thearyasamaj.org ServerAlias webmail.discover.thearyasamaj.org ServerAlias admin.discover.thearyasamaj.org DocumentRoot /home/discover/public_html ErrorLog /var/log/virtualmin/discover.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/discover.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/discover/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/discover/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/discover/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.discover.thearyasamaj.org RewriteRule ^(.*) https://discover.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.discover.thearyasamaj.org RewriteRule ^(.*) https://discover.thearyasamaj.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8004 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:443> SuexecUserGroup "#1091" "#1075" ServerName discover.thearyasamaj.org ServerAlias www.discover.thearyasamaj.org ServerAlias webmail.discover.thearyasamaj.org ServerAlias admin.discover.thearyasamaj.org DocumentRoot /home/discover/public_html ErrorLog /var/log/virtualmin/discover.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/discover.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/discover/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/discover/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/discover/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.discover.thearyasamaj.org RewriteRule ^(.*) https://discover.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.discover.thearyasamaj.org RewriteRule ^(.*) https://discover.thearyasamaj.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 SSLEngine on SSLCertificateFile /home/discover/ssl.cert SSLCertificateKeyFile /home/discover/ssl.key SSLProtocol all -SSLv2 -SSLv3 SSLCACertificateFile /etc/ssl/certs/CA_bundle <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8004 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:80> SuexecUserGroup "#1092" "#1076" ServerName donation.thearyasamaj.org ServerAlias www.donation.thearyasamaj.org ServerAlias webmail.donation.thearyasamaj.org ServerAlias admin.donation.thearyasamaj.org DocumentRoot /home/donation/public_html ErrorLog /var/log/virtualmin/donation.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/donation.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/donation/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/donation/public_html/> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/donation/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.donation.thearyasamaj.org RewriteRule ^(.*) https://donation.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.donation.thearyasamaj.org RewriteRule ^(.*) https://donation.thearyasamaj.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 RewriteCond %{SERVER_NAME} =www.donation.thearyasamaj.org [OR] RewriteCond %{SERVER_NAME} =webmail.donation.thearyasamaj.org [OR] RewriteCond %{SERVER_NAME} =admin.donation.thearyasamaj.org [OR] RewriteCond %{SERVER_NAME} =donation.thearyasamaj.org RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [L,NE,R=permanent] <Directory /home/donation/public_html/enach> Options +Indexes +IncludesNOEXEC +SymLinksifOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch </Directory> <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8005 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:443> SuexecUserGroup "#1092" "#1076" ServerName donation.thearyasamaj.org ServerAlias www.donation.thearyasamaj.org ServerAlias webmail.donation.thearyasamaj.org ServerAlias admin.donation.thearyasamaj.org DocumentRoot /home/donation/public_html ErrorLog /var/log/virtualmin/donation.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/donation.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/donation/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/donation/public_html/> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/donation/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.donation.thearyasamaj.org RewriteRule ^(.*) https://donation.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.donation.thearyasamaj.org RewriteRule ^(.*) https://donation.thearyasamaj.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 SSLEngine on SSLProtocol all -SSLv2 -SSLv3 SSLCertificateFile /home/donation/ssl.cert SSLCertificateKeyFile /home/donation/ssl.key Include /etc/letsencrypt/options-ssl-apache.conf SSLCertificateChainFile /etc/ssl/certs/CA_bundle SSLCACertificateFile /etc/ssl/certs/CA_bundle <Directory /home/donation/public_html/enach> Options +Indexes +IncludesNOEXEC +SymLinksifOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch </Directory> <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8005 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:80> SuexecUserGroup "#1093" "#1077" ServerName elibadmin.thearyasamaj.org ServerAlias www.elibadmin.thearyasamaj.org ServerAlias webmail.elibadmin.thearyasamaj.org ServerAlias admin.elibadmin.thearyasamaj.org DocumentRoot /home/elibadmin/public_html ErrorLog /var/log/virtualmin/elibadmin.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/elibadmin.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/elibadmin/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/elibadmin/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/elibadmin/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.elibadmin.thearyasamaj.org RewriteRule ^(.*) https://elibadmin.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.elibadmin.thearyasamaj.org RewriteRule ^(.*) https://elibadmin.thearyasamaj.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8006 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:443> SuexecUserGroup "#1093" "#1077" ServerName elibadmin.thearyasamaj.org ServerAlias www.elibadmin.thearyasamaj.org ServerAlias webmail.elibadmin.thearyasamaj.org ServerAlias admin.elibadmin.thearyasamaj.org DocumentRoot /home/elibadmin/public_html ErrorLog /var/log/virtualmin/elibadmin.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/elibadmin.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/elibadmin/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/elibadmin/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/elibadmin/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.elibadmin.thearyasamaj.org RewriteRule ^(.*) https://elibadmin.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.elibadmin.thearyasamaj.org RewriteRule ^(.*) https://elibadmin.thearyasamaj.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 SSLEngine on SSLCertificateFile /home/elibadmin/ssl.cert SSLCertificateKeyFile /home/elibadmin/ssl.key SSLProtocol all -SSLv2 -SSLv3 SSLCACertificateFile /etc/ssl/certs/CA_bundle <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8006 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:80> SuexecUserGroup "#1094" "#1078" ServerName elibrary.thearyasamaj.org ServerAlias www.elibrary.thearyasamaj.org ServerAlias webmail.elibrary.thearyasamaj.org ServerAlias admin.elibrary.thearyasamaj.org DocumentRoot /home/elibrary/public_html ErrorLog /var/log/virtualmin/elibrary.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/elibrary.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/elibrary/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/elibrary/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/elibrary/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.elibrary.thearyasamaj.org RewriteRule ^(.*) https://elibrary.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.elibrary.thearyasamaj.org RewriteRule ^(.*) https://elibrary.thearyasamaj.org:10000/ [R] ProxyPassMatch ^/(.*.php(/.*)?)$ fcgi://localhost:8007/home/elibrary/public_html/$1 #ProxyPassMatch ^/(.*.php(/.*)?)$ fcgi://localhost:9003/home/elibrary/public_html/$1 RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8007 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:80> SuexecUserGroup "#1095" "#1079" ServerName eshop.thearyasamaj.org ServerAlias www.eshop.thearyasamaj.org ServerAlias webmail.eshop.thearyasamaj.org ServerAlias admin.eshop.thearyasamaj.org DocumentRoot /home/eshop/public_html ErrorLog /var/log/virtualmin/eshop.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/eshop.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/eshop/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/eshop/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/eshop/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.eshop.thearyasamaj.org RewriteRule ^(.*) https://eshop.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.eshop.thearyasamaj.org RewriteRule ^(.*) https://eshop.thearyasamaj.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8008 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:443> SuexecUserGroup "#1095" "#1079" ServerName eshop.thearyasamaj.org ServerAlias www.eshop.thearyasamaj.org ServerAlias webmail.eshop.thearyasamaj.org ServerAlias admin.eshop.thearyasamaj.org DocumentRoot /home/eshop/public_html ErrorLog /var/log/virtualmin/eshop.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/eshop.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/eshop/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/eshop/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/eshop/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.eshop.thearyasamaj.org RewriteRule ^(.*) https://eshop.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.eshop.thearyasamaj.org RewriteRule ^(.*) https://eshop.thearyasamaj.org:10000/ [R] SSLEngine on SSLCertificateFile /home/eshop/ssl.cert SSLCertificateKeyFile /home/eshop/ssl.key SSLProtocol all -SSLv2 -SSLv3 SSLCACertificateFile /etc/ssl/certs/CA_bundle RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8008 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:80> SuexecUserGroup "#1096" "#1080" ServerName mantis.thearyasamaj.org ServerAlias www.mantis.thearyasamaj.org ServerAlias webmail.mantis.thearyasamaj.org ServerAlias admin.mantis.thearyasamaj.org DocumentRoot /home/mantis/public_html ErrorLog /var/log/virtualmin/mantis.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/mantis.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/mantis/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/mantis/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/mantis/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.mantis.thearyasamaj.org RewriteRule ^(.*) https://mantis.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.mantis.thearyasamaj.org RewriteRule ^(.*) https://mantis.thearyasamaj.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8009 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:443> SuexecUserGroup "#1096" "#1080" ServerName mantis.thearyasamaj.org ServerAlias www.mantis.thearyasamaj.org ServerAlias webmail.mantis.thearyasamaj.org ServerAlias admin.mantis.thearyasamaj.org DocumentRoot /home/mantis/public_html ErrorLog /var/log/virtualmin/mantis.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/mantis.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/mantis/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/mantis/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/mantis/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.mantis.thearyasamaj.org RewriteRule ^(.*) https://mantis.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.mantis.thearyasamaj.org RewriteRule ^(.*) https://mantis.thearyasamaj.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 SSLEngine on SSLCertificateFile /home/mantis/ssl.cert SSLCertificateKeyFile /home/mantis/ssl.key SSLProtocol all -SSLv2 -SSLv3 SSLCACertificateFile /etc/ssl/certs/CA_bundle <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8009 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:80> SuexecUserGroup "#1097" "#1081" ServerName matrimony.thearyasamaj.org ServerAlias www.matrimony.thearyasamaj.org ServerAlias webmail.matrimony.thearyasamaj.org ServerAlias admin.matrimony.thearyasamaj.org DocumentRoot /home/matrimony/public_html Redirect /permanent https://matrimony.thearyasamaj.org Redirect /permanent https://matrimony.thearyasamaj.org Redirect /permanent https://matrimony.thearyasamaj.org ErrorLog /var/log/virtualmin/matrimony.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/matrimony.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/matrimony/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/matrimony/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/matrimony/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.matrimony.thearyasamaj.org RewriteRule ^(.*) https://matrimony.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.matrimony.thearyasamaj.org RewriteRule ^(.*) https://matrimony.thearyasamaj.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8010 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:443> SuexecUserGroup "#1097" "#1081" ServerName matrimony.thearyasamaj.org ServerAlias www.matrimony.thearyasamaj.org ServerAlias webmail.matrimony.thearyasamaj.org ServerAlias admin.matrimony.thearyasamaj.org DocumentRoot /home/matrimony/public_html ErrorLog /var/log/virtualmin/matrimony.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/matrimony.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/matrimony/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/matrimony/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/matrimony/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.matrimony.thearyasamaj.org RewriteRule ^(.*) https://matrimony.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.matrimony.thearyasamaj.org RewriteRule ^(.*) https://matrimony.thearyasamaj.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 SSLEngine on SSLCertificateFile /home/matrimony/ssl.cert SSLCertificateKeyFile /home/matrimony/ssl.key SSLProtocol all -SSLv2 -SSLv3 SSLCACertificateFile /etc/ssl/certs/CA_bundle <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8010 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:80> SuexecUserGroup "#1098" "#1082" ServerName mob.thearyasamaj.org ServerAlias www.mob.thearyasamaj.org ServerAlias webmail.mob.thearyasamaj.org ServerAlias admin.mob.thearyasamaj.org DocumentRoot /home/mob/public_html ErrorLog /var/log/virtualmin/mob.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/mob.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/mob/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/mob/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted #AddHandler fcgid-script .php #AddHandler fcgid-script .php5 #AddHandler fcgid-script .php5.4 #AddHandler fcgid-script .php7.0 #FCGIWrapper /home/mob/fcgi-bin/php5.4.fcgi .php #FCGIWrapper /home/mob/fcgi-bin/php5.fcgi .php5 #FCGIWrapper /home/mob/fcgi-bin/php5.4.fcgi .php5.4 #FCGIWrapper /home/mob/fcgi-bin/php7.0.fcgi .php7.0 </Directory> <Directory /home/mob/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.mob.thearyasamaj.org RewriteRule ^(.*) https://mob.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.mob.thearyasamaj.org RewriteRule ^(.*) https://mob.thearyasamaj.org:10000/ [R] #ProxyPassMatch ^/(.*.php(/.*)?)$ fcgi://localhost:8010/home/mob/public_html/$1 #RemoveHandler .php #RemoveHandler .php5 #RemoveHandler .php5.4 #RemoveHandler .php7.0 #FcgidMaxRequestLen 1073741824 RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8011 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:443> SuexecUserGroup "#1098" "#1082" ServerName mob.thearyasamaj.org ServerAlias www.mob.thearyasamaj.org ServerAlias webmail.mob.thearyasamaj.org ServerAlias admin.mob.thearyasamaj.org DocumentRoot /home/mob/public_html ErrorLog /var/log/virtualmin/mob.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/mob.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/mob/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/mob/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted #AddHandler fcgid-script .php #AddHandler fcgid-script .php5 #AddHandler fcgid-script .php5.4 #AddHandler fcgid-script .php7.0 #FCGIWrapper /home/mob/fcgi-bin/php5.4.fcgi .php #FCGIWrapper /home/mob/fcgi-bin/php5.fcgi .php5 #FCGIWrapper /home/mob/fcgi-bin/php5.4.fcgi .php5.4 #FCGIWrapper /home/mob/fcgi-bin/php7.0.fcgi .php7.0 </Directory> <Directory /home/mob/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.mob.thearyasamaj.org RewriteRule ^(.*) https://mob.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.mob.thearyasamaj.org RewriteRule ^(.*) https://mob.thearyasamaj.org:10000/ [R] #ProxyPassMatch ^/(.*.php(/.*)?)$ fcgi://localhost:8010/home/mob/public_html/$1 #RemoveHandler .php #RemoveHandler .php5 #RemoveHandler .php5.4 #RemoveHandler .php7.0 #FcgidMaxRequestLen 1073741824 SSLEngine on SSLCertificateFile /home/mob/ssl.cert SSLCertificateKeyFile /home/mob/ssl.key SSLProtocol all -SSLv2 -SSLv3 SSLCACertificateFile /home/mob/ssl.ca RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8011 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:80> SuexecUserGroup "#1099" "#1083" ServerName mobaryasatsang.thearyasamaj.org ServerAlias www.mobaryasatsang.thearyasamaj.org ServerAlias webmail.mobaryasatsang.thearyasamaj.org ServerAlias admin.mobaryasatsang.thearyasamaj.org DocumentRoot /home/mobaryasatsang/public_html ErrorLog /var/log/virtualmin/mobaryasatsang.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/mobaryasatsang.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/mobaryasatsang/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/mobaryasatsang/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/mobaryasatsang/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.mobaryasatsang.thearyasamaj.org RewriteRule ^(.*) https://mobaryasatsang.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.mobaryasatsang.thearyasamaj.org RewriteRule ^(.*) https://mobaryasatsang.thearyasamaj.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8012 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:443> SuexecUserGroup "#1099" "#1083" ServerName mobaryasatsang.thearyasamaj.org ServerAlias www.mobaryasatsang.thearyasamaj.org ServerAlias webmail.mobaryasatsang.thearyasamaj.org ServerAlias admin.mobaryasatsang.thearyasamaj.org DocumentRoot /home/mobaryasatsang/public_html ErrorLog /var/log/virtualmin/mobaryasatsang.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/mobaryasatsang.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/mobaryasatsang/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/mobaryasatsang/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/mobaryasatsang/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.mobaryasatsang.thearyasamaj.org RewriteRule ^(.*) https://mobaryasatsang.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.mobaryasatsang.thearyasamaj.org RewriteRule ^(.*) https://mobaryasatsang.thearyasamaj.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 SSLEngine on SSLCertificateFile /home/mobaryasatsang/ssl.cert SSLCertificateKeyFile /home/mobaryasatsang/ssl.key SSLProtocol all -SSLv2 -SSLv3 SSLCACertificateFile /etc/ssl/certs/CA_bundle <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8012 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:80> SuexecUserGroup "#1100" "#1084" ServerName mobmahashayji.thearyasamaj.org ServerAlias www.mobmahashayji.thearyasamaj.org ServerAlias webmail.mobmahashayji.thearyasamaj.org ServerAlias admin.mobmahashayji.thearyasamaj.org DocumentRoot /home/mobmahashayji/public_html ErrorLog /var/log/virtualmin/mobmahashayji.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/mobmahashayji.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/mobmahashayji/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/mobmahashayji/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/mobmahashayji/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.mobmahashayji.thearyasamaj.org RewriteRule ^(.*) https://mobmahashayji.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.mobmahashayji.thearyasamaj.org RewriteRule ^(.*) https://mobmahashayji.thearyasamaj.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8013 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:443> SuexecUserGroup "#1100" "#1084" ServerName mobmahashayji.thearyasamaj.org ServerAlias www.mobmahashayji.thearyasamaj.org ServerAlias webmail.mobmahashayji.thearyasamaj.org ServerAlias admin.mobmahashayji.thearyasamaj.org DocumentRoot /home/mobmahashayji/public_html ErrorLog /var/log/virtualmin/mobmahashayji.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/mobmahashayji.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/mobmahashayji/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/mobmahashayji/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/mobmahashayji/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.mobmahashayji.thearyasamaj.org RewriteRule ^(.*) https://mobmahashayji.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.mobmahashayji.thearyasamaj.org RewriteRule ^(.*) https://mobmahashayji.thearyasamaj.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 SSLEngine on SSLCertificateFile /home/mobmahashayji/ssl.cert SSLCertificateKeyFile /home/mobmahashayji/ssl.key SSLProtocol all -SSLv2 -SSLv3 SSLCACertificateFile /etc/ssl/certs/CA_bundle <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8013 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:80> SuexecUserGroup "#1101" "#1085" ServerName pratibhavikas.org ServerAlias www.pratibhavikas.org ServerAlias webmail.pratibhavikas.org ServerAlias admin.pratibhavikas.org DocumentRoot /home/pratibhavikas/public_html ErrorLog /var/log/virtualmin/pratibhavikas.org_error_log CustomLog /var/log/virtualmin/pratibhavikas.org_access_log combined ScriptAlias /cgi-bin/ /home/pratibhavikas/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/pratibhavikas/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/pratibhavikas/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.pratibhavikas.org RewriteRule ^(.*) https://pratibhavikas.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.pratibhavikas.org RewriteRule ^(.*) https://pratibhavikas.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 RewriteCond %{SERVER_NAME} =www.pratibhavikas.org [OR] RewriteCond %{SERVER_NAME} =webmail.pratibhavikas.org [OR] RewriteCond %{SERVER_NAME} =admin.pratibhavikas.org [OR] RewriteCond %{SERVER_NAME} =pratibhavikas.org RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [L,NE,R=permanent] <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8014 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:443> SuexecUserGroup "#1101" "#1085" ServerName pratibhavikas.org ServerAlias www.pratibhavikas.org ServerAlias webmail.pratibhavikas.org ServerAlias admin.pratibhavikas.org DocumentRoot /home/pratibhavikas/public_html ErrorLog /var/log/virtualmin/pratibhavikas.org_error_log CustomLog /var/log/virtualmin/pratibhavikas.org_access_log combined ScriptAlias /cgi-bin/ /home/pratibhavikas/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/pratibhavikas/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/pratibhavikas/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.pratibhavikas.org RewriteRule ^(.*) https://pratibhavikas.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.pratibhavikas.org RewriteRule ^(.*) https://pratibhavikas.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 SSLEngine on SSLProtocol all -SSLv2 -SSLv3 SSLCertificateFile /home/pratibhavikas/ssl.cert SSLCertificateKeyFile /home/pratibhavikas/ssl.key Include /etc/letsencrypt/options-ssl-apache.conf #SSLCertificateChainFile /etc/letsencrypt/live/pratibhavikas.org/chain.pem SSLCACertificateFile /home/pratibhavikas/ssl.ca <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8014 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:80> SuexecUserGroup "#1102" "#1086" ServerName rangdebasanti.org ServerAlias www.rangdebasanti.org ServerAlias webmail.rangdebasanti.org ServerAlias admin.rangdebasanti.org DocumentRoot /home/rangdebasanti/public_html ErrorLog /var/log/virtualmin/rangdebasanti.org_error_log CustomLog /var/log/virtualmin/rangdebasanti.org_access_log combined ScriptAlias /cgi-bin/ /home/rangdebasanti/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/rangdebasanti/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/rangdebasanti/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.rangdebasanti.org RewriteRule ^(.*) https://rangdebasanti.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.rangdebasanti.org RewriteRule ^(.*) https://rangdebasanti.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8015 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:443> SuexecUserGroup "#1102" "#1086" ServerName rangdebasanti.org ServerAlias www.rangdebasanti.org ServerAlias webmail.rangdebasanti.org ServerAlias admin.rangdebasanti.org DocumentRoot /home/rangdebasanti/public_html ErrorLog /var/log/virtualmin/rangdebasanti.org_error_log CustomLog /var/log/virtualmin/rangdebasanti.org_access_log combined ScriptAlias /cgi-bin/ /home/rangdebasanti/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/rangdebasanti/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/rangdebasanti/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.rangdebasanti.org RewriteRule ^(.*) https://rangdebasanti.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.rangdebasanti.org RewriteRule ^(.*) https://rangdebasanti.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 SSLEngine on SSLCertificateFile /home/rangdebasanti/ssl.cert SSLCertificateKeyFile /home/rangdebasanti/ssl.key SSLProtocol all -SSLv2 -SSLv3 SSLCACertificateFile /home/rangdebasanti/ssl.ca <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8015 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:80> SuexecUserGroup "#1104" "#1088" ServerName thescoop.in ServerAlias www.thescoop.in ServerAlias webmail.thescoop.in ServerAlias admin.thescoop.in DocumentRoot /home/thescoop/public_html ErrorLog /var/log/virtualmin/thescoop.in_error_log CustomLog /var/log/virtualmin/thescoop.in_access_log combined ScriptAlias /cgi-bin/ /home/thescoop/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/thescoop/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/thescoop/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.thescoop.in RewriteRule ^(.*) https://thescoop.in:20000/ [R] RewriteCond %{HTTP_HOST} =admin.thescoop.in RewriteRule ^(.*) https://thescoop.in:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8017 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:443> SuexecUserGroup "#1104" "#1088" ServerName thescoop.in ServerAlias www.thescoop.in ServerAlias webmail.thescoop.in ServerAlias admin.thescoop.in DocumentRoot /home/thescoop/public_html ErrorLog /var/log/virtualmin/thescoop.in_error_log CustomLog /var/log/virtualmin/thescoop.in_access_log combined ScriptAlias /cgi-bin/ /home/thescoop/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/thescoop/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/thescoop/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.thescoop.in RewriteRule ^(.*) https://thescoop.in:20000/ [R] RewriteCond %{HTTP_HOST} =admin.thescoop.in RewriteRule ^(.*) https://thescoop.in:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 SSLEngine on SSLCertificateFile /home/thescoop/ssl.cert SSLCertificateKeyFile /home/thescoop/ssl.key SSLProtocol all -SSLv2 -SSLv3 SSLCACertificateFile /home/thescoop/ssl.ca <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8017 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:80> SuexecUserGroup "#1105" "#1089" ServerName xn--j2b3a4c.com ServerAlias www.xn--j2b3a4c.com ServerAlias webmail.xn--j2b3a4c.com ServerAlias admin.xn--j2b3a4c.com DocumentRoot /home/j2b3a4c/public_html ErrorLog /var/log/virtualmin/xn--j2b3a4c.com_error_log CustomLog /var/log/virtualmin/xn--j2b3a4c.com_access_log combined ScriptAlias /cgi-bin/ /home/j2b3a4c/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/j2b3a4c/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/j2b3a4c/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.xn--j2b3a4c.com RewriteRule ^(.*) https://xn--j2b3a4c.com:20000/ [R] RewriteCond %{HTTP_HOST} =admin.xn--j2b3a4c.com RewriteRule ^(.*) https://xn--j2b3a4c.com:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8018 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:443> SuexecUserGroup "#1105" "#1089" ServerName xn--j2b3a4c.com ServerAlias www.xn--j2b3a4c.com ServerAlias webmail.xn--j2b3a4c.com ServerAlias admin.xn--j2b3a4c.com DocumentRoot /home/j2b3a4c/public_html ErrorLog /var/log/virtualmin/xn--j2b3a4c.com_error_log CustomLog /var/log/virtualmin/xn--j2b3a4c.com_access_log combined ScriptAlias /cgi-bin/ /home/j2b3a4c/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/j2b3a4c/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/j2b3a4c/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.xn--j2b3a4c.com RewriteRule ^(.*) https://xn--j2b3a4c.com:20000/ [R] RewriteCond %{HTTP_HOST} =admin.xn--j2b3a4c.com RewriteRule ^(.*) https://xn--j2b3a4c.com:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 SSLEngine on SSLCertificateFile /home/j2b3a4c/ssl.cert SSLCertificateKeyFile /home/j2b3a4c/ssl.key SSLProtocol all -SSLv2 -SSLv3 SSLCACertificateFile /home/j2b3a4c/ssl.ca <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8018 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:80> SuexecUserGroup "#1106" "#1090" ServerName thearyasamaj.info ServerAlias www.thearyasamaj.info ServerAlias webmail.thearyasamaj.info ServerAlias admin.thearyasamaj.info DocumentRoot /home/thearyasamaj.info/public_html ErrorLog /var/log/virtualmin/thearyasamaj.info_error_log CustomLog /var/log/virtualmin/thearyasamaj.info_access_log combined ScriptAlias /cgi-bin/ /home/thearyasamaj.info/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/thearyasamaj.info/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/thearyasamaj.info/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.thearyasamaj.info RewriteRule ^(.*) https://thearyasamaj.info:20000/ [R] RewriteCond %{HTTP_HOST} =admin.thearyasamaj.info RewriteRule ^(.*) https://thearyasamaj.info:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8016 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:443> SuexecUserGroup "#1106" "#1090" ServerName thearyasamaj.info ServerAlias www.thearyasamaj.info ServerAlias webmail.thearyasamaj.info ServerAlias admin.thearyasamaj.info DocumentRoot /home/thearyasamaj.info/public_html ErrorLog /var/log/virtualmin/thearyasamaj.info_error_log CustomLog /var/log/virtualmin/thearyasamaj.info_access_log combined ScriptAlias /cgi-bin/ /home/thearyasamaj.info/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/thearyasamaj.info/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/thearyasamaj.info/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.thearyasamaj.info RewriteRule ^(.*) https://thearyasamaj.info:20000/ [R] RewriteCond %{HTTP_HOST} =admin.thearyasamaj.info RewriteRule ^(.*) https://thearyasamaj.info:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 SSLEngine on SSLCertificateFile /home/thearyasamaj.info/ssl.cert SSLCertificateKeyFile /home/thearyasamaj.info/ssl.key SSLProtocol all -SSLv2 -SSLv3 SSLCACertificateFile /home/thearyasamaj.info/ssl.ca <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8016 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:80> SuexecUserGroup "#1107" "#1091" ServerName thearyasamaj.org ServerAlias www.thearyasamaj.org ServerAlias mail.thearyasamaj.org ServerAlias webmail.thearyasamaj.org ServerAlias admin.thearyasamaj.org DocumentRoot /home/thearyasamaj/public_html AddDefaultCharset utf-8 ErrorLog /var/log/virtualmin/thearyasamaj.org_error_log CustomLog /var/log/virtualmin/thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/thearyasamaj/cgi-bin/ ScriptAlias /awstats/ /home/thearyasamaj/cgi-bin/ DirectoryIndex index.php index.php4 index.php5 index.htm index.html <Directory /home/thearyasamaj/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/thearyasamaj/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.thearyasamaj.org RewriteRule ^(?!/.well-known)(.*) https://thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.thearyasamaj.org RewriteRule ^(?!/.well-known)(.*) https://thearyasamaj.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <Files awstats.pl> AuthName "thearyasamaj.org statistics" AuthType Basic AuthUserFile /home/thearyasamaj/.awstats-htpasswd require valid-user </Files> <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8019 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:443> SuexecUserGroup "#1107" "#1091" ServerName thearyasamaj.org ServerAlias www.thearyasamaj.org ServerAlias mail.thearyasamaj.org ServerAlias webmail.thearyasamaj.org ServerAlias admin.thearyasamaj.org DocumentRoot /home/thearyasamaj/public_html AddDefaultCharset utf-8 ErrorLog /var/log/virtualmin/thearyasamaj.org_error_log CustomLog /var/log/virtualmin/thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/thearyasamaj/cgi-bin/ ScriptAlias /awstats/ /home/thearyasamaj/cgi-bin/ DirectoryIndex index.php index.php4 index.php5 index.htm index.html <Directory /home/thearyasamaj/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/thearyasamaj/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.thearyasamaj.org RewriteRule ^(?!/.well-known)(.*) https://thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.thearyasamaj.org RewriteRule ^(?!/.well-known)(.*) https://thearyasamaj.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <Files awstats.pl> AuthName "thearyasamaj.org statistics" AuthType Basic AuthUserFile /home/thearyasamaj/.awstats-htpasswd require valid-user </Files> <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8019 </FilesMatch> SSLEngine on SSLCertificateFile /home/thearyasamaj/ssl.cert SSLCertificateKeyFile /home/thearyasamaj/ssl.key SSLCACertificateFile /home/thearyasamaj/ssl.ca SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1 </VirtualHost> <VirtualHost 103.90.241.146:80> SuexecUserGroup "#1108" "#1094" ServerName phpmyadmin.thearyasamaj.org ServerAlias www.phpmyadmin.thearyasamaj.org ServerAlias mail.phpmyadmin.thearyasamaj.org ServerAlias webmail.phpmyadmin.thearyasamaj.org ServerAlias admin.phpmyadmin.thearyasamaj.org DocumentRoot /home/phpmyadmin/public_html ErrorLog /var/log/virtualmin/phpmyadmin.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/phpmyadmin.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/phpmyadmin/cgi-bin/ ScriptAlias /awstats/ /home/phpmyadmin/cgi-bin/ DirectoryIndex index.php index.php4 index.php5 index.htm index.html <Directory /home/phpmyadmin/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/phpmyadmin/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.phpmyadmin.thearyasamaj.org RewriteRule ^(?!/.well-known)(.*) https://phpmyadmin.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.phpmyadmin.thearyasamaj.org RewriteRule ^(?!/.well-known)(.*) https://phpmyadmin.thearyasamaj.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <Files awstats.pl> AuthName "phpmyadmin.thearyasamaj.org statistics" AuthType Basic AuthUserFile /home/phpmyadmin/.awstats-htpasswd require valid-user </Files> <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8020 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:80> SuexecUserGroup "#1112" "#1096" ServerName mobrvsp.thearyasamaj.org ServerAlias www.mobrvsp.thearyasamaj.org ServerAlias webmail.mobrvsp.thearyasamaj.org ServerAlias admin.mobrvsp.thearyasamaj.org DocumentRoot /home/mobrvsp/public_html ErrorLog /var/log/virtualmin/mobrvsp.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/mobrvsp.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/mobrvsp/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/mobrvsp/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/mobrvsp/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.mobrvsp.thearyasamaj.org RewriteRule ^(.*) https://mobrvsp.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.mobrvsp.thearyasamaj.org RewriteRule ^(.*) https://mobrvsp.thearyasamaj.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8021 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:443> SuexecUserGroup "#1112" "#1096" ServerName mobrvsp.thearyasamaj.org ServerAlias www.mobrvsp.thearyasamaj.org ServerAlias webmail.mobrvsp.thearyasamaj.org ServerAlias admin.mobrvsp.thearyasamaj.org DocumentRoot /home/mobrvsp/public_html ErrorLog /var/log/virtualmin/mobrvsp.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/mobrvsp.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/mobrvsp/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/mobrvsp/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/mobrvsp/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.mobrvsp.thearyasamaj.org RewriteRule ^(.*) https://mobrvsp.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.mobrvsp.thearyasamaj.org RewriteRule ^(.*) https://mobrvsp.thearyasamaj.org:10000/ [R] SSLEngine on SSLCertificateFile /home/mobrvsp/ssl.cert SSLCertificateKeyFile /home/mobrvsp/ssl.key SSLProtocol all -SSLv2 -SSLv3 SSLCACertificateFile /etc/ssl/certs/CA_bundle RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8021 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:80> SuexecUserGroup "#1113" "#1097" ServerName worldwide.thearyasamaj.org ServerAlias www.worldwide.thearyasamaj.org ServerAlias webmail.worldwide.thearyasamaj.org ServerAlias admin.worldwide.thearyasamaj.org DocumentRoot /home/worldwide/public_html ErrorLog /var/log/virtualmin/worldwide.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/worldwide.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/worldwide/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/worldwide/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/worldwide/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.worldwide.thearyasamaj.org RewriteRule ^(.*) https://worldwide.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.worldwide.thearyasamaj.org RewriteRule ^(.*) https://worldwide.thearyasamaj.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8022 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:443> SuexecUserGroup "#1113" "#1097" ServerName worldwide.thearyasamaj.org ServerAlias www.worldwide.thearyasamaj.org ServerAlias webmail.worldwide.thearyasamaj.org ServerAlias admin.worldwide.thearyasamaj.org DocumentRoot /home/worldwide/public_html ErrorLog /var/log/virtualmin/worldwide.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/worldwide.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/worldwide/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/worldwide/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/worldwide/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.worldwide.thearyasamaj.org RewriteRule ^(.*) https://worldwide.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.worldwide.thearyasamaj.org RewriteRule ^(.*) https://worldwide.thearyasamaj.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 SSLEngine on SSLCertificateFile /home/worldwide/ssl.cert SSLCertificateKeyFile /home/worldwide/ssl.key SSLProtocol all -SSLv2 -SSLv3 SSLCACertificateFile /etc/ssl/certs/CA_bundle <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8022 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:80> SuexecUserGroup "#1107" "#1091" ServerName photo.thearyasamaj.org ServerAlias www.photo.thearyasamaj.org ServerAlias mail.photo.thearyasamaj.org ServerAlias webmail.photo.thearyasamaj.org ServerAlias admin.photo.thearyasamaj.org DocumentRoot /home/thearyasamaj/domains/photo.thearyasamaj.org/public_html ErrorLog /var/log/virtualmin/photo.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/photo.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/thearyasamaj/domains/photo.thearyasamaj.org/cgi-bin/ ScriptAlias /awstats/ /home/thearyasamaj/domains/photo.thearyasamaj.org/cgi-bin/ DirectoryIndex index.php index.php4 index.php5 index.htm index.html <Directory /home/thearyasamaj/domains/photo.thearyasamaj.org/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/thearyasamaj/domains/photo.thearyasamaj.org/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.photo.thearyasamaj.org RewriteRule ^(?!/.well-known)(.*) https://photo.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.photo.thearyasamaj.org RewriteRule ^(?!/.well-known)(.*) https://photo.thearyasamaj.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <Files awstats.pl> AuthName "photo.thearyasamaj.org statistics" AuthType Basic AuthUserFile /home/thearyasamaj/domains/photo.thearyasamaj.org/.awstats-htpasswd require valid-user </Files> <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8025 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:80> SuexecUserGroup "#1107" "#1091" ServerName media.thearyasamaj.org ServerAlias www.media.thearyasamaj.org ServerAlias mail.media.thearyasamaj.org ServerAlias webmail.media.thearyasamaj.org ServerAlias admin.media.thearyasamaj.org DocumentRoot /home/thearyasamaj/domains/media.thearyasamaj.org/public_html ErrorLog /var/log/virtualmin/media.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/media.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/thearyasamaj/domains/media.thearyasamaj.org/cgi-bin/ ScriptAlias /awstats/ /home/thearyasamaj/domains/media.thearyasamaj.org/cgi-bin/ DirectoryIndex index.php index.php4 index.php5 index.htm index.html <Directory /home/thearyasamaj/domains/media.thearyasamaj.org/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/thearyasamaj/domains/media.thearyasamaj.org/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.media.thearyasamaj.org RewriteRule ^(?!/.well-known)(.*) https://media.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.media.thearyasamaj.org RewriteRule ^(?!/.well-known)(.*) https://media.thearyasamaj.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <Files awstats.pl> AuthName "media.thearyasamaj.org statistics" AuthType Basic AuthUserFile /home/thearyasamaj/domains/media.thearyasamaj.org/.awstats-htpasswd require valid-user </Files> <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8024 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:80> SuexecUserGroup "#1107" "#1091" ServerName magazine.thearyasamaj.org ServerAlias www.magazine.thearyasamaj.org ServerAlias mail.magazine.thearyasamaj.org ServerAlias webmail.magazine.thearyasamaj.org ServerAlias admin.magazine.thearyasamaj.org DocumentRoot /home/thearyasamaj/domains/magazine.thearyasamaj.org/public_html ErrorLog /var/log/virtualmin/magazine.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/magazine.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/thearyasamaj/domains/magazine.thearyasamaj.org/cgi-bin/ ScriptAlias /awstats/ /home/thearyasamaj/domains/magazine.thearyasamaj.org/cgi-bin/ DirectoryIndex index.php index.php4 index.php5 index.htm index.html <Directory /home/thearyasamaj/domains/magazine.thearyasamaj.org/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/thearyasamaj/domains/magazine.thearyasamaj.org/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.magazine.thearyasamaj.org RewriteRule ^(?!/.well-known)(.*) https://magazine.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.magazine.thearyasamaj.org RewriteRule ^(?!/.well-known)(.*) https://magazine.thearyasamaj.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <Files awstats.pl> AuthName "magazine.thearyasamaj.org statistics" AuthType Basic AuthUserFile /home/thearyasamaj/domains/magazine.thearyasamaj.org/.awstats-htpasswd require valid-user </Files> <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8023 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:443> SuexecUserGroup "#1108" "#1094" ServerName phpmyadmin.thearyasamaj.org ServerAlias www.phpmyadmin.thearyasamaj.org ServerAlias mail.phpmyadmin.thearyasamaj.org ServerAlias webmail.phpmyadmin.thearyasamaj.org ServerAlias admin.phpmyadmin.thearyasamaj.org DocumentRoot /home/phpmyadmin/public_html ErrorLog /var/log/virtualmin/phpmyadmin.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/phpmyadmin.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/phpmyadmin/cgi-bin/ ScriptAlias /awstats/ /home/phpmyadmin/cgi-bin/ DirectoryIndex index.php index.php4 index.php5 index.htm index.html <Directory /home/phpmyadmin/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/phpmyadmin/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.phpmyadmin.thearyasamaj.org RewriteRule ^(?!/.well-known)(.*) https://phpmyadmin.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.phpmyadmin.thearyasamaj.org RewriteRule ^(?!/.well-known)(.*) https://phpmyadmin.thearyasamaj.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <Files awstats.pl> AuthName "phpmyadmin.thearyasamaj.org statistics" AuthType Basic AuthUserFile /home/phpmyadmin/.awstats-htpasswd require valid-user </Files> <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8020 </FilesMatch> SSLEngine on SSLCertificateFile /home/phpmyadmin/ssl.cert SSLCertificateKeyFile /home/phpmyadmin/ssl.key SSLCACertificateFile /home/phpmyadmin/ssl.ca SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1 </VirtualHost> <VirtualHost 103.90.241.146:443> SuexecUserGroup "#1094" "#1078" ServerName elibrary.thearyasamaj.org ServerAlias www.elibrary.thearyasamaj.org ServerAlias webmail.elibrary.thearyasamaj.org ServerAlias admin.elibrary.thearyasamaj.org DocumentRoot /home/elibrary/public_html ErrorLog /var/log/virtualmin/elibrary.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/elibrary.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/elibrary/cgi-bin/ DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/elibrary/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/elibrary/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.elibrary.thearyasamaj.org RewriteRule ^(.*) https://elibrary.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.elibrary.thearyasamaj.org RewriteRule ^(.*) https://elibrary.thearyasamaj.org:10000/ [R] ProxyPassMatch ^/(.*.php(/.*)?)$ fcgi://localhost:8007/home/elibrary/public_html/$1 #ProxyPassMatch ^/(.*.php(/.*)?)$ fcgi://localhost:9003/home/elibrary/public_html/$1 RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8007 </FilesMatch> SSLEngine on SSLCertificateFile /home/elibrary/ssl.cert SSLCertificateKeyFile /home/elibrary/ssl.key SSLCACertificateFile /home/elibrary/ssl.ca SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1 </VirtualHost> <VirtualHost 103.90.241.146:443> SuexecUserGroup "#1107" "#1091" ServerName magazine.thearyasamaj.org ServerAlias www.magazine.thearyasamaj.org ServerAlias mail.magazine.thearyasamaj.org ServerAlias webmail.magazine.thearyasamaj.org ServerAlias admin.magazine.thearyasamaj.org DocumentRoot /home/thearyasamaj/domains/magazine.thearyasamaj.org/public_html ErrorLog /var/log/virtualmin/magazine.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/magazine.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/thearyasamaj/domains/magazine.thearyasamaj.org/cgi-bin/ ScriptAlias /awstats/ /home/thearyasamaj/domains/magazine.thearyasamaj.org/cgi-bin/ DirectoryIndex index.php index.php4 index.php5 index.htm index.html <Directory /home/thearyasamaj/domains/magazine.thearyasamaj.org/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/thearyasamaj/domains/magazine.thearyasamaj.org/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.magazine.thearyasamaj.org RewriteRule ^(?!/.well-known)(.*) https://magazine.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.magazine.thearyasamaj.org RewriteRule ^(?!/.well-known)(.*) https://magazine.thearyasamaj.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <Files awstats.pl> AuthName "magazine.thearyasamaj.org statistics" AuthType Basic AuthUserFile /home/thearyasamaj/domains/magazine.thearyasamaj.org/.awstats-htpasswd require valid-user </Files> <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8023 </FilesMatch> SSLEngine on SSLCertificateFile /home/thearyasamaj/domains/magazine.thearyasamaj.org/ssl.combined SSLCertificateKeyFile /home/thearyasamaj/domains/magazine.thearyasamaj.org/ssl.key SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1 </VirtualHost> <VirtualHost 103.90.241.146:443> SuexecUserGroup "#1107" "#1091" ServerName media.thearyasamaj.org ServerAlias www.media.thearyasamaj.org ServerAlias mail.media.thearyasamaj.org ServerAlias webmail.media.thearyasamaj.org ServerAlias admin.media.thearyasamaj.org DocumentRoot /home/thearyasamaj/domains/media.thearyasamaj.org/public_html ErrorLog /var/log/virtualmin/media.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/media.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/thearyasamaj/domains/media.thearyasamaj.org/cgi-bin/ ScriptAlias /awstats/ /home/thearyasamaj/domains/media.thearyasamaj.org/cgi-bin/ DirectoryIndex index.php index.php4 index.php5 index.htm index.html <Directory /home/thearyasamaj/domains/media.thearyasamaj.org/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/thearyasamaj/domains/media.thearyasamaj.org/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.media.thearyasamaj.org RewriteRule ^(?!/.well-known)(.*) https://media.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.media.thearyasamaj.org RewriteRule ^(?!/.well-known)(.*) https://media.thearyasamaj.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <Files awstats.pl> AuthName "media.thearyasamaj.org statistics" AuthType Basic AuthUserFile /home/thearyasamaj/domains/media.thearyasamaj.org/.awstats-htpasswd require valid-user </Files> <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8024 </FilesMatch> SSLEngine on SSLCertificateFile /home/thearyasamaj/domains/media.thearyasamaj.org/ssl.combined SSLCertificateKeyFile /home/thearyasamaj/domains/media.thearyasamaj.org/ssl.key SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1 </VirtualHost> <VirtualHost 103.90.241.146:443> SuexecUserGroup "#1107" "#1091" ServerName photo.thearyasamaj.org ServerAlias www.photo.thearyasamaj.org ServerAlias mail.photo.thearyasamaj.org ServerAlias webmail.photo.thearyasamaj.org ServerAlias admin.photo.thearyasamaj.org DocumentRoot /home/thearyasamaj/domains/photo.thearyasamaj.org/public_html ErrorLog /var/log/virtualmin/photo.thearyasamaj.org_error_log CustomLog /var/log/virtualmin/photo.thearyasamaj.org_access_log combined ScriptAlias /cgi-bin/ /home/thearyasamaj/domains/photo.thearyasamaj.org/cgi-bin/ ScriptAlias /awstats/ /home/thearyasamaj/domains/photo.thearyasamaj.org/cgi-bin/ DirectoryIndex index.php index.php4 index.php5 index.htm index.html <Directory /home/thearyasamaj/domains/photo.thearyasamaj.org/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/thearyasamaj/domains/photo.thearyasamaj.org/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.photo.thearyasamaj.org RewriteRule ^(?!/.well-known)(.*) https://photo.thearyasamaj.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.photo.thearyasamaj.org RewriteRule ^(?!/.well-known)(.*) https://photo.thearyasamaj.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <Files awstats.pl> AuthName "photo.thearyasamaj.org statistics" AuthType Basic AuthUserFile /home/thearyasamaj/domains/photo.thearyasamaj.org/.awstats-htpasswd require valid-user </Files> <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8025 </FilesMatch> SSLEngine on SSLCertificateFile /home/thearyasamaj/domains/photo.thearyasamaj.org/ssl.combined SSLCertificateKeyFile /home/thearyasamaj/domains/photo.thearyasamaj.org/ssl.key SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1 </VirtualHost> <VirtualHost 103.90.241.146:80> SuexecUserGroup "#1121" "#1098" ServerName aryapragati.com ServerAlias www.aryapragati.com ServerAlias mail.aryapragati.com ServerAlias webmail.aryapragati.com ServerAlias admin.aryapragati.com DocumentRoot /home/aryapragati/public_html ErrorLog /var/log/virtualmin/aryapragati.com_error_log CustomLog /var/log/virtualmin/aryapragati.com_access_log combined ScriptAlias /cgi-bin/ /home/aryapragati/cgi-bin/ ScriptAlias /awstats/ /home/aryapragati/cgi-bin/ DirectoryIndex index.php index.php4 index.php5 index.htm index.html <Directory /home/aryapragati/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/aryapragati/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.aryapragati.com RewriteRule ^(?!/.well-known)(.*) https://aryapragati.com:20000/ [R] RewriteCond %{HTTP_HOST} =admin.aryapragati.com RewriteRule ^(?!/.well-known)(.*) https://aryapragati.com:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <Files awstats.pl> AuthName "aryapragati.com statistics" AuthType Basic AuthUserFile /home/aryapragati/.awstats-htpasswd require valid-user </Files> <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8026 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:443> SuexecUserGroup "#1121" "#1098" ServerName aryapragati.com ServerAlias www.aryapragati.com ServerAlias mail.aryapragati.com ServerAlias webmail.aryapragati.com ServerAlias admin.aryapragati.com DocumentRoot /home/aryapragati/public_html ErrorLog /var/log/virtualmin/aryapragati.com_error_log CustomLog /var/log/virtualmin/aryapragati.com_access_log combined ScriptAlias /cgi-bin/ /home/aryapragati/cgi-bin/ ScriptAlias /awstats/ /home/aryapragati/cgi-bin/ DirectoryIndex index.php index.php4 index.php5 index.htm index.html <Directory /home/aryapragati/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/aryapragati/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.aryapragati.com RewriteRule ^(?!/.well-known)(.*) https://aryapragati.com:20000/ [R] RewriteCond %{HTTP_HOST} =admin.aryapragati.com RewriteRule ^(?!/.well-known)(.*) https://aryapragati.com:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 SSLEngine on SSLCertificateFile /home/aryapragati/ssl.cert SSLCertificateKeyFile /home/aryapragati/ssl.key SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1 <Files awstats.pl> AuthName "aryapragati.com statistics" AuthType Basic AuthUserFile /home/aryapragati/.awstats-htpasswd require valid-user </Files> <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8026 </FilesMatch> SSLCACertificateFile /home/aryapragati/ssl.ca </VirtualHost> <VirtualHost 103.90.241.146:80> SuexecUserGroup "#1122" "#1099" ServerName aryaveerdal.org ServerAlias www.aryaveerdal.org ServerAlias mail.aryaveerdal.org ServerAlias webmail.aryaveerdal.org ServerAlias admin.aryaveerdal.org DocumentRoot /home/aryaveerdalorg/public_html ErrorLog /var/log/virtualmin/aryaveerdal.org_error_log CustomLog /var/log/virtualmin/aryaveerdal.org_access_log combined ScriptAlias /cgi-bin/ /home/aryaveerdalorg/cgi-bin/ ScriptAlias /awstats/ /home/aryaveerdalorg/cgi-bin/ DirectoryIndex index.php index.php4 index.php5 index.htm index.html <Directory /home/aryaveerdalorg/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/aryaveerdalorg/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.aryaveerdal.org RewriteRule ^(?!/.well-known)(.*) https://aryaveerdal.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.aryaveerdal.org RewriteRule ^(?!/.well-known)(.*) https://aryaveerdal.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <Files awstats.pl> AuthName "aryaveerdal.org statistics" AuthType Basic AuthUserFile /home/aryaveerdalorg/.awstats-htpasswd require valid-user </Files> <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8027 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:443> SuexecUserGroup "#1122" "#1099" ServerName aryaveerdal.org ServerAlias www.aryaveerdal.org ServerAlias mail.aryaveerdal.org ServerAlias webmail.aryaveerdal.org ServerAlias admin.aryaveerdal.org DocumentRoot /home/aryaveerdalorg/public_html ErrorLog /var/log/virtualmin/aryaveerdal.org_error_log CustomLog /var/log/virtualmin/aryaveerdal.org_access_log combined ScriptAlias /cgi-bin/ /home/aryaveerdalorg/cgi-bin/ ScriptAlias /awstats/ /home/aryaveerdalorg/cgi-bin/ DirectoryIndex index.php index.php4 index.php5 index.htm index.html <Directory /home/aryaveerdalorg/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/aryaveerdalorg/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.aryaveerdal.org RewriteRule ^(?!/.well-known)(.*) https://aryaveerdal.org:20000/ [R] RewriteCond %{HTTP_HOST} =admin.aryaveerdal.org RewriteRule ^(?!/.well-known)(.*) https://aryaveerdal.org:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 SSLEngine on SSLCertificateFile /home/aryaveerdalorg/ssl.combined SSLCertificateKeyFile /home/aryaveerdalorg/ssl.key SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1 <Files awstats.pl> AuthName "aryaveerdal.org statistics" AuthType Basic AuthUserFile /home/aryaveerdalorg/.awstats-htpasswd require valid-user </Files> <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8027 </FilesMatch> </VirtualHost> <VirtualHost 103.90.241.146:80> SuexecUserGroup "#1123" "#1100" ServerName vedicprakashan.com ServerAlias www.vedicprakashan.com ServerAlias mail.vedicprakashan.com ServerAlias webmail.vedicprakashan.com ServerAlias admin.vedicprakashan.com DocumentRoot /home/vedicprakashan/public_html ErrorLog /var/log/virtualmin/vedicprakashan.com_error_log CustomLog /var/log/virtualmin/vedicprakashan.com_access_log combined ScriptAlias /cgi-bin/ /home/vedicprakashan/cgi-bin/ DirectoryIndex index.php index.php4 index.php5 index.htm index.html <Directory /home/vedicprakashan/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/vedicprakashan/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.vedicprakashan.com RewriteRule ^(?!/.well-known)(.*) https://vedicprakashan.com:20000/ [R] RewriteCond %{HTTP_HOST} =admin.vedicprakashan.com RewriteRule ^(?!/.well-known)(.*) https://vedicprakashan.com:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8028 </FilesMatch> RewriteCond %{SERVER_NAME} =webmail.vedicprakashan.com [OR] RewriteCond %{SERVER_NAME} =vedicprakashan.com [OR] RewriteCond %{SERVER_NAME} =admin.vedicprakashan.com [OR] RewriteCond %{SERVER_NAME} =mail.vedicprakashan.com [OR] RewriteCond %{SERVER_NAME} =www.vedicprakashan.com RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] </VirtualHost> <VirtualHost 103.90.241.146:443> SuexecUserGroup "#1123" "#1100" ServerName vedicprakashan.com ServerAlias www.vedicprakashan.com ServerAlias mail.vedicprakashan.com ServerAlias webmail.vedicprakashan.com ServerAlias admin.vedicprakashan.com DocumentRoot /home/vedicprakashan/public_html ErrorLog /var/log/virtualmin/vedicprakashan.com_error_log CustomLog /var/log/virtualmin/vedicprakashan.com_access_log combined ScriptAlias /cgi-bin/ /home/vedicprakashan/cgi-bin/ DirectoryIndex index.php index.php4 index.php5 index.htm index.html <Directory /home/vedicprakashan/public_html> Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> <Directory /home/vedicprakashan/cgi-bin> allow from all AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch Require all granted </Directory> RewriteEngine on RewriteCond %{HTTP_HOST} =webmail.vedicprakashan.com RewriteRule ^(?!/.well-known)(.*) https://vedicprakashan.com:20000/ [R] RewriteCond %{HTTP_HOST} =admin.vedicprakashan.com RewriteRule ^(?!/.well-known)(.*) https://vedicprakashan.com:10000/ [R] RemoveHandler .php RemoveHandler .php7.2 RemoveHandler .php5.6 RemoveHandler .php7.0 RemoveHandler .php7.1 RemoveHandler .php7.3 RemoveHandler .php7.4 SSLEngine on SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1 <FilesMatch \.php$> SetHandler proxy:fcgi://localhost:8028 </FilesMatch> SSLCertificateFile /home/vedicprakashan/ssl.cert SSLCertificateKeyFile /home/vedicprakashan/ssl.key Include /etc/letsencrypt/options-ssl-apache.conf SSLCACertificateFile /home/vedicprakashan/ssl.ca </VirtualHost>
Close