The server is a rather passive process. It just sits there, waiting for somebody to request something from it. When a request comes in, the server fulfills it, then goes back to waiting for more requests.
The word “server” is often used both to describe the program that handles the fulfillment of requests, […]
Question and Answer Post :
Question :
I am running cPanel 11 with apache.
I want a custom 404 page in php format. Currently its set to 404.shtml by default, even if I change the file name from 404.shtml to 404.php (under cPanel’s “Custom Error Pages”), it still redirects to 404.shtml. So I was wondering if there is […]
Question on Server Log :
I have been trying for a while to figure out how to get individual log files for my virtual hosts. All the configurations I try. Apache fails to load until I go back and remove what I tried.
Can someone tell me which files I need to edit and please provide working […]