Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - lethang

Pages: [1]
1
PHP / Re: suPHP - 500 Internal Server Error
« on: January 17, 2016, 07:11:07 AM »
you can check your apache logs

tail -f /usr/local/apache/logs/error_log

Thank you for the reply

This is the logs

[root@mail ~]# tail -f /usr/local/apache/logs/error_log
[Sun Jan 17 13:55:29 2016] [alert] [client 14.161.68.128] /home/username/public_html/.htaccess: Options not allowed here, referer: http://courses.xxx.edu.vn/
[Sun Jan 17 13:55:36 2016] [alert] [client 14.161.68.128] /home/username/public_html/.htaccess: Options not allowed here
[Sun Jan 17 13:55:36 2016] [alert] [client 14.161.68.128] /home/username/public_html/.htaccess: Options not allowed here, referer: http://demo.xxx.edu.vn/
[Sun Jan 17 13:55:36 2016] [alert] [client 14.161.68.128] /home/username/public_html/.htaccess: Options not allowed here, referer: http://demo.xxx.edu.vn/
[Sun Jan 17 13:55:36 2016] [alert] [client 14.161.68.128] /home/username/public_html/.htaccess: Options not allowed here, referer: http://demo.xxx.edu.vn/
[Sun Jan 17 13:57:08 2016] [error] [client 66.249.77.122] File does not exist: /usr/local/apache/htdocs/index.php
[Sun Jan 17 13:57:49 2016] [alert] [client 14.161.68.128] /home/username/public_html/.htaccess: Options not allowed here
[Sun Jan 17 13:57:49 2016] [alert] [client 14.161.68.128] /home/username/public_html/.htaccess: Options not allowed here, referer: http://demo.xxx.edu.vn/
[Sun Jan 17 13:57:49 2016] [alert] [client 14.161.68.128] /home/username/public_html/.htaccess: Options not allowed here, referer: http://demo.xxx.edu.vn/
[Sun Jan 17 13:57:49 2016] [alert] [client 14.161.68.128] /home/username/public_html/.htaccess: Options not allowed here, referer: http://demo.xxx.edu.vn/


xxx.edu.vn: is my domain
username: user name

2
PHP / Re: suPHP - 500 Internal Server Error
« on: January 16, 2016, 06:09:31 PM »
Hi,

I am facing with this error - 500 Internal Server Error but for SUB DOMAIN ONLY. Main domain works fine. I tried to use fix permissions but It still happen.

After I created sub domain demo.xxx.com with path: /home/USERNAME/public_html/demo.xxx.com then checking it in File Manager, I see an empty demo.xxx.com folder is created in public_html

Could Anyone help this?
Thank you

Some info about server:
Apache version: Apache/2.2.27
PHP version: 5.4.45
MySQL version: 5.1.73
CWP version: 0.9.8.11

Pages: [1]