manual apache2 doesn"t work
am 08.10.2007 14:52:25 von polhello, I install apache2-doc on my debian but i can't reach to the manual
directory with my browser.
i reach without problem to the /doc/apache2-doc directory
below the message:
URI: index.html.de Content-Language: de Content-type: text/html;
charset=ISO-8859-1 URI: index.html.en Content-Language: en Content-type:
text/html; charset=ISO-8859-1 URI: index.html.es Content-Language: es
Content-type: text/html; charset=ISO-8859-1 URI: index.html.fr
Content-Language: fr Content-type: text/html; charset=ISO-8859-1 URI:
index.html.ja.euc-jp Content-Language: ja Content-type: text/html;
charset=EUC-JP URI: index.html.ko.euc-kr Content-Language: ko Content-type:
text/html; charset=EUC-KR URI: index.html.pt-br Content-Language: pt-br
Content-type: text/html; charset=ISO-8859-1
my config:
debain etch
apache2 2.3-4+etch1
another question:
i modifed my /etc/apache2/apache2.conf with:
#
# Allow remote server configuration reports, with the URL of
# http://servername/server-info (requires that mod_info.c be loaded).
# Change the ".example.com" to match your domain to enable.
#
SetHandler server-info
Order deny,allow
Deny from all
Allow from 127.0.0.1
but i have a error message with http://localhost/status "the requested URL
was not found on this server"
i create the directory /var/www/server-info and the module "status.load" is
in the /etc/apache2/mods-enabled
so how i can add modules ?
thanks for your help