ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re[4]: пересадить 1 ip в apache на 81 порт



Здравствуйте, Alexey.

Вы писали 5 декабря 2007 г., 17:31:43:

>> AVK> linux:
>> AVK> netstat -anpe | grep 80
>>
>> AVK> bsd:
>> AVK> netstat -an
>> AVK> lsof | grep 80
>>
>>
>> Прописал listen для всtх ip, теперь апач на 81 норм работает, а nginx
>> на 80 нет.
AVK> я думал это было в апаче
AVK> сделай
AVK> netstat -anpe | grep '\:80'
AVK> с остановленным nginx-ом

Остановил, выводит все ip которые работают на 80 с apache, кроме того,
который пересадил на 81 порт.
Вобще вот с остановленным nginx:

[root@srv nginx]# netstat -anpe | grep 83.222.x.x
tcp        0      0 83.222.x.x:81         0.0.0.0:*               LISTEN      0 
         7914285    17070/httpd
tcp        0      0 83.222.x.x:53         0.0.0.0:*               LISTEN      
25         6904082    23057/named
udp        0      0 83.222.x.x:53         0.0.0.0:*                           
25         6904081    23057/named

Вот с запущенным:

[root@srv nginx]# netstat -anpe | grep 83.222.х.х
tcp        0      0 83.222.х.х:80         0.0.0.0:*               LISTEN      0 
         9901733    30206/nginx
tcp        0      0 83.222.х.х:81         0.0.0.0:*               LISTEN      0 
         7914285    17070/httpd
tcp        0      0 83.222.х.х:53         0.0.0.0:*               LISTEN      
25         6904082    23057/named
udp        0      0 83.222.х.х:53         0.0.0.0:*                           
25         6904081    23057/named

другие ip норм работают на 8080
tcp        0  13140 87.242.х.х:8080      159.226.22.75:64713     ESTABLISHED 99 
        9918712    30207/nginx: worker

Остановил апач, тоже самое, nginx непашет на 80, как это?

