Wednesday, April 17, 2024

Fix CWP – Apache error “Error retrieving pid file logs/httpd.pid



mv /usr/local/apache/logs/httpd.pid /usr/local/apache/logs/httpd.pid.bak


restart Apache

No comments:

Post a Comment

SQL to delete all WooCommerce products except those with "draft" status

 -- Disable foreign key checks (important for InnoDB) SET     FOREIGN_KEY_CHECKS = 0;     -- Delete product meta DELETE     pm FROM     wp_p...