While installing I’have got an error regarding the port no . So, I changed the port no. to 8080 in httd.conf file. Now, While I’m trying to run the apache, its just blinking and in browser, if I’m giving http://localhost:8080. it shows a page contains “It works”. But it is not the actual default page and moreover the server is not running its just blinking. What is this means?
Related Product:
Webhosting in deutschen Unternehmen - eine Umfrage, 2004This document is about Webhosting in deutschen Unternehmen - eine Umfrage, 2004



1 Comment | Add your own
That IS the default page. The server IS running. You put your webpages in the htdocs directory. So if you have a page in htdocs/blah/index.html, you can view it in your browser with:http://localhost:8080/blah/index.html
Post a Comment