error 503 in php 7.4

skym4n

Verified User
Joined
Aug 1, 2020
Messages
99
Location
Brazil
I'm just studying the Directadmin panel, currently using cPanel and CWP.
I am testing OpenLightSpeed, but I have an unusual problem.
I did a test installation of WHMCS, it runs perfectly in versions 5.6, 7.2, 7.3.
Only in version 7.4 the error 503 occurs ... does anyone know why? busy.png
 
This is a problem with your server configuration. Check /var/log/httpd/domains/yourdomain.error.log for the answer why. See below for example command to identify the problem. Make sure you have just run the error before trying it.

Code:
tail -10  /var/log/httpd/domains/yourdomain.error.log

Please note: your log location may be software specific, so if /var/log/httpd isn’t found check litespeed error logs.
 
I believe it is a problem in WHMCS, as I tested a wordpress installation and it worked perfectly without errors.

see below:


Code:
2020-08-04 17:22:26.753319 [NOTICE] [45.70.35.242:18735:HTTP2-19#radionainternet.com-443:lsapi] oops! 503 Service Unavailable
2020-08-04 17:53:46.798092 [NOTICE] [45.70.35.242:20018:HTTP2-15#radionainternet.com-443:lsapi] oops! 503 Service Unavailable
2020-08-04 17:56:48.905436 [NOTICE] [45.70.35.242:19502:HTTP2-15#radionainternet.com-443:lsapi] oops! 503 Service Unavailable
2020-08-04 17:56:51.698578 [NOTICE] [45.70.35.242:19502:HTTP2-19#radionainternet.com-443:lsapi] oops! 503 Service Unavailable
2020-08-04 17:56:53.294974 [NOTICE] [45.70.35.242:19502:HTTP2-21#radionainternet.com-443:lsapi] oops! 503 Service Unavailable
2020-08-04 17:56:54.370306 [NOTICE] [45.70.35.242:19502:HTTP2-23#radionainternet.com-443:lsapi] oops! 503 Service Unavailable
2020-08-04 17:56:55.448584 [NOTICE] [45.70.35.242:19502:HTTP2-25#radionainternet.com-443:lsapi] oops! 503 Service Unavailable
2020-08-04 17:56:56.347920 [NOTICE] [45.70.35.242:19502:HTTP2-27#radionainternet.com-443:lsapi] oops! 503 Service Unavailable
2020-08-04 17:56:57.283414 [NOTICE] [45.70.35.242:19502:HTTP2-29#radionainternet.com-443:lsapi] oops! 503 Service Unavailable
2020-08-04 17:56:58.709269 [NOTICE] [45.70.35.242:19502:HTTP2-31#radionainternet.com-443:lsapi] oops! 503 Service Unavailable
 
Back
Top