~hexmode/+junk/main

« back to all changes in this revision

Viewing changes to install-files/apps/phpmyadmin2.10.1/contrib/packaging/Fedora/phpMyAdmin-http.conf

  • Committer: Mark A. Hershberger
  • Date: 2008-01-05 19:38:56 UTC
  • Revision ID: hershberger@spawn-xp-20080105193856-6rnzgwa4nehue3qj
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
#       MySQL server administration.
 
3
#
 
4
Alias /phpMyAdmin /var/www/myadmin
 
5
 
 
6
<Directory /var/www/myadmin>
 
7
        DirectoryIndex index.php
 
8
        Options Indexes Includes ExecCGI
 
9
        AllowOverride None
 
10
        Order deny,allow
 
11
        Allow from all
 
12
</Directory>