403 error after installing Nagios and Webmin (conflict)
After changing from rhel4-cpanel to a debian 5 lenny 64 bit server, I did some configs. I want to install nagios and munin for monitoring the box as recommended. It is a debian 5 root server with lamp(linux + apache 2 + php 5 + mysql 5) and webmin preinstalled. After first login I have installed virtualmin gpl module and migrated some cpanel-backup files. And than Nagios but after nagios I got 403 error of apache on all websites. Checking .htaccess, httpd.conf, chmod and chown did not help.
The problem is: nagios removes apache's default user (www-data) from webhosting user groups. Changes effect /etc/group. To fix it edit /etc/group with a text editor and add www-data to every webhosting user.
Example:
someWebhostingUsername:12345:x:www-data
Similar entries
- How to install Munin and Nagios on a Redhat box?
- Nagios killing server
- Failed to modify server : AWstats reporting is already enabled for this domain
- Install Curl on PHP5 Webmin + Debian
- Ubuntu or CentOS or Fedora Linux or Debian on a Webserver (LAMP) ?
- Fix Cpanel/WHM's easyapache and up2date issue (certificate verify failed)
- Backup all MySQL databases automagicly with the PHP admin script
- Set auto_prepend_file with .htaccess on Hosteurope managed hosting
- Using shared same Mysql Data dir on multiOS Linux+Windows Laptop
- Apache Error: make_sock: could not bind to
- ispconfig or webmin (plesk and cpanel are paid) ?
- [Howto Fix] Table './eximstats/sends' is marked as crashed and should be repaired
- Could not fetch uid or gid for : root (Cpanel / WHM)
- This content has been modified by another user, changes cannot be saved.
- PHP Block for Custom Role under Drupal 6
- E: Sub-process /usr/bin/dpkg returned an error code (1)
- Server Crash - "isc_socket_create: fcntl/reserved: Too many open files" [Howto Fix]
- Magento admin login issue {{base_url}} is not recommended
- #1045 Cannot log in to the MySQL server (PhpMyAdmin 2.4.8)
- Filezilla and plain-text clear, unsecure password storage

Comments
Post new comment