JustMaffie
Hmm, you might want to take a look at this link:
http://doxfer.webmin.com/Webmin/System_Logs
That shows you should be able to find your logs within the control panel, but if you have root access that's not necessary.
Control panels have a tendency to put important files in non-standard locations, but apache logs are usually found at /var/log/httpd/*.log. Look for access & error logs.
Try: cat /var/log/httpd/error.log and see if you get something, else go to that directory and search.
Post what you find in the error log.