max_steele Posted April 21, 2003 Share Posted April 21, 2003 my httpd have already started but when i try to connect it with my web browser it always shows this comment \" Object not found! The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again. If you think this is a server error, please contact the webmaster Error 404 \" is there something wrong with my configuration anyone can help me ???? Quote Link to comment Share on other sites More sharing options...
mark_aok Posted April 21, 2003 Share Posted April 21, 2003 Alright this could mean one of many problems, before I can give you a solution, you have to tell me your OS, and apache version, whether you are on a network, and if so your ip adress, but as for now I can tell you the likely problems. 1.) Apache is not starting - If apache is not starting correctly half the time it will not give you an error message, to check if it is starting properly, try to either stop the server, or restart, if it tells you that no apache server is in existance, then there is something wrong there. 2.) There is something wrong with the configuration file. This can be pretty annoying because if there is a serious problem with the config file it will not run at all. 3.) It is not recognizing your computers ip adress, on Linux you have to fix /etc/hosts, on Windows do ipconfig on an msdos prompt and make sure the IP adress returned is the right one... 4.) You are not accessing your site right. The main ways to get to your apache server are http://localhost, http://127.0.0.1, and http://your-ip-adress But as for now check your error logs, and on your next post put exactly what its saying.... -Mark Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.