Software: Apache/2.4.18 (Ubuntu). PHP/7.0.33-0ubuntu0.16.04.16 uname -a: Linux digifus 3.13.0-57-generic #95-Ubuntu SMP Fri Jun 19 09:28:15 UTC 2015 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /etc/apache2/sites-available/ drwxr-xr-x | |
| Viewing file: Select action/file-type: <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
ServerName _default_
# 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
<Directory /var/www/html>
Options FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
<Directory /var/www/html/imagenesGregoryteam>
Order allow,deny
Allow from all
</Directory>
LogLevel debug
ErrorLog /var/www/html/error.log
CustomLog /var/www/html/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 *:443>
ServerName gregoryteam.com.ar
ServerAlias www.gregoryteam.com.ar
ServerAlias gregoryteam.com.ar
DocumentRoot /var/www/gregoryteam
ErrorLog /var/www/gregoryteam/error.log
CustomLog /var/www/gregoryteam/access.log combined
SSLEngine on
#SSLCertificateFile /etc/apache2/ssl/apache.crt
#SSLCertificateKeyFile /etc/apache2/ssl/apache.key
SSLCertificateFile /etc/letsencrypt/live/gregoryteam.com.ar/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/gregoryteam.com.ar/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/gregoryteam.com.ar/chain.pem
Alias /images "/var/www/html/imagenesGregoryteam/"
<Directory "/var/www/html/imagenesGregoryteam/" >
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
<VirtualHost *:80>
ServerName gregoryteam.com.ar
ServerAlias www.gregoryteam.com.ar
ServerAlias gregoryteam.com.ar
DocumentRoot /var/www/gregoryteam
ErrorLog /var/www/gregoryteam/error.log
CustomLog /var/www/gregoryteam/access.log combined
SSLEngine on
<Directory /var/www/gregoryteam>
Options FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
#SSLCertificateFile /etc/apache2/ssl/apache.crt
#SSLCertificateKeyFile /etc/apache2/ssl/apache.key
SSLCertificateFile /etc/letsencrypt/live/gregoryteam.com.ar/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/gregoryteam.com.ar/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/gregoryteam.com.ar/chain.pem
</VirtualHost>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
|
:: Command execute :: | |
--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0075 ]-- |