Cách fix lỗi HTTP 500

Lỗi HTTP 500 xảy ra khi code có vấn đề cần phải khắc phục. Để hiển thị ra vấn đề ta chỉ cần thêm đoạn code hiển thị lỗi như sau lên đầu Sau khi thêm sẽ hiển thị ra bug để chúng ta khắc phục. Còn nếu vẫn còn . . . Read more

Startup script for FreePBX

As most distributions have moved to systemd, here’s an example startup script that you may customize for your installation. This has been tested to work on CentOS 7. Contents of /etc/systemd/system/freepbx.service [Unit] Description=FreePBX VoIP Server After=mariadb.service [Service] Type=oneshot RemainAfterExit=yes ExecStart=/usr/sbin/fwconsole start -q ExecStop=/usr/sbin/fwconsole stop -q [Install] WantedBy=multi-user.target   From there . . . Read more