D7net Mini Sh3LL v1
Current File : /var/www/html/../../run/../etc/gss/../ldap/../apache2/sites-enabled/000-default.conf |
<VirtualHost *:80>
# The ServerName directive sets the request scheme, hostname and port that
# the server uses to identify itself. This is used when creating
# redirection URLs. In the context of virtual hosts, the ServerName
# specifies what hostname must appear in the request's Host: header to
# match this virtual host. For the default virtual host (this file) this
# value is not decisive as it is used as a last resort host regardless.
# However, you must set it for any further virtual host explicitly.
#ServerName www.example.com
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
# 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.log
CustomLog ${APACHE_LOG_DIR}/access.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 *:80>
DocumentRoot /var/www/html/antarctic-drupal-7.89/
ServerName morsea.uniparthenope.it
#AssignUserID wwwrun www
AssignUserID morsea morsea
Redirect / https://morsea.uniparthenope.it
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/antarctic-drupal-7.89/>
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
Deny from 193.239.80.37
</Directory>
<FilesMatch “(authorize|cron|install|upgrade)\.php”>
Order deny,allow
deny from all
Allow from 127.0.0.1
Allow from 192.168.0.0/16
</FilesMatch>
CustomLog /var/log/apache2/morsea-access.log combined
ErrorLog /var/log/apache2/morsea-error.log
</VirtualHost>
<VirtualHost *:80>
DocumentRoot /var/www/html/cisslab/
ServerName cisslab.uniparthenope.it
ServerAlias www.cisslab.uniparthenope.it
#AssignUserID wwwrun www
AssignUserID morsea morsea
# Redirect / https://morsea.uniparthenope.it
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/html/cisslab/>
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
Deny from 193.239.80.37
</Directory>
<FilesMatch “(authorize|cron|install|upgrade)\.php”>
Order deny,allow
deny from all
Allow from 127.0.0.1
Allow from 192.168.0.0/16
</FilesMatch>
CustomLog /var/log/apache2/cisslab-access.log combined
ErrorLog /var/log/apache2/cisslab-error.log
</VirtualHost>
<VirtualHost *:80>
DocumentRoot /var/www/html/cvprlab/
ServerName cvprlab.uniparthenope.it
ServerAlias www.cvprlab.uniparthenope.it
#AssignUserID wwwrun www
AssignUserID morsea morsea
# Redirect / https://morsea.uniparthenope.it
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/html/cvprlab/>
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
Deny from 193.239.80.37
</Directory>
<FilesMatch “(authorize|cron|install|upgrade)\.php”>
Order deny,allow
deny from all
Allow from 127.0.0.1
Allow from 192.168.0.0/16
</FilesMatch>
CustomLog /var/log/apache2/cvprlab-access.log combined
ErrorLog /var/log/apache2/cvprlab-error.log
</VirtualHost>
<VirtualHost *:80>
DocumentRoot /var/www/html/hpsclab/
ServerName hpsclab.uniparthenope.it
ServerAlias www.hpsclab.uniparthenope.it
#AssignUserID wwwrun www
AssignUserID morsea morsea
# Redirect / https://morsea.uniparthenope.it
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/html/hpsclab/>
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
Deny from 193.239.80.37
</Directory>
<FilesMatch “(authorize|cron|install|upgrade)\.php”>
Order deny,allow
deny from all
Allow from 127.0.0.1
Allow from 192.168.0.0/16
</FilesMatch>
CustomLog /var/log/apache2/smartlab-access.log combined
ErrorLog /var/log/apache2/smartlab-error.log
</VirtualHost>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
<VirtualHost *:80>
DocumentRoot /var/www/html/marc-drupal/
ServerName marc.uniparthenope.it
ServerAlias www.marc.uniparthenope.it
#AssignUserID wwwrun www
AssignUserID morsea morsea
# Redirect / https://morsea.uniparthenope.it
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/html/marc-drupal/>
DirectoryIndex index.php index.html
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
Deny from 193.239.80.37
</Directory>
<FilesMatch “(authorize|cron|install|upgrade)\.php”>
Order deny,allow
deny from all
Allow from 127.0.0.1
Allow from 192.168.0.0/16
</FilesMatch>
CustomLog /var/log/apache2/marc_drupal-access.log combined
ErrorLog /var/log/apache2/marc_drupal-error.log
</VirtualHost>
AnonSec - 2021 | Recode By D7net