ich habe mit meinem Apache ein Problem.
Ich möchte einen Ordner(tools) aufgelistet bekommen wo Programme drin liegen.
Wenn ich meinen Apache anspreche passiert das.
http://localhost/ tools/ ---Meldung Forbidden
You don't have permission to access /tools/ on this server.
http://localhost/ tools/ tools 1.gz --- Es geht.
Jetzt frage ich mich wie ich das hinbekomme das Apache den ganzen Ordner auflistet.
Meine apache error.log
Code: Alles auswählen
n by rule: /mnt/apache/tools/
[Sun Dec 15 04:54:39 2002] [notice] caught SIGTERM, shutting down
[Sun Dec 15 04:54:41 2002] [error] (2)No such file or directory: mod_mime_magic:
can't read magic file /etc/apache/share/magic
[Sun Dec 15 04:54:41 2002] [alert] apache: Could not determine the server's full
y qualified domain name, using 192.168.0.6 for ServerName
[Sun Dec 15 04:54:42 2002] [error] (2)No such file or directory: mod_mime_magic:
can't read magic file /etc/apache/share/magic
[Sun Dec 15 04:54:42 2002] [notice] Apache/1.3.26 (Unix) Debian GNU/Linux config
ured -- resuming normal operations
[Sun Dec 15 04:54:42 2002] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/
apache/suexec)
[Sun Dec 15 04:54:42 2002] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Sun Dec 15 04:56:24 2002] [error] (2)No such file or directory: mod_mime_magic:
can't read magic file /etc/apache/share/magic
[Sun Dec 15 04:56:24 2002] [alert] apache: Could not determine the server's full
y qualified domain name, using 192.168.0.6 for ServerName
[Sun Dec 15 04:56:24 2002] [crit] (98)Address already in use: make_sock: could n
ot bind to port 80
[Sun Dec 15 04:58:15 2002] [error] (2)No such file or directory: mod_mime_magic:
y qualified domain name, using 192.168.0.6 for ServerName
[Sun Dec 15 04:58:15 2002] [crit] (98)Address already in use: make_sock: could not bind to port 80
[Sun Dec 15 04:59:40 2002] [error] [client 192.168.0.2] Directory index forbidden by rule: /mnt/apache/bild
er/
[Sun Dec 15 04:59:50 2002] [error] [client 192.168.0.2] Directory index forbidden by rule: /mnt/apache/bild
er/
[Sun Dec 15 04:59:56 2002] [error] [client 192.168.0.2] File does not exist: /mnt/apache/toolsr/
[Sun Dec 15 05:05:53 2002] [error] (2)No such file or directory: mod_mime_magic: can't read magic file /etc
/apache/share/magic
[Sun Dec 15 05:05:53 2002] [alert] apache: Could not determine the server's fully qualified domain name, us
ing 192.168.0.6 for ServerName
[Sun Dec 15 05:05:54 2002] [error] (2)No such file or directory: mod_mime_magic: can't read magic file /etc
/apache/share/magic
[Sun Dec 15 05:05:54 2002] [notice] Apache/1.3.26 (Unix) Debian GNU/Linux configured -- resuming normal ope
rations
[Sun Dec 15 05:05:54 2002] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache/suexec)
[Sun Dec 15 05:05:54 2002] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Sun Dec 15 05:06:36 2002] [error] [client 192.168.0.2] Directory index forbidden by rule: /mnt/apache/bild
er/
[Sun Dec 15 05:16:00 2002] [error] [client 192.168.0.2] Directory index forbidden by rule: /mnt/apache/bild
~
Gruss,
Stefan