-
January 11th, 2019, 16:36
#1
ارور 500 دایرکت ادمین
سلام.
به تازگی دایرکت ادمین نصب کردم. nginx_apache فعال کردم. custombild 2 روش نصبه.دو نسخه php 56,73 رو فعال کردم حالت php-fpm
الان اسکریپت فریر برای تست امتحان کردم ارور 500 میده، کسی میدونه مشکل از کجا میتونه باشه؟
کد HTML:
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at webmaster@musick.ir to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log.
-
-
January 11th, 2019 16:36
# ADS
-
January 11th, 2019, 16:54
#2
عضو انجمن
پاسخ : ارور 500 دایرکت ادمین

نوشته اصلی توسط
mohsen1771
سلام.
به تازگی دایرکت ادمین نصب کردم. nginx_apache فعال کردم. custombild 2 روش نصبه.دو نسخه php 56,73 رو فعال کردم حالت php-fpm
الان اسکریپت فریر برای تست امتحان کردم ارور 500 میده، کسی میدونه مشکل از کجا میتونه باشه؟
کد HTML:
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at webmaster@musick.ir to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log.
لطفا آدرسی که نصب کردید رو بدید
کد زیر رو هم امتحان کنید
nano /usr/local/directadmin/data/users/YOURUSERNAME/nginx.conf
location / {
# try_files $uri $uri/ =404;
try_files $uri $uri/ /index.php?q=$uri&$args;
}
-
-
January 11th, 2019, 17:02
#3
پاسخ : ارور 500 دایرکت ادمین

نوشته اصلی توسط
artuore
لطفا آدرسی که نصب کردید رو بدید
کد زیر رو هم امتحان کنید
nano /usr/local/directadmin/data/users/YOURUSERNAME/nginx.conf
location / {
# try_files $uri $uri/ =404;
try_files $uri $uri/ /index.php?q=$uri&$args;
}
خصوصی شد
-
-
January 11th, 2019, 17:13
#4
عضو جدید
پاسخ : ارور 500 دایرکت ادمین
درود بر شما
برای استفاده از PHP 7.3 کمی زوده، PHP 7.2 رو فعال کنید و تست کنید.
لطفا لاگ خطای PHP-FPM و apache رو برامون کپی کنید.
مفتخر به کسب 100% رضایتمندی مشتریان در سال 1397
500% افزایش سرعت وردپرس با
هاست وردپرس
-
تعداد تشکر ها از SIBHost به دلیل پست مفید
-
January 11th, 2019, 17:46
#5
پاسخ : ارور 500 دایرکت ادمین

نوشته اصلی توسط
SIBHost
درود بر شما
برای استفاده از PHP 7.3 کمی زوده، PHP 7.2 رو فعال کنید و تست کنید.
لطفا لاگ خطای PHP-FPM و apache رو برامون کپی کنید.
ممنون استاد، مشکل رفع شد
-