Published on : September 1, 2021 by Vinayan C V
Preface:
Cloudflare is a popular and free service that speeds up your website by directing the website’s DNS and routing traffic to a visitor’s closest cache of your static content, such as images, CSS files, and JavaScript files. Cloudflare works similarly to a CDN but is actually more like a reverse proxy service. Since Cloudflare manages […]
Published on : July 1, 2021 by Vinayan C V
Preface:
Covid-19 has spread across the world like a storm. It has brought up several issues which most of us have never faced before. How is your industry affected by the changing economy due to covid-19? Has your company made amendments in your business continuity plans to tackle another pandemic? In data centers, IT professionals might […]
Published on : June 25, 2021 by Gary Griffith
Preface:
What is Directory Listing? Directory listing is a feature which list the contents of a directory if there is no index file (e.g. index.php or index.html) present in that directory. So, once directory listing is enabled and if that directory is not having any index files, when a request is made to that directory, the […]
Published on : June 17, 2021 by Gary Griffith
Preface:
The word Drush stands for DRUpal SHell and it is a command line utility used to communicate to Drupal CMS. For one who enjoy working from the shell, installing Drush is going to save your time for sure. Drush allows you to install/configure modules and themes without logging to your Drupal dashboard. Drush can be used for troubleshooting errors […]
Published on : June 9, 2021 by Scarlett Upton
Preface:
While uploading a file of larger size in CWP using the file manager, you may encounter a file upload error as following in the log file /usr/local/cwpsrv/logs/error_log. [otw_shortcode_info_box border_type=”bordered” border_color_class=”otw-blue-border” border_style=”bordered”]2021/05/24 04:20:58 [error] 2578322#0: *114 client intended to send too large body: 720059757 bytes, client: 117.203.36.77, server: localhost, request: “POST /cwp_7c0f4a5796597df4/testfil/testfil/index.php?module=filemanager&acc=uploadFiles HTTP/1.1”, host: “host.example.com:2083”, referrer: “https://host.example.com:2083/cwp_7c0f4a5796597df4/testfil/fileManager_v2.php”[/otw_shortcode_info_box] […]