Считаете, что Ubuntu недостаточно дружелюбна к новичкам? Помогите создать новое Руководство для новичков!
0 Пользователей и 1 Гость просматривают эту тему.
root@server:/etc/apache2/sites-enabled# cat default.conf <VirtualHost *:80> ServerName it03.pro DocumentRoot /var/www/it03.pro/ <Directory /var/www/it03.pro/> AllowOverride All </Directory></VirtualHost># vim: syntax=apache ts=4 sw=4 sts=4 sr noetroot@server:/etc/apache2/sites-enabled#
root@server:/etc/apache2/sites-enabled# cat default-le-ssl.conf <IfModule mod_ssl.c><VirtualHost *:443> SSLEngine on SSLProtocol all -SSLv2 ServerName it03.pro DocumentRoot /var/www/it03.pro/ <Directory /var/www/it03.pro/> AllowOverride All </Directory> #Redirect permanent / https://it03.pro/Include /etc/letsencrypt/options-ssl-apache.confInclude /etc/letsencrypt/options-ssl-apache.confServerAlias it03.proSSLCertificateFile /etc/letsencrypt/live/it03.pro/cert.pemSSLCertificateKeyFile /etc/letsencrypt/live/it03.pro/privkey.pemInclude /etc/letsencrypt/options-ssl-apache.confSSLCertificateChainFile /etc/letsencrypt/live/it03.pro/chain.pemAlias /cluebringer "/usr/share/postfix-cluebringer-webui/webui/"Alias /iredadmin/static "/usr/share/apache2/iredadmin/static/"WSGIScriptAlias /iredadmin "/usr/share/apache2/iredadmin/iredadmin.py/"Alias /awstats/icon "/usr/share/awstats/icon/"Alias /awstatsicon "/usr/share/awstats/icon/"ScriptAlias /awstats "/usr/lib/cgi-bin/"Alias /phpmyadmin "/usr/share/phpmyadmin/"ProxyRequests Off <Proxy *> Order Allow,Deny Allow from all </Proxy> Redirect permanent /transmission https://it03.pro/transmission/web ProxyPass /transmission http://localhost:9999/transmission ProxyPassReverse /transmission http://localhost:9999/transmission</VirtualHost></IfModule>
root@server:/etc/apache2/sites-enabled# cat unixoid.info.conf <VirtualHost *:80> ServerName unixoid.info DocumentRoot /var/www/unixoid.info/ <Directory /var/www/unixoid.info/> AllowOverride All </Directory></VirtualHost># vim: syntax=apache ts=4 sw=4 sts=4 sr noetroot@server:/etc/apache2/sites-enabled#
[C:\]$ telnet 79.165.205.246 80Trying 79.165.205.246...telnet: Unable to connect to remote host: Connection timed out
Страница сгенерирована за 0.047 секунд. Запросов: 21.