LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   apache webserver does not reload new index.html (https://www.linuxquestions.org/questions/linux-newbie-8/apache-webserver-does-not-reload-new-index-html-940844/)

figure20012 04-20-2012 09:37 AM

apache webserver does not reload new index.html
 
i am using redhat linux 9.0 .i have started a webserver by servic httpd start.and a client has got my index.html.i have modified the index.html page but my client stills gets the old index.html page.i heve tried to stop and start httpd,network but nothing has worked could you please tell my why the web server is lot displaying the new index.html pages?

cheesus 04-20-2012 09:42 AM

maybe your index.html has allowed to be cached ?
try to fetch the page using
wget -S http://youraddress
and check the headers and the response. Is it still old ?
Are you sure you modified in the correct location ?
Cheers, Tom.


All times are GMT -5. The time now is 05:09 AM.