On 9/9/05, Giao L. Trinh <tvlgiao@xxxxxxxxx> wrote: > i'm building a music box which can play a playlist using flash player, it > requires the playlist must be XML format, so when i put an url points to the > directory contains mp3 files, apache should generate list of files in XML > format, so that the player automatically plays all songs in this directory. > this is just a simple player so currently i don't worry so much about the > traffic. > does anyone give me an idea ? This is a pretty typical task for a simple CGI script written in your favorite language (python/perl/whatever). Then you activate this CGI script on calls to the directory by using DirectoryIndex /cgi-bin/xmldirindex.py Joshua. --------------------------------------------------------------------- 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx