File: phpwebcounter.apache2

package info (click to toggle)
phpwebcounter 1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 228 kB
  • ctags: 37
  • sloc: php: 57; makefile: 25
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>