Page 1 of 1
I'm a new guy to VESTA and Linux. Where is the important config files for the system?
Posted: Sat Apr 09, 2016 7:39 am
by woo2000
As there is no function to get full control of .ini, .conf and others, such as changing port for SSH.
Who can tell the path of config file(.ini, .conf...and others)? As I know less about the system, I do not want to make a wrong config.
Thanks!
Steve
Re: I'm a new guy to VESTA and Linux. Where is the important config files for the system?
Posted: Sat Apr 09, 2016 1:22 pm
by pandabb
Here -
http://vestacp.com/docs/#config-log-loc ... hel-centos
SSH ? You need to learn basic linux management. For ssh, to change port /etc/ssh/sshd_config
Re: I'm a new guy to VESTA and Linux. Where is the important config files for the system?
Posted: Sat Apr 09, 2016 5:06 pm
by imperio
Re: I'm a new guy to VESTA and Linux. Where is the important config files for the system?
Posted: Sun Apr 10, 2016 6:05 am
by woo2000
Thanks for the reply.
I just want make sure the exact location of config files. I have found 2-3 php.ini files from another CP I used before.
For ssh, to change port /etc/ssh/sshd_config. Then what about /etc/ssh/ssh_config? Need not to be changed? I'm not sure.
You know, if I made a wrong config, I may lost connection to the server. So, I think I should be more seriously to set the server as I really know the linux system not much in case of the config files are put out of default path by VESTA.
Thanks again!
Re: I'm a new guy to VESTA and Linux. Where is the important config files for the system?
Posted: Sun Apr 10, 2016 7:47 am
by woo2000
I have installed VestaCP PHP Selector for Centos add php 7, 5.6 and 5.5.
So, now there are 6 php.ini.
/opt/remi/php56/root/etc/php.ini
/opt/remi/php55/root/etc/php.ini
/etc/opt/remi/php70/php.ini
/etc/php.ini
/usr/local/vesta/php/lib/php.ini
/usr/local/vesta/src/rpm/conf/php.ini
Now, my first website use php 5.6, and need config php setting for this website. Which php.ini should I modify?
Anyone know what I'm asking?