You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "E.Chalaron" <e....@xtra.co.nz> on 2004/11/08 06:06:12 UTC

[users@httpd] Path to pages is displayed...

Hi there

I just implemented Apache for discovery purposes.... I even managed to get a 
https site working. Pages are upgraded daily from crontab...

After a couple of days I had a strange display at the beginning of each page :
Let's say I have a disk usage page, I can actually see the content of it but 
with the path written at the top.

:::::::::::::: /var/www/html/disk/d_usage.html ::::::::::::::  
Filesystem            Size  Used Avail Use% Mounted on
Root System             236M   48M  177M  22% /

If I wait a couple of days,  

I end up with 

:::::::::::::: /var/www/html/disk/d_usage.html :::::::::::::: 
:::::::::::::: /var/www/html/disk/d_usage.html :::::::::::::: 
:::::::::::::: /var/www/html/disk/d_usage.html ::::::::::::::  
Filesystem            Size  Used Avail Use% Mounted on
Root System             236M   48M  177M  22% /

And so on....


Can anybody help ?
Thanks a lot...
Edouard
Wellington, NZ

------------------------------------------------------------------

The source of the page is actually down here :
***********starts here************

::::::::::::::
/var/www/html/disk/d_usage.html
::::::::::::::
::::::::::::::
/var/www/html/disk/d_usage.html
::::::::::::::
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE></TITLE>
<META NAME="generator" CONTENT="txt2html v1.28">
</HEAD>
<BODY>
<PRE>
Filesystem            Size  Used Avail Use% Mounted on
Root System             236M   48M  177M  22% /
File Server              19G  1.9G   17G  11% /home
Temp Files              274M  8.1M  252M   4% /tmp
Local Files             8.7G  1.9G  6.5G  22% /usr
Web Server               19G  1.5G   16G   9% /var
</PRE>

</BODY>
</HTML>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org