Quote:The info is surprisingly simple, just that there's a lot of it. It helps to draw out a diagram of how the files relate and which you should be looking at.
The rulesets are somewhat more complex, but in general you either download a new ruleset from a website or find that a workaround is published on the vendor's website when their web application (think phpwiki, xoops, phpBB, etc) breaks - which amounts to instructions on how to disable a specific ruleset (or add a file to bypass it).
It's rare I've had to create a new rule... I think I just disabled/enabled the ones provided.
Well I'll just leave it at default then and if I have any problems check it out on google :)
Ran into something strange again. I was trying to remove an application through yum,
then I cancelled and when I ran it again it said it was still in use by another program yum.
So I killed all the yum process and then I wasn't able to use yum anymore. So I'd thought
I'd reboot my server and somehow port 22 wasn't reachable from outside but my hosting provider
could ping it. So I do a reinstall cuz I couldn't do anything. Got mysql, php, en apache installed
then I configured as I had and restarted apache. It said it failed because apache couldn't
find my FQDN. I have servername set in my virtual domains, so that can't be it. I tried
editing /etc/hosts and /etc/sysconfig/network, then restarting networking services.
Didn't work, I then rebooted to see if my FQDN would change and it's changed
name. set to webserver.feedmebits.nl. I tried to start apache, but this time I just
get failed to start with no error message. I checked my /var/log/httpd/error.log. Nothing,
interesting, just this No such file or directory: httpd: could not open error log file /var/log/httpd/websites/feedmebits.nl/error.log
I'm kind of confused and have checked all apache settings and network settings. And strange thing is before I didn't have a FQDN
either and apache would mention it but I was able to start apache. I'll keep trying/looking but about tried everything I came across
on google.