After scanning my website with a automated tool I get this
Is this dangerous, is it a vulnerability or not? If yes what can an attacker do, how to fix it?
After scanning my website with a automated tool I get this
Is this dangerous, is it a vulnerability or not? If yes what can an attacker do, how to fix it?
The error message discloses the full file path structure of this web app, and the versions of Apache, and your OS. That's a lot of info to hand an attacker.
The more specifics an attacker has, the more the attacker can custom-tailor their attacks. Best practise is to hide this information, but not to rely on secrecy as a means to protect yourself (security by obscurity). But blinding your attacker is better then handing him the blueprints to your server.
The standard "fix" for info disclosure in error messages is to create custom, generic error messages that do not include all this data.