Probleme mit Grafiken.....

Apache, Lighttpd, nginx, Cherokee
Post Reply
Anonymous
 

Probleme mit Grafiken.....

Post by Anonymous »

Hi,

nach meinem nun erfolgreichem Update auf den Apache 2 habe ich nur noch ein Problem, und zwar werden alle Grafiken die ich in einem Directory hinterlegt habe nicht angezeigt. Im Error_log steht immer:
[Sat Nov 29 10:35:54 2003] [error] [client xx.xx.xx.xx] Premature end of script headers: point.gif, referer:http://...
Woran kann das liegen? Das Directory habe ich so definiert:

<Directory /home/admin/account>
AddHandler cgi-script .cgi
DirectoryIndex index.cgi
Options +ExecCGI
SetHandler cgi-script

</Directory>


Daniel
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: Probleme mit Grafiken.....

Post by Joe User »

DMKlein wrote:SetHandler cgi-script
Nimm die Zeile raus und lies die zugehörige Documentation nochmal...
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Post Reply