Apache 2 Problem

Hilfe zu Znuny Problemen aller Art
Locked
oxi
Znuny newbie
Posts: 29
Joined: 05 Jan 2009, 11:30

Apache 2 Problem

Post by oxi »

Hallo,

ich versuche gerade aus den Sourcen OTRS 2.3.4 zu installieren. Dabei gehen ich nach dem Installationsscript aus dem Doc vor. Mein letzter Schritt war es die Datei otrs.conf in /etc/apache2/conf.d/ zu erstellen. Hineingeschrieben habe ich wie nach anleitung folgendes:

Code: Select all

#
# Basic apache configuration for OTRS
#
# agent, admin and customer frontend
#
ScriptAlias /otrs/ "/opt/otrs-2.3.4/bin/cgi-bin/"
Alias /otrs-web/ "/opt/otrs-2.3.4/var/httpd/htdocs/"
#
# directory settings
#
<Directory "/opt/otrs-2.3.4/bin/cgi-bin/">
    AllowOverride None
    Options +ExecCGI -Includes
    Order allow,deny
    Allow from all
</Directory>
<Directory "/opt/otrs-2.3.4/var/httpd/htdocs/">
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
Danach habe ich Apache neugestartet.
Doch wenn ich nun über http://xxx.xxx.x.xxx/otrs/install.pl die Installationsroutine aufrufen möchte erscheint nichts.
Produktiv: OTRS: 2.3.4,
OS: Open Suse 10.3
Apache2/MySQL 5
diginin
Znuny expert
Posts: 213
Joined: 11 Feb 2008, 12:04
Znuny Version: CVS

Apache 2 Problem

Post by diginin »

Was ist der Output von

otrs.CheckModules.pl
http://doc.otrs.org/2.3/de/html/x533.ht ... rl-modules

Was sagt der Apache Logs?

Was sagt der OTRS Log? (wahrscheinlich noch nichts)
Shawn Beasley
Contact me per XING
Contact me per LinkedIN

OTRS CVS on Ubuntu Stable.

Image
signature by diginin74, on Flickr

Computers are like air conditioners, when you open windows they are useless.



P.S. (für Leser meiner Deutschtexte) Rechtschreibfehler bitte mit s/.*/$KORREKTUR/ ersetzen.
oxi
Znuny newbie
Posts: 29
Joined: 05 Jan 2009, 11:30

Apache 2 Problem

Post by oxi »

CheckModules.pl gibt alles ok raus.

Apache Logs sagen was: Error: OTRS-CGI-10 dann die URL

OTRS LOG: Leer
Produktiv: OTRS: 2.3.4,
OS: Open Suse 10.3
Apache2/MySQL 5
diginin
Znuny expert
Posts: 213
Joined: 11 Feb 2008, 12:04
Znuny Version: CVS

Apache 2 Problem

Post by diginin »

Ich schlage noch mal SetPermissions.sh http://doc.otrs.org/2.4/de/html/x624.ht ... stallation aufzuführen, OTRS-CGI-10 ist sehr Allgemein.
Shawn Beasley
Contact me per XING
Contact me per LinkedIN

OTRS CVS on Ubuntu Stable.

Image
signature by diginin74, on Flickr

Computers are like air conditioners, when you open windows they are useless.



P.S. (für Leser meiner Deutschtexte) Rechtschreibfehler bitte mit s/.*/$KORREKTUR/ ersetzen.
oxi
Znuny newbie
Posts: 29
Joined: 05 Jan 2009, 11:30

Apache 2 Problem

Post by oxi »

habe ich getan doch es passiert immer noch nix...
Produktiv: OTRS: 2.3.4,
OS: Open Suse 10.3
Apache2/MySQL 5
Locked