Mail Index


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ApacheGallery] Running on Apache



---- Original Message ----- 
From: "Andreas Plesner Jacobsen" <apj@xxxxxxx>
To: <users@xxxxxxxxxxxxxxxx>
Sent: Monday, August 18, 2003 11:23 PM
Subject: Re: [ApacheGallery] Running on Apache



> How is your apache configured?


<VirtualHost 192.168.2.3>
        ServerName   gallery.predators.lang
        DocumentRoot /mnt/export/hdh/gallery/
        ErrorLog     logs/gallery-error_log
        TransferLog  logs/gallery-access_log
        PerlSetVar   GalleryTemplateDir '/var/www/templates'
        PerlSetVar   GalleryInfo 'Picture Taken => DateTimeOriginal, Flash
=> Flash'
        PerlSetVar   GallerySizes '640 1024 1600 2272'
        PerlSetVar   GalleryThumbnailSize '100x75'
        PerlSetVar   GalleryCopyrightImage 'htdocs/c.png'
        PerlOptions +GlobalRequest
        <Location />
                SetHandler        modperl
                PerlResponseHandler       Apache::Gallery
        </Location>
</VirtualHost>

Greetings Xander