- Configuration File and Program Locations on RedHat
- Where is Perl installed?
- Where is the Perl configuration file (perl.conf)?
- Where are the email logs stored?
- Where is the suexec log?
- Where are the error logs located?
- Where is the Apache skel file?
- Where is the yum configuration file?
- Where is the PHP configuration file (php.ini)?
- Where is the ProFTP configuration file?
- Where is hosts.conf?
- Where is the SIM (Service Integrity Monitor) configuration file?
- Where are MySQL databases stored?
Configuration File and Program Locations on RedHat
This document will point you to the locations of specific configuration files and programs on InterWorx boxes running RedHat Linux and related Distros (RedHat Linux, Red Hat Enterprise Linux, Fedora Core, CentOS, WhiteBox, etc.)
Where is Perl installed?
/usr/bin/perl
Where is the Perl configuration file (perl.conf)?
/etc/httpd/conf.d/perl.conf
Where are the email logs stored?
/var/log/smtp -- received mail
/var/log/send -- sent mail
/var/log/maillog -- vPOPmail (mail logins)
/var/log/pop3 -- will show you the tcpserver connections
Where is the suexec log?
/var/log/httpd/suexec
Where are the error logs located?
/home/<user>/var/<domain>/logs/error.log
Where is the Apache skel file?
/home/interworx/etc/vhost-base.conf
Where is the yum configuration file?
With InterWorx-CP version 1.8.0 and later yum.conf is in it’s default location /etc/yum.conf. However, with versions older than that yum.conf was replaced with two config files named yum-os.conf for operating system RPM‘s and yum-iworx.conf for InterWorx related RPM‘s. These files are in the /home/interworx/etc directory.
Where is the PHP configuration file (php.ini)?
The standard php.ini is in /etc/php.ini
| Many of the settings can be be edited from NodeWorx in InterWorx 2.x. |
InterWorx uses its own instance of PHP. The config file is located at /home/interworx/etc/php.ini
Do not edit /home/interworx/etc/php.ini without consulting the InterWorx-CP developers! |
Where is the ProFTP configuration file?
/etc/proftp.conf
Where is hosts.conf?
/etc/hosts.conf
Where is the SIM (Service Integrity Monitor) configuration file?
/usr/local/sim/conf.sim
Where are MySQL databases stored?
/var/lib/mysql
