NAME
Apache::UpnpImgBrowser
SYNOPSIS
Add the following to your httpd.conf and restart. Then point your browser to http://yoursite/photos
<Location /photos>
AllowOverride None
#Options -Indexes -Includes -FollowSymLinks
Order allow,deny
Allow from all
SetHandler perl-script
PerlHandler Apache::UpnpImgBrowser
PerlSetVar Basedir Photos/Folder
PerlSetVar Rows 10
PerlSetVar Cols 5
PerlSetVar Thumb-size 50x20
PerlSetVar Show-names 0
PerlSetVar Hide-dirs 1
PerlSetVar Filter vacation
</Location>
DESCRIPTION
Apache::UpnpImgBroswer is a mod_perl application for displaying photos hosted on a UPnPAV compliant Media Server. Apache::UpnpImgBroswer will automatically discover all these types of devices on your network.
CAVEATS
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 44:
=over without closing =back