Author Topic: CentOS Configuration File Locations (CWP)  (Read 71985 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
CentOS Configuration File Locations (CWP)
« on: September 26, 2014, 06:42:03 PM »
Webmail & roundcube location
/usr/local/apache/htdocs/roundcube/

phpMyAdmin
/usr/local/apache/htdocs/phpMyAdmin/

MySQL root Password locations files
/root/.my.cnf
/usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php

CWP SSL Configuration File
/usr/local/cwpsrv/conf.d/cwp-ssl.conf


« Last Edit: December 22, 2014, 12:49:23 AM by Administrator »
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: CentOS Configuration File Locations (CWP)
« Reply #1 on: November 05, 2014, 04:26:16 PM »
RoundCube Password stored in:
/usr/local/cwpsrv/htdocs/resources/admin/include/.passwords

Offline
*
Re: CentOS Configuration File Locations (CWP)
« Reply #2 on: November 21, 2014, 03:16:44 PM »
Configuration file locations for the following please

Email Forwarders
Auto Responders

Offline
*
Re: CentOS Configuration File Locations (CWP)
« Reply #3 on: November 22, 2014, 12:12:17 PM »
There is a MySQL postfix database and all postfix config are generally in /etc/postfix.
Most paths are stored in /etc/postfix/main.cf.

Offline
*
Re: CentOS Configuration File Locations (CWP)
« Reply #4 on: January 05, 2016, 02:44:17 AM »
How do you increase the number of open files a user (CWP or system)?  Editing /etc/security/limit.conf and /etc/sysctl.conf and then # sysctl -p doesn't do it.

Offline
*
Re: CentOS Configuration File Locations (CWP)
« Reply #5 on: January 05, 2016, 02:52:17 AM »
Did you try the sysctl method in this link?

Otherwise, check the databases for any clues.

Offline
*
Re: CentOS Configuration File Locations (CWP)
« Reply #6 on: January 05, 2016, 03:01:02 AM »
I figured it out. Had to read through the comments, this one fixed it:
Edit the /etc/pam.d/system-auth, and add this entry:
session required /lib/security/$ISA/pam_limits.so

Offline
*
Re: CentOS Configuration File Locations (CWP)
« Reply #7 on: January 05, 2016, 03:45:14 AM »
Thought as much. Thanks for the feedback. Hope it makes it to the core in CWP.

Offline
*
Re: CentOS Configuration File Locations (CWP)
« Reply #8 on: July 25, 2016, 08:40:32 AM »
by editing account you can modify security limits.
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: CentOS Configuration File Locations (CWP)
« Reply #9 on: October 15, 2016, 04:20:29 PM »
check current connections:

    ulimit -n

To increase the limit, open file:

    nano /etc/security/limits.conf

add the following lines at the end:
* soft nofile 65535

* hard nofile 65535

Offline
*
Re: CentOS Configuration File Locations (CWP)
« Reply #10 on: March 05, 2023, 08:45:00 AM »
is there a single list of all of the config files that I would need to copy if I wanted to transfer all my settings etc.. to another CWP server.

Example scenario: I  have done a new install on Almalinux and want copy my setup there

I know about user account migration tools but if there is a manually option for completeness those file locations could be added here.

thanks

Offline
****
Re: CentOS Configuration File Locations (CWP)
« Reply #11 on: March 06, 2023, 07:01:20 AM »
That's a pretty vast question... I built my first CWP server and muddled around with the configs for roughly 2 weeks until I got things to a workable, satisfied state. It actually wasn't too bad because my years of cPanel experienced gave me a good reference point. Then I was able to build 2 more CWP servers in a matter of a few hours once that initial learning curve had been done. And then I was able to shuffle some accounts back & forth between them to better load balance and take advantage of more resources on one server.

Offline
*
Re: CentOS Configuration File Locations (CWP)
« Reply #12 on: March 06, 2023, 09:08:10 AM »
I don't think it is a difficult thing to do because cPanel already allow you to save the sever settings in a server backup.

This would be the server settings and not client data. I can see there might need to be checks on import for such things as the presence of a particular PHP version. A message once import is finished saying what was not imported and what needs to be done. Maybe even a pre-import report telling the admin what he needs to manually install before import.

Further uses would be

  • CWP to CWP when moving from stream to alma
  • Backing up your server settings
  • Allow cloning of your server for testing
  • Potential sharing of your server settings with a colleague

Offline
****
Re: CentOS Configuration File Locations (CWP)
« Reply #13 on: March 07, 2023, 03:15:58 AM »
Sorry, but I trust my own methods and intuition for customization over CWP's automated & buggy toolset. Hopefully it will improve with time, but I feel it to be beta quality at its current level.

Offline
*
Re: CentOS Configuration File Locations (CWP)
« Reply #14 on: April 18, 2023, 01:08:04 PM »
I was hoping for the CWP Panel configs and things like that.