~ubuntu-branches/ubuntu/quantal/gallery2/quantal

« back to all changes in this revision

Viewing changes to debian/apache.conf

  • Committer: Bazaar Package Importer
  • Author(s): Michael C. Schultheiss
  • Date: 2005-11-29 15:50:12 UTC
  • Revision ID: james.westby@ubuntu.com-20051129155012-62d2d2kf03t2w3ft
Tags: 2.0.2-1
* New upstream release (Closes: #341270)
  + Urgency high due to security issues
    - Fixes security flaw in zipcart that could allow remote
      visitors to view sensitive files on your webserver
    - fixes an XSS issue in add-from-web
    - Obscures the naming of the install.log file

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Alias /gallery2 /usr/share/gallery2
 
2
 
 
3
<Directory /usr/share/gallery2>
 
4
  Options FollowSymLinks
 
5
  AllowOverride Limit Options FileInfo
 
6
</Directory>
 
7
 
 
8
# some people prefer a simple URL like http://gallery2.example.com
 
9
#<VirtualHost 1.2.3.4>
 
10
#  DocumentRoot /usr/share/gallery2
 
11
#  ServerName gallery2.example.com
 
12
#</VirtualHost>
 
13