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:
CompTIA Linux+ Complete Study Guide (Exams LX0-101 and LX0-102)New edition prepares candidates for exams LX0-101 and LX0-102—and Linux+ certification! The two leading Linux certification bodies, CompTI... Read More >



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