Knowledge Base (All)
Welcome to e-Comm Enterprises, Inc. Knowledge Base
MySQL: Automate the Bin Log Cleanup
To automate the Bin Log Clean up you can do the following
mysql –u<USERNAME> –p<PASSWORD>
mysql> set global expire_logs_days=7; mysql> show variables like “expire%”;
+------------------+-------+
Mysql> quit;
this setting will remain until the server or the mysql service restarts then it will go back to 0, which is the defaut.
|
Joomla - Issue after user loginJoomla Login HTTPSAfter user login, a Certificate invalid page is displayed and then, a 404 page not found is displayed. If you look the URL is showing HTTPS://yourdomain.com/, that means that the login is re-routing the user to an encryptes/secure area which means that the issue is not a bad login script, it is just that your site does not exists under the httpdocs. To solve this issue you have two options: 1- Create a secure site inside the https area, most Linux server has the forlders setup as “httpdocs” or “httpsdocs” 2- Go to your administrator section select Extensions >> Module Manager >> “Your Login Module” inside your login module look for “Encrypt Login Form” and select “No”. This should solve that problem. |
Issue with http Port - No listening sockets availableFedora / Linux / HTTP / Apache
- I tried using just port 80 - I tried putting an actual IP Address Listen 12.34.56.78:80 Could not bind to address 127.0.0.1:80 no listening sockets available, shutting down Nothing was successful until I found out that the problem started when I installed the system-config-httpd, this tool although it makes it easy to modify the settings for Apache, it also causes problems that unless you are an Apache expert you can’t figure it out (Obviously if you were an Apache expert, you wouldn’t need a GUI to configure Apache J )
Last Updated (Friday, 14 May 2010 05:08)
|


