diff options
author | Renat Lumpau <rl03@gentoo.org> | 2004-09-21 16:15:11 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2004-09-21 16:15:11 +0000 |
commit | 442a02b4d822427e3b89ba51cde5bb5135c75b41 (patch) | |
tree | 98343748c4375cdac03e8b5f46611e4029a886d5 /www-apps/Apache-Gallery/files | |
parent | new release, mark .16 stable (diff) | |
download | historical-442a02b4d822427e3b89ba51cde5bb5135c75b41.tar.gz historical-442a02b4d822427e3b89ba51cde5bb5135c75b41.tar.bz2 historical-442a02b4d822427e3b89ba51cde5bb5135c75b41.zip |
0.8 is now alive again. See bug #52020
Diffstat (limited to 'www-apps/Apache-Gallery/files')
-rw-r--r-- | www-apps/Apache-Gallery/files/76_apache-gallery.conf | 40 | ||||
-rw-r--r-- | www-apps/Apache-Gallery/files/apache-gallery.conf | 11 | ||||
-rw-r--r-- | www-apps/Apache-Gallery/files/digest-Apache-Gallery-0.8-r1 | 1 |
3 files changed, 45 insertions, 7 deletions
diff --git a/www-apps/Apache-Gallery/files/76_apache-gallery.conf b/www-apps/Apache-Gallery/files/76_apache-gallery.conf new file mode 100644 index 000000000000..8ce0eb0c3c3d --- /dev/null +++ b/www-apps/Apache-Gallery/files/76_apache-gallery.conf @@ -0,0 +1,40 @@ +##### Apache::Gallery configuration +# +# This is actually a virtual host definition with mod_perl directives +# It might be a very good idea to disable mod_autoindex in apache[2].conf +# + +#<VirtualHost 123.123.123.123> +# ServerName gallery.yourdomain.org +# DocumentRoot /var/www/localhost/htdocs/data/pictures/ +# ErrorLog /var/log/gallery-error_log +# TransferLog /var/log/gallery-access_log +# <IfDefine MODPERL2> +# PerlSetVar GalleryTemplateDir '/var/www/localhost/Apache-Gallery/templates/default' +# PerlSetVar GalleryInfo 'Picture Taken => DateTimeOriginal, Flash => Flash' +# PerlSetVar GallerySizes '640 1024 1600 2272' +# PerlSetVar GalleryThumbnailSize '100x75' +## If you have a copyright overlay image set the location of it +# PerlSetVar GalleryCopyrightImage 'htdocs/c.png' +## If you use Apache2 set the following "PerlOptions" too +# PerlOptions +GlobalRequest +# <Location /> +# SetHandler modperl +# PerlResponseHandler Apache::Gallery +# Options -Indexes +# AllowOverride AuthConfig +# Order deny,allow +# Allow from all +# </Location> +# </IfDefine> +## Allow access to cache +# <Directory /var/tmp/Apache-Gallery> +# Options -ALL +# AllowOverride None +# Order deny,allow +# Allow from all +# </Directory> +## Give Apache an idea of where to find icons and css +# Alias /icons /var/www/localhost/icons +# Alias /gallery.css /var/www/localhost/Apache-Gallery/templates/default/gallery.css +#</VirtualHost> diff --git a/www-apps/Apache-Gallery/files/apache-gallery.conf b/www-apps/Apache-Gallery/files/apache-gallery.conf index 364635d512c9..dfa55426b31c 100644 --- a/www-apps/Apache-Gallery/files/apache-gallery.conf +++ b/www-apps/Apache-Gallery/files/apache-gallery.conf @@ -1,5 +1,3 @@ - - ##### Apache::Gallery configuration # # This is actually a virtual host definition with mod_perl directives @@ -7,10 +5,10 @@ #<VirtualHost 123.123.123.123> # ServerName gallery.yourdomain.org -# DocumentRoot /data/pictures/ -# ErrorLog logs/gallery-error_log -# TransferLog logs/gallery-access_log -# PerlSetVar GalleryTemplateDir '/etc/apache/gallery/templates' +# DocumentRoot /var/www/localhost/htdocs/data/pictures/ +# ErrorLog /var/log/gallery-error_log +# TransferLog /var/log/gallery-access_log +# PerlSetVar GalleryTemplateDir '/var/www/localhost/Apache-Gallery/templates' # PerlSetVar GalleryInfo 'Picture Taken => DateTimeOriginal, Flash => Flash' # PerlSetVar GallerySizes '640 1024 1600 2272' # PerlSetVar GalleryThumbnailSize '100x75' @@ -20,4 +18,3 @@ # PerlHandler Apache::Gallery # </Location> #</VirtualHost> - diff --git a/www-apps/Apache-Gallery/files/digest-Apache-Gallery-0.8-r1 b/www-apps/Apache-Gallery/files/digest-Apache-Gallery-0.8-r1 new file mode 100644 index 000000000000..751d21f9d580 --- /dev/null +++ b/www-apps/Apache-Gallery/files/digest-Apache-Gallery-0.8-r1 @@ -0,0 +1 @@ +MD5 c04d7d8edc90982eae68a431077f9413 Apache-Gallery-0.8.tar.gz 77184 |