-
April 16th, 2013, 02:21
#1
مشکل بعد از اپگرید php و از کار افتادن اپاچی
بعد از اپگرید 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
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
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
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
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
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
-
-
April 16th, 2013 02:21
# ADS
-
April 16th, 2013, 07:59
#2
عضو دائم
پاسخ : مشکل بعد از اپگرید php و از کار افتادن اپاچی
لاگ غوف نشون میده که روی این سرور nginx نصب بوده است و پورت 8888 تنظیم شده است و virtual host فایل ها مشکل داره که باید بررسی و حل گردد
:: کارشناس فنی هاستینگ و مدیریت سرور
:: کانفیگ حرفه ای سرور مجازی و اختصاصی و رفع اشکال سرور از سال 1388
:: وب سایت :
www.nginxweb.ir | تلفن شرکت:
02191300834
-
-
April 16th, 2013, 16:44
#3
پاسخ : مشکل بعد از اپگرید php و از کار افتادن اپاچی

نوشته اصلی توسط
nginxweb
لاگ غوف نشون میده که روی این سرور 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

42.587721 2013] [core:warn] [pid 1406] AH00117: Ignoring deprecated use of DefaultType in line 59 of /etc/httpd/conf/httpd.conf.
Done
-