* Template Redirect
* Use archive-books.php for all books and 'book-category' taxonomy archives.
* @author CCDN
* @link https://codexcafe.net
*
* @param string, default template path
* @return string, modified template path
*
*/
function be_template_redirect( $template ) {
if ( is_tax( 'book-category' ) )
$template = get_query_template( 'archive-books' );
return $template;
}
add_filter( 'template_include', 'be_template_redirect' );
cwp connection to storage server failed
- connection to storage server failed cwp
- connection to storage server failed. roundcube webmail
Solutions:
Check vmail directory of the domain, whether it exist
cd /var/vmail/DOMAIN
How to manually import emails | CWP
How to change default website
Instructions on how to change default website by the hostname or IP address.
To edit default index file:
Go to Folder
vi /usr/local/apache/htdocs/
and edit index.html file
Apache Logs are in:
vi /usr/local/apache/logs/
Excessive resource usage: clamupdate
Time: Tue Jun 22 19:06:10 2021 +0600
Account: clamupdate
Resource: RSS Memory Size
Exceeded: 831 > 256 (MB)
Executable: /usr/bin/freshclam
Command Line: /usr/bin/freshclam –quiet
PID: 15461 (Parent PID:15440)
Killed: No
add /usr/bin/freshclam to / etc / csf / csf.pignore
And then restart the firewall
csf -r
That’s all
- « Previous Page
- 1
- …
- 38
- 39
- 40
- 41
- 42
- …
- 92
- Next Page »