Apach2 Problem [closed]

Hilfe zu Znuny Problemen aller Art
Locked
thomas91
Znuny advanced
Posts: 103
Joined: 23 Dec 2010, 23:01
Znuny Version: 6.0.18
Location: Lauda-Königshofen

Apach2 Problem [closed]

Post by thomas91 »

Hallo Forum,

wenn ich meinen Apache2 durchstarte bekomme ich folgende Meldung:

Code: Select all

OTRS:/opt/otrs-3.1.2# /etc/init.d/apache2 restart
Restarting web server: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 10.130.128.179 for ServerName
 ... waiting ........apache2: Could not reliably determine the server's fully qualified domain name, using 10.130.128.179 for ServerName
.
Meine Weboberfläche ist auch extrem langsam.

Gruß Thomas
Last edited by thomas91 on 02 Oct 2013, 10:20, edited 1 time in total.
MfG Thomas

Produktiv:
OTRS: 5.0.9
ITSM: 5.0.?
FAQ: 5.0.?
OS: Debian 9.8 x64
Application: Apache2/MySQL 5.5
VM auf: VMware ESXi 6.5
E-Mails: MS Exchange 2013

-- Achtung, es folgt ein Witz:

Code: Select all

    # dpkg-reconfigure brain
    Paket »brain« ist nicht installiert und es ist keine Info verfügbar.
-- weiter geht's im Thread…[/size]
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Apach2 Problem

Post by jojo »

die Geschwindigkeit liegt sicher nicht daran...
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
chris_k
Znuny expert
Posts: 164
Joined: 07 Sep 2011, 13:39
Znuny Version: 3.07
Real Name: Christian kreis

Re: Apach2 Problem

Post by chris_k »

Naja die Fehlermeldung ist eindeutig er kann die ip-adresse nicht auflösen. Was da jetzt das Problem ist, ist schwierig zu sagen, am besten die Netzwerkeinstellungen nochmal überprüfen bzw. die Einstellungen vom Apache. Also dass dein Netzwerk langsam ist das verursacht mit Sicherheit nicht der Apache aber umgekehrt kann es auch sein dass die Wartezeit zu kurz eingestellt ist, also dass der Apache den Verbindungsversuch abbricht weil die Antwort zu lange braucht.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Apach2 Problem

Post by jojo »

die Meldung ist eine Warnung da die Apache Konfiguration keinen sauberen Servernamen gesetzt hat. Technisch hat es keine Auswirkung
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
thomas91
Znuny advanced
Posts: 103
Joined: 23 Dec 2010, 23:01
Znuny Version: 6.0.18
Location: Lauda-Königshofen

Re: Apach2 Problem

Post by thomas91 »

Hey Jojo,

und wie setze ich einen sauberen Hostnamen?
Was mich auch interessieren würde ist folgendes, wie kann ich aus dem Pfad

Code: Select all

http://otrs/otrs/costumer.pl
zumbeispiel

Code: Select all

http://helpdesk:8080
machen?
Woran könnte dann die performenz liegen? dauert manchmal 30 sekunden bis ich weiter kommen im otrs.

Gruß
MfG Thomas

Produktiv:
OTRS: 5.0.9
ITSM: 5.0.?
FAQ: 5.0.?
OS: Debian 9.8 x64
Application: Apache2/MySQL 5.5
VM auf: VMware ESXi 6.5
E-Mails: MS Exchange 2013

-- Achtung, es folgt ein Witz:

Code: Select all

    # dpkg-reconfigure brain
    Paket »brain« ist nicht installiert und es ist keine Info verfügbar.
-- weiter geht's im Thread…[/size]
thomas91
Znuny advanced
Posts: 103
Joined: 23 Dec 2010, 23:01
Znuny Version: 6.0.18
Location: Lauda-Königshofen

Re: Apach2 Problem

Post by thomas91 »

Zum Fehler mit dem Hostenamen:
Unter /etc/hosts muss die Host-Datei angepasst werden:
Hier ein Beispiel:

Code: Select all

127.0.0.1	webserver-bs
88.198.26.132	webserver-bs.cogitosum.net	webserver-bs

# The following lines are desirable for IPv6 capable hosts
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
kann ich hier auch das mit der anderen Frage einstellen und wenn ja wie?
MfG Thomas

Produktiv:
OTRS: 5.0.9
ITSM: 5.0.?
FAQ: 5.0.?
OS: Debian 9.8 x64
Application: Apache2/MySQL 5.5
VM auf: VMware ESXi 6.5
E-Mails: MS Exchange 2013

-- Achtung, es folgt ein Witz:

Code: Select all

    # dpkg-reconfigure brain
    Paket »brain« ist nicht installiert und es ist keine Info verfügbar.
-- weiter geht's im Thread…[/size]
thomas91
Znuny advanced
Posts: 103
Joined: 23 Dec 2010, 23:01
Znuny Version: 6.0.18
Location: Lauda-Königshofen

Re: Apach2 Problem

Post by thomas91 »

Hat jemand eine htaccess Lösung/Tutorial für eine Umleitung zur index.pl und Customer.pl?
Wäre sehr nett hier mal ein bisschen wissen von euch geteilt zu bekommen =)
MfG Thomas

Produktiv:
OTRS: 5.0.9
ITSM: 5.0.?
FAQ: 5.0.?
OS: Debian 9.8 x64
Application: Apache2/MySQL 5.5
VM auf: VMware ESXi 6.5
E-Mails: MS Exchange 2013

-- Achtung, es folgt ein Witz:

Code: Select all

    # dpkg-reconfigure brain
    Paket »brain« ist nicht installiert und es ist keine Info verfügbar.
-- weiter geht's im Thread…[/size]
Locked