Mailinglisten-Archive |
Ralf Semroch schrieb: > > Hallo Liste, > > sorry für das OT. Mein Apache läuft einfach nicht mehr unter Win 98 > und ich kriege nicht raus, woran es liegt. Habe ein bisschen an der > Konfiguration rumgebogen und leider (dumm von mir) den Ausgangszustand > nicht mehr... :-( > > Habe > > PHP3 unter F:\PHP3 > PHP4 unter F:\PHP4 > MySQL unter F:\MYSQL > Apache unter F:\APACHE > > Meine Websites liegen als Unterordner unter G:\WEBSITES > > Wenn ich jetzt http://127.0.0.1/xyz aufrufe, kriege ich nur einen 400 > Bad Request... > > Hier ein Auszug meiner HTTPD.CONF, in der sicherlich einiges falsch > ist... > > ServerName localhost > DocumentRoot "G:/websites" > <Directory /> > Options FollowSymLinks > AllowOverride None > </Directory> > <Directory "G:/websites"> > Options Indexes FollowSymLinks ExecCGI > AllowOverride None > Order allow,deny > Allow from all > </Directory> > > ScriptAlias /php3/ "F:/Php3/" > ScriptAlias /php4/ "F:/Php4/" > > AddHandler php3-script .php3 > AddHandler php4-script .php > > Action php3-script /php3/php.exe > Action php4-script /php4/php.exe > > ScriptAlias /cgi-bin/ "G:/websites/voices/cgi-bin/" > > AddType application/x-httpd-php3 .htm > AddType application/x-httpd-php3 .php3 > AddType application/x-httpd-php .php4 .html .php > > Action application/x-httpd-php3 "F:/php3/php.exe" > Action application/x-httpd-php "F:/php4/php.exe" > > Kann mir vielleicht jemand von Euch bitte weiterhelfen? > > Vielen Dank! > > Ralf Moin,moin Ralf nachdem nun Gott und die Welt dich belehrt haben wie Signaturen auszusehen haben, finden wir da evt. noch etwas musse uns dem Problem zuwidmen? Ist das Probs nach dem Konfigurieren fuer PHP aufgetreten(wahrscheinlich)? Versuch mal folgendes...... # PHP4 Conf ScriptAlias /php4/ "f:/php4/" Action application/x-httpd-php "/php4/php.exe" AddType application/x-httpd-php .php .php4 # PHP3 Conf ScriptAlias /php3/ "f:/php3/" Action application/x-httpd-php3 "/php3/php.exe" AddType application/x-httpd-php3 .php3 .phtml Gruss Joerg Behrens -- Key fingerprint = 92 7D E0 A6 CF AE EC 32 14 28 EF 0D 57 2A 88 5B TakeNet GmbH Mobil: 0171/60 57 963 D-97080 Wuerzburg Tel: +49 931 903-2243 Alfred-Nobel-Straße 20 Fax: +49 931 903-3025
php::bar PHP Wiki - Listenarchive