He instalado:
- apache 2.22.2
- php 5.4.1
- perl ActiveState 5.14.2 x86
- mysql 5.5.23 x86
- hMailServer 5.3.3
Y estoy intentando instalar OTRS 3.1.4, en el apache no tengo ningún módulo de Perl ya que lo tengo en el sistema operativo.
Tengo esto en el httpd.conf del apache:
Code: Select all
Alias /otrs-web/ "C:/otrs_good/var/httpd/htdocs/"
<Directory "C:/otrs_good/var/httpd/htdocs/">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
ScriptAlias /otrs/ "C:/otrs_good/bin/cgi-bin/"
<Directory "C:/otrs_good/bin/cgi-bin/">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
<files *.pl>
sethandler cgi-script
allowoverride none
options execcgi
</files>
http://localhost/otrs/
Me dice:
Y si hago http://localhost/otrs-web/ me redirige a http://localhost/otrs/index.pl y me sale esto:Forbidden 403
You don't have permission to access /otrs/ on this server.
No tengo ni idea qué puede ser ya que es la primera vez que uso algo como esto en windows y no sé qué configurar.Internal Server Error 500
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, postmaster@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.
Gracias =)