[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

installing redmine



Hello.

I am trying to install redmine on a Debian testing, from the Debian package, but I have some problems because it seems that there are no index files.
At least, that's what apache says:

[Wed Apr 02 14:56:21.787836 2014] [authz_core:debug] [pid 25461] mod_authz_core.c(802): [client 127.0.0.1:48023] AH01626: authorization result of <RequireAny>: granted [Wed Apr 02 14:56:21.787837 2014] [core:trace3] [pid 25461] request.c(238): [client 127.0.0.1:48023] request authorized without authentication by access_checker_ex hook: /redmine/index.pl [Wed Apr 02 14:56:21.787846 2014] [authz_core:debug] [pid 25461] mod_authz_core.c(802): [client 127.0.0.1:48023] AH01626: authorization result of Require all granted: granted [Wed Apr 02 14:56:21.787848 2014] [authz_core:debug] [pid 25461] mod_authz_core.c(802): [client 127.0.0.1:48023] AH01626: authorization result of <RequireAny>: granted [Wed Apr 02 14:56:21.787849 2014] [core:trace3] [pid 25461] request.c(238): [client 127.0.0.1:48023] request authorized without authentication by access_checker_ex hook: /redmine/index.php [Wed Apr 02 14:56:21.787857 2014] [authz_core:debug] [pid 25461] mod_authz_core.c(802): [client 127.0.0.1:48023] AH01626: authorization result of Require all granted: granted [Wed Apr 02 14:56:21.787859 2014] [authz_core:debug] [pid 25461] mod_authz_core.c(802): [client 127.0.0.1:48023] AH01626: authorization result of <RequireAny>: granted [Wed Apr 02 14:56:21.787861 2014] [core:trace3] [pid 25461] request.c(238): [client 127.0.0.1:48023] request authorized without authentication by access_checker_ex hook: /redmine/index.xhtml [Wed Apr 02 14:56:21.787869 2014] [authz_core:debug] [pid 25461] mod_authz_core.c(802): [client 127.0.0.1:48023] AH01626: authorization result of Require all granted: granted [Wed Apr 02 14:56:21.787871 2014] [authz_core:debug] [pid 25461] mod_authz_core.c(802): [client 127.0.0.1:48023] AH01626: authorization result of <RequireAny>: granted [Wed Apr 02 14:56:21.787872 2014] [core:trace3] [pid 25461] request.c(238): [client 127.0.0.1:48023] request authorized without authentication by access_checker_ex hook: /redmine/index.htm [Wed Apr 02 14:56:21.787884 2014] [autoindex:error] [pid 25461] [client 127.0.0.1:48023] AH01276: Cannot serve directory /usr/share/redmine/: No matching DirectoryIndex (index.html,index.cgi,index.pl,index.php,index.xhtml,index.htm) found, and server-generated directory index forbidden by Options directive [Wed Apr 02 14:56:21.787907 2014] [http:trace3] [pid 25461] http_filters.c(977): [client 127.0.0.1:48023] Response sent with status 403, headers: [Wed Apr 02 14:56:21.787914 2014] [http:trace5] [pid 25461] http_filters.c(984): [client 127.0.0.1:48023] Date: Wed, 02 Apr 2014 12:56:21 GMT [Wed Apr 02 14:56:21.787915 2014] [http:trace5] [pid 25461] http_filters.c(987): [client 127.0.0.1:48023] Server: Apache/2.4.7 (Debian) [Wed Apr 02 14:56:21.787917 2014] [http:trace4] [pid 25461] http_filters.c(806): [client 127.0.0.1:48023] Content-Length: 284 [Wed Apr 02 14:56:21.787919 2014] [http:trace4] [pid 25461] http_filters.c(806): [client 127.0.0.1:48023] Keep-Alive: timeout=5, max=100 [Wed Apr 02 14:56:21.787920 2014] [http:trace4] [pid 25461] http_filters.c(806): [client 127.0.0.1:48023] Connection: Keep-Alive [Wed Apr 02 14:56:21.787922 2014] [http:trace4] [pid 25461] http_filters.c(806): [client 127.0.0.1:48023] Content-Type: text/html; charset=iso-8859-1 [Wed Apr 02 14:56:21.850052 2014] [core:trace4] [pid 25439] mpm_common.c(530): mpm child 25496 (gen 0/slot 5) started


I have added those lines in sites-enabled/000-default.conf :

  Alias /redmine /usr/share/redmine/
  <Directory /usr/share/redmine/ >
    AllowOverride None
    Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
    Require all granted
  </Directory>

Other things works correctly ( I have some cgi stuff which runs correctly. Which does not mean that my apache configuration is good: I had difficulties to enable them, too ), only redmine does not. I guess that I should enable something to allow apache to manage ruby stuff, but I have no idea about what, or how.


Reply to: