HostingH
- Total activity 153
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 74
Comments
Recent activity by HostingH-
Hi, To install any php module without easyapache just perform following steps. 1. Login to server as root 2. cd /home/cpeasyapache/src/php-5.3.27/ext/ 3. fire ls : there you will see all the php ...
-
If you are getting 404 not found in browser, make sure that you are creating/deploying website under correct document root. Next if you are creating it in php/pearl/python/java, are these supported...
-
404 page is available under servers document root and file name is cp_errordocument.shtml, you can edit that page as per your need.
-
If you want to set 750 then ownership of that dir should be user:nobody then it will work for you.
-
Without error error_log file apache will not work properly. If its missing then crate it using touch cmd. error_log file will help you to troubleshoot apache/domain related issues.
-
In csf enable following options # This option triggers for email sent via /usr/sbin/sendmail or /usr/sbin/exim RT_LOCALRELAY_ALERT = "1" RT_LOCALRELAY_LIMIT = "100" Or using cmd: awk '{ if ($0 ~ ...
-
1. Make sure that your main domain is resolving correctly. 2. Check A record for subdomain If possible, please post DNS error here.
-
As WHM is providing options for 4 NS so its quite hard to have 6 NS still if you want to add then by editing DNS zone for particular domain add more NS there. Any plan to have 6 NS? Use DNS cluster...
-
Hello, To find the exact domain's or user's apache logs, just try to tail -f /usr/local/apache/logs/error_log | grep username and hit the url then you will see the logs for that user or domain.
-
Hello, If you are using centos 7 then need to change/set new hostname in following files, /etc/sysconfig/network add HOSTNAME=server.domain.com then /etc/hosts >> IP server.domain.com server ...