Mailinglisten-Archive |
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
--
ralf semroch . semroch_(at)_designofsites.de . icq: 76557479
http://www.designofsites.de . http://www.flash4-center.de . http://www.fireworks-center.de
http://www.dreamweaver-center.de . http://www.darksounds.de . http://www.search4singles.de
php::bar PHP Wiki - Listenarchive