2007/12/05 17:29:47 [debug] 23536#0: bind() 83.222.5.x:80 #7
2007/12/05 17:29:47 [debug] 23536#0: bind() 87.242.74.x:8080 #8
2007/12/05 17:29:47 [debug] 23536#0: bind() 87.242.75.x:8080 #9
2007/12/05 17:29:47 [debug] 23536#0: counter: B6A6D080, 1
2007/12/05 17:29:47 [debug] 23539#0: bind() 83.222.5.x:80 #7
2007/12/05 17:29:47 [debug] 23539#0: bind() 87.242.74.x:8080 #8
2007/12/05 17:29:47 [debug] 23539#0: bind() 87.242.75.x:8080 #9
2007/12/05 17:29:47 [notice] 23539#0: using the "rtsig" event method
2007/12/05 17:29:47 [debug] 23539#0: counter: B6A6D080, 1
2007/12/05 17:29:47 [notice] 23539#0: nginx/0.6.21
2007/12/05 17:29:47 [notice] 23539#0: built by gcc 3.2.3 20030502 (Red Hat 
Linux 3.2.3-20)
2007/12/05 17:29:47 [notice] 23539#0: OS: Linux 2.4.21-4.ELsmp
2007/12/05 17:29:47 [notice] 23539#0: sysctl(KERN_RTSIGMAX): 10240
2007/12/05 17:29:47 [notice] 23539#0: getrlimit(RLIMIT_NOFILE): 1024:1024
2007/12/05 17:29:47 [debug] 23540#0: write: 10, BFFFCDF0, 6, 0
2007/12/05 17:29:47 [debug] 23540#0: setproctitle: "nginx: master process 
/usr/local/nginx/sbin/nginx"
2007/12/05 17:29:47 [notice] 23540#0: start worker processes
2007/12/05 17:29:47 [debug] 23540#0: channel 10:11
2007/12/05 17:29:47 [notice] 23540#0: start worker process 23541
2007/12/05 17:29:47 [debug] 23540#0: sigsuspend
2007/12/05 17:29:47 [debug] 23541#0: malloc: 080BE328:128
2007/12/05 17:29:47 [debug] 23541#0: malloc: 08106CC0:40960
2007/12/05 17:29:47 [debug] 23541#0: malloc: B69A9008:800000
2007/12/05 17:29:47 [debug] 23541#0: malloc: B692A008:520000
2007/12/05 17:29:47 [debug] 23541#0: malloc: B68AB008:520000
2007/12/05 17:29:47 [debug] 23541#0: rtsig add connection: fd:7 signo:43
2007/12/05 17:29:47 [debug] 23541#0: rtsig add connection: fd:11 signo:43
2007/12/05 17:29:47 [debug] 23541#0: setproctitle: "nginx: worker process"
2007/12/05 17:29:47 [debug] 23541#0: worker cycle
2007/12/05 17:29:47 [debug] 23541#0: rtsig timer: -1
2007/12/05 17:29:47 [debug] 23541#0: rtsig signo:43 fd:8 band:0041
2007/12/05 17:29:48 [debug] 23541#0: timer delta: 105
2007/12/05 17:29:48 [debug] 23541#0: posted events 00000000
2007/12/05 17:29:48 [debug] 23541#0: worker cycle
2007/12/05 17:29:48 [debug] 23541#0: rtsig timer: 30000
2007/12/05 17:29:48 [debug] 23541#0: rtsig signo:43 fd:10 band:0041
2007/12/05 17:29:48 [debug] 23541#0: slab alloc: 24 slot: 2
2007/12/05 17:29:48 [debug] 23541#0: slab alloc: B6A77040
2007/12/05 17:29:48 [debug] 23541#0: timer delta: 32
2007/12/05 17:29:48 [debug] 23541#0: posted events 00000000
2007/12/05 17:29:48 [debug] 23541#0: worker cycle
2007/12/05 17:29:48 [debug] 23541#0: rtsig timer: 256
2007/12/05 17:29:48 [debug] 23541#0: rtsig signo:43 fd:9 band:0041
2007/12/05 17:29:48 [debug] 23541#0: timer delta: 180
2007/12/05 17:29:48 [debug] 23541#0: posted events 00000000
2007/12/05 17:29:48 [debug] 23541#0: worker cycle
2007/12/05 17:29:48 [debug] 23541#0: rtsig timer: 76
2007/12/05 17:29:48 [debug] 23541#0: rtsig signo:43 fd:9 band:0041
2007/12/05 17:29:48 [debug] 23541#0: timer delta: 2
2007/12/05 17:29:48 [debug] 23541#0: posted events 00000000
2007/12/05 17:29:48 [debug] 23541#0: worker cycle
2007/12/05 17:29:48 [debug] 23541#0: rtsig timer: 74
2007/12/05 17:29:48 [debug] 23541#0: rtsig signo:43 fd:10 band:0304
2007/12/05 17:29:48 [debug] 23541#0: timer delta: 0
2007/12/05 17:29:48 [debug] 23541#0: posted events 00000000
2007/12/05 17:29:48 [debug] 23541#0: worker cycle
2007/12/05 17:29:48 [debug] 23541#0: rtsig timer: 74
2007/12/05 17:29:48 [debug] 23541#0: rtsig signo:43 fd:9 band:0041
2007/12/05 17:29:48 [debug] 23541#0: timer delta: 2
2007/12/05 17:29:48 [debug] 23541#0: posted events 00000000
2007/12/05 17:29:48 [debug] 23541#0: worker cycle
2007/12/05 17:29:48 [debug] 23541#0: rtsig timer: 72
2007/12/05 17:29:48 [debug] 23541#0: rtsig signo:43 fd:13 band:0041
2007/12/05 17:29:48 [debug] 23541#0: *2 event timer del: 13: 2864109943
2007/12/05 17:29:48 [debug] 23541#0: *2 generic phase: 0
2007/12/05 17:29:48 [debug] 23541#0: *2 generic phase: 1

и там прочее, ошибок никаких, я прост в недоумении ...

>>
>> В лог ничего не выводит, ни в error ни в access
>>
>> netstat -anpe | grep 83.222.x.x:80
>> tcp        0      0 83.222.x.x:80         0.0.0.0:*                
>> LISTEN      0          7952526    19002/nginx
>>
>> Конф nginx
>> server {
>>       listen          83.222.x.x:80;
>>       server_name     download.xxxx.ru;
>>       root            /home/files/xxxx.ru;
>>       access_log      /usr/local/nginx/logs/ 
>> download.xxxx.ru.access_log download;
>>       location / {
>>           limit_rate 150k;
>>           limit_conn   one  3;
>>           index   index.html;
>>        }
>>        location /nginx_status {
>>            stub_status on;
>>        }
>>        location ~ \.flv$ {
>>            flv;
>>        }
>> }
>>
>> А другие вирт хосты nginx на портах 8080 нормально работают.
>> Где еще можно посмотреть в чем там дело?
>>





-- 
С уважением,
 Евгений                          mailto:jeka@xxxxxxxxx




 




Copyright © Lexa Software, 1996-2009.