Apache 2.2.6 сильно тупит из инета

Обсуждение настройки и работы сервисов, резервирования, сетевых настроек и вопросов безопасности ОС.

Модераторы: SLEDopit, Модераторы разделов

Pentium02
Сообщения: 136
ОС: Debian lenny

Apache 2.2.6 сильно тупит из инета

Сообщение Pentium02 »

на серваке две сетевухи, eth0 (192.168.1.1) смотрит в инет, eth1 (10.10.1.1) смотрит в локальную сеть.

Из внутренней сети страница сервера открывается мнгновенно, из инет жууть как долго, секунд 10 грузится. Инет работает сто пудов нормально.

Ах да, в апаче настроены виртуальные хосты, только помоему я их криво настроил.

вотс

Код:

NameVirtualHost *:80 <VirtualHost *:80> ServerAdmin Pentium02s@gmail.com ServerName cs-world.org.ru DocumentRoot /var/www/cs-world.org.ru/htdocs <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory "/var/www/cs-world.org.ru/htdocs"> IndexOptions charset=cp1251 Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory> ErrorLog /var/www/cs-world.org.ru/error.log LogLevel warn CustomLog /var/www/cs-world.org.ru/access.log combined ServerSignature On </VirtualHost> NameVirtualHost *:80 <VirtualHost *:80> ServerAdmin Pentium02s@gmail.com ServerName pentium02.net.ru DocumentRoot /var/www/pentium02.net.ru/htdocs/ <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory "/var/www/pentium02.net.ru/htdocs"> IndexOptions charset=cp1251 Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny Deny from dizzler.com allow from all # This directive allows us to have apache2's default start page # in /apache2-default/, but still have / go to the right place #RedirectMatch ^/$ /cont/ </Directory> <Directory "/var/www/pentium02.net.ru/htdocs/cont/"> IndexOptions charset=utf-8 Deny from dizzler.com </Directory> <Directory "/var/www/pentium02.net.ru/htdocs/cont/music"> Deny from dizzler.com Deny from www.dizzler.com AuthName "Please enter password" AuthType Basic AuthUserFile /etc/musicpasswd require valid-user </Directory> <Directory "/var/www/pentium02.net.ru/htdocs/images/"> IndexOptions charset=utf-8 </Directory> <Directory "/var/www/pentium02.net.ru/htdocs/cont/][/Monthly/"> IndexOptions charset=cp1251 </Directory> ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ ErrorLog /var/www/pentium02.net.ru/error.log LogLevel warn CustomLog /var/www/pentium02.net.ru/access.log combined ServerSignature On </VirtualHost>
Hear this voice from deep inside
It's a call of your heart
Close your eyes and yo will find
Passage out of the dark
Спасибо сказали:
Pentium02
Сообщения: 136
ОС: Debian lenny

Re: Apache 2.2.6 сильно тупит из инета

Сообщение Pentium02 »

Всё, просто не правильно были настроены виртуальные хсоты, тему можно удалить
Hear this voice from deep inside
It's a call of your heart
Close your eyes and yo will find
Passage out of the dark
Спасибо сказали: