Mini Shell Moded By TiGER HeX
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
etc
/
apache2
/
sites-available
/
Linux midnightridazz 4.19.0-11-cloud-amd64 #1 SMP Debian 4.19.146-1 (2020-09-17) x86_64
Upload File :
New :
File
Dir
//etc/apache2/sites-available/000-default.conf~
<VirtualHost *:8088> ServerAdmin info@midnightridazz.com DocumentRoot /var/www/ridazz DirectoryIndex index.php index.html AddHandler x-mapp-php5 .php RewriteEngine On RewriteCond %{HTTP_USER_AGENT} "Googlebot" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "AdsBot-Google" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "msnbot" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "AltaVista" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "Slurp" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "semrushbot" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "ahrefsbot" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "bingbot" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "applebot" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "yandexbot" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "mj12bot" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "dotbot" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "zoominfotbot" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "petalbot" [NC] RewriteRule .* - [F,L] # Available loglevels: trace8, ..., trace1, debug, info, notice, warn, # error, crit, alert, emerg. # It is also possible to configure the loglevel for particular # modules, e.g. #LogLevel info ssl:warn ErrorLog ${APACHE_LOG_DIR}/error.ridazz.log CustomLog ${APACHE_LOG_DIR}/access.ridazz.log combined # For most configuration files from conf-available/, which are # enabled or disabled at a global level, it is possible to # include a line for only one particular virtual host. For example the # following line enables the CGI configuration for this host only # after it has been globally disabled with "a2disconf". #Include conf-available/serve-cgi-bin.conf </VirtualHost> <VirtualHost *:8088> ServerName 50mmlosangeles.com ServerAlias www.50mmlosangeles.com ServerAdmin info@50mmlosangeles.com DocumentRoot /var/www/50mmla RewriteEngine On RewriteCond %{HTTP_USER_AGENT} "Googlebot" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "AdsBot-Google" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "msnbot" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "AltaVista" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "Slurp" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "semrushbot" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "ahrefsbot" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "bingbot" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "applebot" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "yandexbot" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "mj12bot" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "dotbot" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "zoominfotbot" [NC,OR] RewriteCond %{HTTP_USER_AGENT} "petalbot" [NC] RewriteRule .* - [F,L] # Available loglevels: trace8, ..., trace1, debug, info, notice, warn, # error, crit, alert, emerg. # It is also possible to configure the loglevel for particular # modules, e.g. #LogLevel info ssl:warn ErrorLog ${APACHE_LOG_DIR}/error.50mmla.log CustomLog ${APACHE_LOG_DIR}/access.50mmla.log combined # For most configuration files from conf-available/, which are # enabled or disabled at a global level, it is possible to # include a line for only one particular virtual host. For example the # following line enables the CGI configuration for this host only # after it has been globally disabled with "a2disconf". #Include conf-available/serve-cgi-bin.conf </VirtualHost> # vim: syntax=apache ts=4 sw=4 sts=4 sr noet