Magento uses cron jobs for numerous features to schedule activities. To enable the cron job in … How to Enable Magento 2 CronjobRead more
Author: TechHubWriter
Auto restart lighttpd on crash
To restart lighttpd if it went down or crashed, create a file check_lighttpd.sh mkdir /usr/serverok vi … Auto restart lighttpd on crashRead more
Magento Disable CDN
To see URLs configured on a Magento 2 installation, run the following SQL command select * … Magento Disable CDNRead more
bind lighttpd to one ip address
I want to bind lighttpd on IP address 76.76.18.20, so i can use other IP’s for … bind lighttpd to one ip addressRead more
lighttpd mod alias
mod_alias lighttpd module allow you to map urls to file system. For example, you need /mrtg … lighttpd mod aliasRead more
Magento 2 admin too many redirects error
On a Magento 2 site, after migrating to a new domain, when accessing the admin area, … Magento 2 admin too many redirects errorRead more
Magento 2 Password reset
Magento 2 is popular open-source eCommerce software. If you lost admin password for your Magento 2 … Magento 2 Password resetRead more
lighttpd
lighttpd is a lightweight web server used mainly to serve static files. Youtube used lighttpd before … lighttpdRead more
Can’t create table `catalog_product_relation` (errno: 140 “Wrong create options”)
When I try to restore the MySQL database of a Magento 1.x site on MariaDB 10.3.32 … Can’t create table `catalog_product_relation` (errno: 140 “Wrong create options”)Read more
How to clean Magento 1.x database
When I try to make a copy of the Magento 1 site, it takes forever to … How to clean Magento 1.x databaseRead more