sysnishit
- Total activity 46
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 21
Comments
Recent activity by sysnishit-
Hello, There is no such feature to create monitor user. But yes if you want to access awstats/webalizer stats of your site without login to cpanel then it is possible.
-
Hello, You don't need to ask client to point A record to your server IP. Just add IP and domain in hosts file on your local PC so site will resolve through your server for your PC. Path to host fi...
-
Hello, Ping to the url they provided and you will get IP. or execute command ping xxxxxxxx.eu-west-1.rds.amazonaws.com or host xxxxxxxx.eu-west-1.rds.amazonaws.com
-
Hello, Create another folder with name as include and access it. If that is not getting redirect then there is issue with index page or database used by index page.
-
Hello, It seems brute force attack on your wordpress site. There are many plugin which can protect your site from such attack like "Loginizer". Another option is password protect directory. You ca...
-
Hello, What is exact error in apache error_log ? You can check logs using command tail -f /usr/local/apache/logs/error_log. Also make sure version is changed (back to 7.1) for site by uploading ph...
-
Hello, You are most welcome :)
-
Hello, * */6 * * * sleep $[ ( $RANDOM % 60 ) + 1 ]m; /path/to/script or command This cron will execute command/script every after 6 hrs and RANDOM min (from 1 to 60)
-
Hello, Import email IDs is documented here:
-
Hello, Install Config security firewall and configure to block, if login failed from sources IP > 5. Setting for pop3 : If login failed > 5 block source IP. Same setting available for IMAP as wel...