]> git.pld-linux.org Git - packages/apache1-mod_pointer.git/blame - apache1-mod_pointer.conf
- use apache1(EAPI) for runtime dep
[packages/apache1-mod_pointer.git] / apache1-mod_pointer.conf
CommitLineData
c5a67773
ER
1# $Id$
2#LoadModule pointer_dbm_module modules/mod_dbm_pointer.so
3#LoadModule pointer_my_module modules/mod_my_pointer.so
4#LoadModule pointer_pg_module modules/mod_pg_pointer.so
5
6# mysql> grant select on mod_pointer.* to 'pointer'@'localhost';
7# mysql> grant select on mod_pointer.* to 'pointer'@'localhost' identified by 'pointer';
8
9<IfModule mod_my_pointer.c>
10# PointerEnable On
11# PointerAccountingEnable On
12 PointerMySQLKeepAlive On
13 PointerMySQLHost localhost
14 PointerMySQLUser pointer
15 PointerMySQLPassword retniop
16 PointerMySQLDB mod_pointer
17 PointerMySQLTable pointers
18 PointerMySQLHostField host
19 PointerMySQLURLField url
20 PointerMySQLAccountField account
21 PointerFramesetFile /usr/share/doc/apache1-mod_pointer-0.8/frameset.html
22</IfModule>
23
24<IfModule mod_pg_pointer.c>
25 PointerEnable On
26 PointerAccountingEnable On
27 PointerPGSQLKeepAlive On
28 PointerPGSQLHost localhost
29 PointerPGSQLUser pointer
30 PointerPGSQLPassword retniop
31 PointerPGSQLDB pointer
32 PointerPGSQLTable pointers
33 PointerPGSQLHostField host
34 PointerPGSQLURLField url
35 PointerPGSQLAccountField account
36 PointerFramesetFile /usr/share/doc/apache1-mod_pointer-0.8/frameset.html
37</IfModule>
38
39<IfModule mod_dbm_pointer.c>
40 PointerEnable On
41 PointerFramesetFile /usr/share/doc/apache1-mod_pointer-0.8/frameset.html
42</IfModule>
43
44#<VirtualHost *:80>
45# # define some pointers
46# ServerName joke.example.org
47# ServerAlias comics.example.org
48# PointerEnable On
49#</VirtualHost>
This page took 0.032168 seconds and 4 git commands to generate.