.htaccess frage

Hallo,

brauche sehr schnell hilfe.
Ich habe eine .htacess datei erstellt (mit einem c statt c). Das hab ich nur nicht bemerkt. Ich wollte die urls mit modrewrite verändern, habe in die datei einmal nur das geschrieben:

************************
RewriteEngine on
Options +FollowSymlinks
RewriteBase /

RewriteRule ^datei(.*)-(.*).htm$ /datei.php?a=$1&b=$2 [L]
************************

Dannach gespeichert und nichts geht mehr, nicht mal mehr die Server IP. Auch nachm server restart, apache reload, restart usw. natürlich hatte ich vorher die datei wieder gelöscht.

-Wie kann sowas passieren, das war ja nichtmal ne richtige .htaccess datei sondern nur mit einem c.
-Wie bekomme ich das schnell wieder hin?

Danke für jede gute antwort.

Hallo,

Dannach gespeichert und nichts geht mehr, nicht mal mehr die
Server IP. Auch nachm server restart, apache reload, restart
usw. natürlich hatte ich vorher die datei wieder gelöscht.

Welchen HTTP Status Code sendet der Server und was sagen die Apache Logfiles?

Gruß
Heavy

sry, aber HTTP status code? Meinste #500 z.B?

*********************************************

[Thu Apr 22 19:10:44 2010] [warn] Init: You should not use name-based virtual hosts in conjunction with SSL!!
[Thu Apr 22 19:10:44 2010] [notice] Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny3 with Suhosin-Patch mod_python/3.3.1 Python/2.5.2 mod_ssl/2.2.9 OpenSSL/0.9.8g configured – resuming normal operations
[Thu Apr 22 19:16:00 2010] [alert] [client 83.250.134.184] /var/www/web1/html/root-isc/.htaccess: Options not allowed here
[Thu Apr 22 19:16:00 2010] [alert] [client 83.250.134.184] /var/www/web1/html/root-isc/.htaccess: Options not allowed here
[Thu Apr 22 19:17:02 2010] [alert] [client 83.152.81.142] /var/www/web1/html/root-isc/.htaccess: Options not allowed here
[Thu Apr 22 19:17:05 2010] [alert] [client 80.221.158.116] /var/www/web1/html/root-isc/.htaccess: Options not allowed here
[Thu Apr 22 19:17:07 2010] [alert] [client 91.2.231.70] /var/www/web1/html/root-isc/.htaccess: Options not allowed here
[Thu Apr 22 19:18:47 2010] [alert] [client 78.34.120.178] /var/www/web1/html/root-isc/.htaccess: Options not allowed here
[Thu Apr 22 19:19:08 2010] [alert] [client 92.201.107.28] /var/www/web1/html/root-isc/.htaccess: Options not allowed here
[Thu Apr 22 19:19:22 2010] [alert] [client 92.201.107.28] /var/www/web1/html/root-isc/.htaccess: Options not allowed here
[Thu Apr 22 19:22:58 2010] [alert] [client 80.162.199.112] /var/www/web1/html/root-isc/.htaccess: Options not allowed here
[Thu Apr 22 19:22:58 2010] [alert] [client 80.162.199.112] /var/www/web1/html/root-isc/.htaccess: Options not allowed here
[Thu Apr 22 19:22:59 2010] [alert] [client 80.162.199.112] /var/www/web1/html/root-isc/.htaccess: Options not allowed here
[Thu Apr 22 19:23:25 2010] [alert] [client 80.162.199.112] /var/www/web1/html/root-isc/.htaccess: Options not allowed here
[Thu Apr 22 19:24:02 2010] [alert] [client 80.162.199.112] /var/www/web1/html/root-isc/.htaccess: Options not allowed here
[Thu Apr 22 19:24:04 2010] [alert] [client 80.162.199.112] /var/www/web1/html/root-isc/.htaccess: Options not allowed here
[Thu Apr 22 19:24:05 2010] [alert] [client 80.162.199.112] /var/www/web1/html/root-isc/.htaccess: Options not allowed here
[Thu Apr 22 19:24:06 2010] [alert] [client 92.201.107.28] /var/www/web1/html/root-isc/.htaccess: Options not allowed here
[Thu Apr 22 19:25:22 2010] [alert] [client 79.201.205.143] /var/www/web1/html/root-isc/.htaccess: Options not allowed here
[Thu Apr 22 19:26:11 2010] [alert] [client 93.192.106.234] /var/www/web1/html/root-isc/.htaccess: Options not allowed here
[Thu Apr 22 19:27:07 2010] [alert] [client 80.162.199.112] /var/www/web1/html/root-isc/.htaccess: Options not allowed here
[Thu Apr 22 19:27:31 2010] [alert] [client 213.100.148.63] /var/www/web1/html/root-isc/.htaccess: Options not allowed here
[Thu Apr 22 19:27:34 2010] [alert] [client 80.162.199.112] /var/www/web1/html/root-isc/.htaccess: Options not allowed here
[Thu Apr 22 19:28:02 2010] [notice] Graceful restart requested, doing restart
apache2: apr_sockaddr_info_get() failed for VECTOR-2257
apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.0.1 for ServerName
[Thu Apr 22 19:28:03 2010] [notice] mod_python: Creating 8 session mutexes based on 20 max processes and 0 max threads.
[Thu Apr 22 19:28:03 2010] [notice] mod_python: using mutex_directory /tmp
[Thu Apr 22 19:28:03 2010] [warn] RSA server certificate is a CA certificate

*********************************************

1 Like

sry, aber HTTP status code? Meinste #500 z.B?

Ja, HTTP Status Code eben :smile: http://de.wikipedia.org/wiki/HTTP-Statuscode

*********************************************

[Thu Apr 22 19:16:00 2010] [alert] [client 83.250.134.184]
/var/www/web1/html/root-isc/.htaccess: Options not allowed
here

Ich würde spontan vermuten, dass du in /var/www/web1/html/root-isc/.htaccess

Options +FollowSymlinks

stehen hast, in der http.conf das Überschreiben der Options aber nicht erlaubt ist: http://httpd.apache.org/docs/2.2/mod/core.html#allow…

Gruß
Heavy

das stand da mal drinn -> seite neu geladen, nichts geht mehr -> die datei mit deiner genannten operation gelöscht, und das problem ist noch da. :frowning:

1 Like

achja und, wenn man drauf geht, dann kommt, dass die Verbindung
zurückgesetzt wurde wärend sie geladen hat.

Über wget von einem anderen server kommt der Statuscode 500, internal server error.

das stand da mal drinn -> seite neu geladen, nichts geht mehr -> die datei mit deiner genannten operation gelöscht, und das problem ist noch da. :frowning:

Welche Datei hast du gelöscht, /var/www/web1/html/root-isc/.htaccess ?

Über wget von einem anderen server kommt der Statuscode 500, internal server error.

Und was wird zeitgleich in das Apache Logfile protokolliert?

Gruß
Heavy