Login
Register
Home
Wiki Knowledge Base
FreeDNS
Facebook
Linux Support
Control Web Panel
MENU
Home
Help
Search
Login
Register
Control Web Panel
»
WebPanel
»
Information
»
CentOS Configuration File Locations (CWP)
« previous
next »
Print
Pages: [
1
]
Author
Topic: CentOS Configuration File Locations (CWP) (Read 50459 times)
0 Members and 1 Guest are viewing this topic.
Administrator
Administrator
Hero Member
Posts: 1636
Don't forget to donate
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
»
Logged
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
apmuthu
Newbie
Posts: 29
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
Logged
ashokjp
Newbie
Posts: 26
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
Logged
apmuthu
Newbie
Posts: 29
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
.
Logged
Darkroom
Newbie
Posts: 87
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.
Logged
apmuthu
Newbie
Posts: 29
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.
Logged
Darkroom
Newbie
Posts: 87
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
Logged
apmuthu
Newbie
Posts: 29
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.
Logged
Administrator
Administrator
Hero Member
Posts: 1636
Don't forget to donate
Re: CentOS Configuration File Locations (CWP)
«
Reply #8 on:
July 25, 2016, 08:40:32 AM »
by editing account you can modify security limits.
Logged
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
so1976
Newbie
Posts: 2
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
Logged
Print
Pages: [
1
]
« previous
next »
Control Web Panel
»
WebPanel
»
Information
»
CentOS Configuration File Locations (CWP)