Thanks for your fast answer.
I don't want to "run" them. I want to display them on my website

My problem is :
I have an image gallery, which is configured to have the images folders
under the cgi-bin. And it isn`t possible to see them on my website.
http://www.flyerfabrik.de/cgi-bin/gallery/gallery.cgi

Where can I change the configuration of perl to show these mm-files on
my website ?

Thanks
Daniel

-----Ursprungliche Nachricht-----
Von: Luciano Miguel Ferreira Rocha [mailto:[EMAIL PROTECTED]] 
Gesendet: Dienstag, 26. Marz 2002 01:58
An: Daniel Jonda
Cc: [EMAIL PROTECTED]
Betreff: Re: activating multimedia files in cgi-bin

On Tue, Mar 26, 2002 at 01:45:13AM +0100, Daniel Jonda wrote:
> Hi.
> I have a short question about perl and apache httpd server.
> Where can I activate that multimedia files like gifs and jpgs 
> run under my cgi-bin dir ?
GIFs, JPGs, etc, don't *run*. They're not executable code. They
can be served, as a simple stream of bytes, with the headers
informing of the type.

But they aren't run, and you shouldn't put them in you cgi-bin dir.
Put them any place else, it doesn't matter as long as the webserver
is configured to serve them and has permissions to read them.

Regards,
Luciano Rocha

-- 
Luciano Rocha, [EMAIL PROTECTED]

The trouble with computers is that they do what you tell them, not what
you want.
                -- D. Cohen


Reply via email to