phpbar.de logo

Mailinglisten-Archive

[php] OT: Apache, .htacess und Windows

[php] OT: Apache, .htacess und Windows

Joerg Behrens php_(at)_phpcenter.de
Wed, 21 Mar 2001 16:44:23 +0100


Moin,
From: "Jan Reusch" <jreusch_(at)_gmx.de>
To: <php_(at)_phpcenter.de>
Sent: Wednesday, March 21, 2001 3:31 PM
Subject: Re: [php] OT: Apache, .htacess und Windows


>PHP läuft meines Wissens nach unter Windows2000 nur als CGI.
 >Hier mehr
http://www.php-center.de/de-html-manual/features.http-auth.html
 >Gruss Roland

ähmm.. bei mir läuft es perfekt als modul

===============
# for the apache module
LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .php
================
in die htppd.conf und alles geht perfekt :)

ich selber hab aber auch ein prtoblem mit htacces unter apache+win2k
liegt aber an meinem rechner, da er die passwörter irgendwie nicht
annilmmt
(mit md5 verschlüsselt)

Wuerde mich auch wundern wenn das ab jetzt mit md5 geht.... normaler
weise wird dort crypt verwendet ;)
Um dem Apache zusagen das er .htaccess auswerten soll ist ihm das
mitzuteilen... siehe AllowOveride.
Fuer eine Authentifizierung ist 'AllowOveride AuthConfig' zusetzten.

Eine .htaccess kann dann so aussehen.

authUserFile    c:/apache/.htpasswd
AuthName        "fuer SQL-Admin"
AuthType        basic
order   deny,allow
require user    beh

Der Pfad zur .htpasswd ist exakt anzugeben. .also NICHT relativ. Diese
Asciidatei kann man von Hand erstellen oder mit dem Apachetool htpasswd.

Aufbau:
username:cryptpasswd

Gruss
Joerg Behrens



php::bar PHP Wiki   -   Listenarchive