Увидели сообщение с непонятной ссылкой, спам, непристойность или оскорбление?Воспользуйтесь ссылкой «Сообщить модератору» рядом с сообщением!
0 Пользователей и 1 Гость просматривают эту тему.
dmitry@perekladachd:/$ cat /etc/hosts127.0.0.1 localhost127.0.1.1 perekladachd127.0.0.1 www.example.com example.com# The following lines are desirable for IPv6 capable hosts::1 ip6-localhost ip6-loopbackfe00::0 ip6-localnetff00::0 ip6-mcastprefixff02::1 ip6-allnodesff02::2 ip6-allroutersff02::3 ip6-allhostsdmitry@perekladachd:/$ cat /etc/apache2/sites-available/www.example.com NameVirtualHost *<VirtualHost *> ServerAdmin webmaster@example.com ServerName www.example.com ServerAlias example.com # Indexes + Directory Root. DirectoryIndex index.html index.php DocumentRoot /home/www/www.example.com/htdocs/ # CGI Directory ScriptAlias /cgi-bin/ /home/www/www.example.com/cgi-bin/ <Location /cgi-bin> Options +ExecCGI </Location> # Logfiles ErrorLog /home/www/www.example.com/logs/error.log CustomLog /home/www/www.example.com/logs/access.log combined</VirtualHost>
Страница сгенерирована за 0.027 секунд. Запросов: 24.