To enable custom ssl log in apache follow below steps: 1. Add the below configuration files in post_virtualhost_global.conf for logging all SSL entries for virtual hosts that a user owns. WHM »Service Configuration »Apache Configuration »Include Editor Post »VirtualHost Include Include /etc/apache2/conf.d/userdata/ssl/2_4/bunnytech/ssllog.conf Include /etc/apache2/conf.d/userdata/ssl/2_4/bunnytech/ssllog.conf 2. Add the below configuration in ssllog.conf file for Custom … Continue reading enable custom ssl request log in apache
Category: joomla
404 – Component not found joomla page
The joomla site was loading with 404 error You may not be able to visit this page because of: 1. an out-of-date bookmark/favourite 2. a search engine that has an out-of-date listing for this site 3. a mistyped address 4. you have no access to this page 5. The requested resource was not found. 6. … Continue reading 404 – Component not found joomla page
Joomla! 3 installation freezes at creating database table using quickstart installation
This problem occurring most usually at Joomla 3.x. To solve this go to wamp\www\Your joomla folder\installation\sql\mysql and open Joomla.sql file find the term "ENGINE=InnoDB" and replace ALL with "ENGINE=MyIsam" MyIsam is more supported and compatible with Joomla. Do also the same with (sample_data.sql) file, if it's quickstart setup.
Warning: mysql_connect() [function.mysql-connect]: Headers and client library minor version mismatch.
Received the following error after Mariadb installation. Warning: mysql_connect() [function.mysql-connect]: Headers and client library minor version mismatch. Headers:50318 Library:50096 in /home/bunny/public_html/books/includes/functions/database.php on line 19 Fix Added the following line to /var/cpanel/easy/apache/rawopts/all_php5 : --with-mysqli=mysqlnd
joomla site loading error in browser : “The URL is not valid and cannot be loaded”
Fix Disable the joomla module mod_wrapper.
Timeout while editing menu items in joomla administrator
While editing menu items in joomla administrator dashboard page it was showing time out with following error in the log [Sat Aug 27 17:44:47.9738 2017] [fcgid:warn] [pid 30479:tid 140638739744512] (32)Broken pipe: [client x.x.x.x:50433] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function, referer: http://domain.com/administrator/index.php?option=com_menus&view=items&menutype=mainmenu Fix Increased the timeout value in apache configuration.