On Tue, 3 Apr 2007, Jérôme Massano wrote:

I think the line "TypesConfig /etc/mime.types" means that I only have to
modify the file /etc/mime.types, which is already done. Maybe I should
uncomment the line about mime_magic ?

No, and no.

Search your httpd.conf for 'Action'. I believe you need to associate the MIME type 'text/brestore' with a specific handler script by adding the line 'Action text/brestore $PATH/$TO/brestore.pl' to your httpd.conf.

/etc/mime.types associates specific file extensions with specific MIME types (and, thus, to specific handlers), but there's no file extension in this case.

-- D
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to