I'm new to being an admin of a server. I have ran into a few problems and I'd like to hear some opinionson what I've done.
- 50% of my vbulletin newsletters were failing because user 'nobody' (nobody@something.ev1servers.net) wasn't accepted by the recipiant.
- Somebody started spamming through my server.
Here's what I did...
-Tweaked settings, checked "Prevent the user 'nobody' from sending out mail to remote addresses "
- Redid apache config through 'update apache' and selected PHPsuExec to be installed.
Then some domains on 1 IP were not working. Giving me a 500 internal server error. So I did this:
- edited httpd.conf file and put this in near the addtype lines:
AddHandler application/x-httpd-php .php .php3 .phtml .html .htm .php4
Then I restarted apache, and now all files are working.
To stop spam, and enable my newsletters...
Was that the correct thing to do?
Or can anybody access php files or cgi files that contain my user/pass to databases?