You are not logged in.

#1 2010-07-26 03:58:14

cesura
Package Maintainer (PM)
From: Tallinn, Estonia
Registered: 2010-01-23
Posts: 1,867

[SOLVED] Append images to the end of a page with apache?

I don't know if there is any way of doing this, but when viewing the generic apache "Index of /" page on some servers, I see an image at the bottom of the page. Unfortunately, I can't think of any example sites offhand. Is there an option in httpd.conf to do this, or am I crazy? I am positive that what I am talking about is not an image embedded into an HTML page, but an actual image that you can see when browsing files on an HTTP server, usually located by where it displays the system information, hostname, PHP version, etc.

Thanks smile

Last edited by cesura (2010-07-26 08:05:34)

Offline

#2 2010-07-26 04:19:23

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,237
Website

Re: [SOLVED] Append images to the end of a page with apache?

It's part of the mod_autoindex module. You give it directives like this to include a HTML file at the top and bottom (respectively) of the auto-generated indexes:

ReadmeName /FOOTER.html
HeaderName /HEADER.html

These files can then be excluded from the index listing:

IndexIgnore HEADER.html FOOTER.html

Last edited by fukawi2 (2010-07-26 04:20:10)

Offline

#3 2010-07-26 04:29:28

cesura
Package Maintainer (PM)
From: Tallinn, Estonia
Registered: 2010-01-23
Posts: 1,867

Re: [SOLVED] Append images to the end of a page with apache?

Thanks for the clear and concise answer smile I really appreciate it!

Offline

#4 2010-07-26 06:22:41

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,237
Website

Re: [SOLVED] Append images to the end of a page with apache?

Enjoy smile

Offline

Board footer

Powered by FluxBB