Thread Probleme mit $ENV unter apache 2.4 (8 answers)
Opened by henry at 2014-03-09 19:18

Gast henry
 2014-03-09 23:01
#173931 #173931
Hallo,

1. Test: mod_basic + mod_mysql mit eine mysql Authentifizierung,
Einstellungen in htaccess Datei im Verzeichnis /srv/.htaccess

2. Test: mod_basic Authentifizierung nur mit htaccess und htusers Datei
Verzeichnis /srv/.htaccess

Aktuell teste ich also mit "2. Test". Die htaccess und htusers funktionieren. Diese laufen auch unter einem bestehenden Server mit Apache 2.2.
Wie gesagt die Authentifizierung funktioniert, ich komme nach Login auf den Server. Es geht nur um das auslesen der $ENV{REMOTE_USER}

httpd.conf
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
###########
<Directory />
Options None
AllowOverride AuthConfig
Require all denied
</Directory>

AccessFileName .htaccess

<Files ~ "^\.ht">
Require alle denied
</Files>


default-server.conf
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
###################
<Directory "/srv/www/htdocs">
AllowOverride AuthConfig
Options All
</Directory>

<Directory "/srv/www/cgi-bin">
AllowOverride None
Options +ExecCGI +Includes
Rquire all granted
</Directory>


Danke
henry

modedit Editiert von pq: code-tags hinzugefĆ¼gt
Last edited: 2014-03-09 23:48:06 +0100 (CET)

View full thread Probleme mit $ENV unter apache 2.4