PDA

توجه ! این یک نسخه آرشیو شده میباشد و در این حالت شما عکسی را مشاهده نمیکنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : مشکل بعد از اپگرید php و از کار افتادن اپاچی



faraz-Data
April 16th, 2013, 02:21
بعد از اپگرید php آپاچی سرور به مشکل خورده و ران نمیشه اگر میشه رهنمای کنید
کلی سرچ کردم کلی اموزش بود انجام دادم اما نشد که نشد
وقتی ری استارت میکنم اینطوری میشه

[root@first-server custombuild]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [Mon Apr 15 17:45:42 2013] [warn] VirtualHost 192.69.216.103:443
[Mon Apr 15 17:45:42 2013] [warn] VirtualHost 192.69.216.103:8888 overlaps with
[Mon Apr 15 17:45:42 2013] [warn] VirtualHost 192.69.216.103:443 overlaps with V
[Mon Apr 15 17:45:42 2013] [warn] VirtualHost 192.69.216.103:8888 overlaps with
[Mon Apr 15 17:45:42 2013] [warn] VirtualHost 192.69.216.103:443 overlaps with V

وقتی هم استارت میکنم اینو میگه

# service httpd start
Starting httpd: [Mon Apr 15 17:49:51 2013] [warn] VirtualHost 192.69.216.103:443 overlaps with VirtualHost 192.69.216.103:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Mon Apr 15 17:49:51 2013] [warn] VirtualHost 192.69.216.103:8888 overlaps with VirtualHost 192.69.216.103:8888, the first has precedence, perhaps you need a NameVirtualHost directive
[Mon Apr 15 17:49:51 2013] [warn] VirtualHost 192.69.216.103:443 overlaps with VirtualHost 192.69.216.103:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Mon Apr 15 17:49:51 2013] [warn] VirtualHost 192.69.216.103:8888 overlaps with VirtualHost 192.69.216.103:8888, the first has precedence, perhaps you need a NameVirtualHost directive
[Mon Apr 15 17:49:51 2013] [warn] VirtualHost 192.69.216.103:443 overlaps with VirtualHost 192.69.216.103:443, the first has precedence, perhaps you need a NameVirtualHost directive
httpd (pid 25425) already running

nginxweb
April 16th, 2013, 07:59
لاگ غوف نشون میده که روی این سرور nginx نصب بوده است و پورت 8888 تنظیم شده است و virtual host فایل ها مشکل داره که باید بررسی و حل گردد

faraz-Data
April 16th, 2013, 16:44
لاگ غوف نشون میده که روی این سرور nginx نصب بوده است و پورت 8888 تنظیم شده است و virtual host فایل ها مشکل داره که باید بررسی و حل گردد

الان باید چکار کنم البته تا حدی مشکل حل شده و اپاچی ران شده اما برای ری استارت کردن اپاچی یا انجینیکس به شکل زیر انجام میشه

ری استارت انجینیکس



[root@first-server ~]# /etc/init.d/nginx restart
nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful
Stopping nginx: [ OK ]
Starting nginx: [ OK ]




و اپاچی




Stopping httpd: [ OK ]
Starting httpd: [Tue Apr 16 07:55:42.587721 2013] [core:warn] [pid 1406] AH00117: Ignoring deprecated use of DefaultType in line 59 of /etc/httpd/conf/httpd.conf.

Done