Subversion-Projekte lars-tiefland.content-management

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
php_flag register_globals on
2
#php_flag display_errors true
3
 
4
AuthBasicAuthoritative Off
5
AuthName "content-managementsystem"
6
AuthType Basic
7
AuthUserFile /usr/share/php/module/content-management/.htpasswd
8
AuthMySQLUser content_managem
9
AuthMySQLPassword k-dp-u
10
AuthMySQLDB content_management
11
AuthMySQLUserTable Access
12
AuthMySQLNameField user
13
AuthMySQLPasswordField passwd
14
 
15
<Limit GET POST>
16
order deny,allow
17
allow from all
18
require valid-user
19
</Limit>
20
<Files /images/navigation/artikel_bt.gif>
21
        ForceType application/x-httpd-php
22
</Files>
23
#<Location /images/preisagenturen>
24
#       Allow From all
25
#</Location>
26
###############################################
27
# Anzulegende Benutzer:
28
# content_managem ==> k-dp-u
29
# Shop_Daemon ==> S-Jp-g
30
###############################################
31