Witam

Próbuję zainstalować modx - wychodzą następujące kłopoty:
Najpierw pokazuje się okno z takim komunikatem:

MODx is not currently installed or the configuration file cannot be found.

Do you want to install now?

Natomiast po kliknięciu install now - wychodzi komunikat:

Forbiden
You don't have permission to access /modx/install/index.php on this server.

Znalazłem sposób na ten problem na str: http://svn.modxcms.com/trac/tattoo/wiki/TracModPython

Kierując się tamtymi wskazówkami - dodałem do httpd.conf takie wstawki:

<Location /modx/>
SetHandler mod_python
PythonHandler trac.web.modpython_frontend
PythonOption TracEnv /var/www/modx
PythonOption TracUriRoot /var/www/modx
</Location>

<Location "/var/www/modx/login">
AuthType Basic
AuthName "password required"
AuthUserFile /var/www/modx/.htpassword
Require valid-user
</Location>

Wtedy po wejściu na adres http://localhost/modx/ i kliknięciu w install now
- wychodzi komunikat:

Internal serwer error:
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Wynika z tego ze we wpisanych w httpd.conf regułach są błędy - tylko pojęcia nie mam - jak je naprawić.
Trochę za słabo znam angielski.

Może ktoś ma jakiś pomysł?

Dzięki za odpowiedzi (jeśli będą) i Dosiego Roku!


Pozdrawiam