Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Bausch

Pages: [1] 2
1
Hi,

I think you can try this file:

/usr/local/apache/conf.d/modsec2.conf

You can get an idea of the default values from the second file on your list.
/usr/local/src/modsecurity-2.8.0/iis/wix/modsecurity.conf

2
You need to increase the LimitRequestBody or SecRequestBodyLimit values in your modsecurity.conf file.




3
Postfix / Re: postfix , dovecot , clamAV , OpenDKIM , roundcube
« on: August 21, 2016, 12:40:18 AM »
You can rebuild the mail server.

Go to E-Mail >> Postfix Manager. Select the options you wish to include in your server and click on the "Rebuild Mail Server" button.

You can use the default roundcube config file to create your own.

4
How to / Re: database restore
« on: August 20, 2016, 04:12:31 PM »
Start an SSH session then pass the following command. Replace DB_Name with the name of your database, and file with the filename.

mysql -u USER -p DB_NAME < FILE.sql

5
Installation / Re: i don't understand how to install wordpress
« on: August 18, 2016, 03:49:15 PM »
Before extracting the file run

umask 022

Then chown the extracted files to the desired user account if you are using root.

6
Installation / Re: i don't understand how to install wordpress
« on: August 18, 2016, 12:56:46 AM »
Take a look at the error logs for more information on the cause of this error.

Could be a configuration problem in your .htaccess file.

And make sue the folders have permission 755 and 644 for files.

Are your suphp settings correct?

7
Installation / Re: Varnish 4
« on: August 17, 2016, 05:02:04 PM »
You can manually add the repo and install and configure varnish 4. Which will not work with the CWP GUI, you will do all the work manually.

9
How to / Re: How TO Setup Remote Backup
« on: July 23, 2016, 04:07:33 AM »
How to run backup of cpanel to cwp.
Please tell steps.
I am using port 22000,

Steps are detailed in this wiki page.
http://wiki.centos-webpanel.com/how-to-migrate-account-from-cpanel

10
SSL / Re: SSL Letsencrypt domain www and no www
« on: July 21, 2016, 04:33:29 AM »
Version 0.9.8.32 now.

Still same problem. After installation I get the "Initialized empty Git repository in /opt/cwp_letsencrypt/.git/" message.
And I can not use the form below to make the certificate, only press the certificate installation button without the ability to tick the check mark for the www alias.

11
E-Mail / Re: i cant login at roundcube webmail
« on: July 20, 2016, 03:02:46 AM »
Try enabling create new account in roundcube's configuration file.

12
SSL / Re: SSL Letsencrypt domain www and no www
« on: July 20, 2016, 03:01:56 AM »
I have 0.9.8.29.

Uninstalled and reinstalled Letsencrypt with only apache on port 443. I can not edit any of the options in the dialogue box below. Nor can I tick the checkbox allowing the www alias.

13
SSL / Re: SSL Letsencrypt domain www and no www
« on: July 19, 2016, 06:45:14 PM »
It was added to the latest version, 0.9.8.29. But the options are greyed out for me, I can not use them. Also the empty conf. message appears again.

14
SSL / Varnish+NginX+APache+Letsencrypt proposal
« on: July 18, 2016, 04:34:25 AM »
Currently, there is an option right within CWP to configure the web server so that it uses Varnish on the front, and NginX as a reverse proxy for apache on the back. Which works fine. But if we need to use ssl/letsencrypt we would face the problem that varnish can not deal with ssl.

I propose the option to change their order, make nginx handle the request and deal with ssl on the front, forwarding back to varnish which decides wheather to serve from cache or forward it to apache in the back. So they would be NginX >> Varnish >> Apache. That way the site still has cache, reverse proxy, ssl and uses apache as a backend to serve dynamic content.

15
Thank you Administrator. It works better than before. But the certificate still does not work on www.domain.com, only domain.com.

Pages: [1] 2