File: phpwebcounter.apache2

package info (click to toggle)
phpwebcounter 1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 268 kB
  • sloc: php: 61; sh: 43; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
# This is an example how to associate PHP Web Counter shared folder to Apache2.
# You can put this file in /etc/apache2/conf.d. The file name can be
# phpwebcounter or anything else.

Alias /phpwebcounter /usr/share/phpwebcounter

<Directory /usr/share/phpwebcounter/>
    Order allow,deny
    Allow from all
</Directory>