2009-07-31

TELDE – Installation des Web Server (Teil 6)

Anforderung2_1

Für die Publikation von Projektdokumentationen, Zugriff auf die Versionsverwaltung mit einem Browser oder über WebDAV wird ein Web Server benötigt. Desweiteren sollen alle Web Applikationen bzw. Web Services über eine virtuelle URL adressiert werden. Für diese Funktionalität ist ein Proxy notwendig.

Lösung

  1. Installation Apache Web Server für die Funktionalität Web Server und Proxy

Komponenten

  Bereich Komponente Anmerkung
  TELDE Alle vorherigen Teile der Serie  
       

Umsetzung

Bereich Gegenstand
Putty Action: Start Putty
  Action: Open Save Session telde.local als Root
   
Shell login as: root
root@192.168.234.140's password:
Last login: Thu Jul 30 23:45:02 2009 from 192.168.234.1
   
Installation HTTP Server [root@telde ~]# yum install -y httpd
  Loaded plugins: security
Setting up Install Process
:
Running Transaction
  Installing     : apr                                               [1/4]
  Installing     : postgresql-libs                                   [2/4]
  Installing     : apr-util                                          [3/4]
  Installing     : httpd                                             [4/4]

Installed: httpd.i386 0:2.2.3-22.0.1.el5
Dependency Installed: apr.i386 0:1.2.7-11 apr-util.i386 0:1.2.7-7.el5 postgresql-libs.i386 0:8.1.11-1.el5_1.1
Complete!
   
Autostart
[root@telde ~]# chkconfig ldap on
   
Start HTTP Server [root@telde ~]# service httpd start
Starting httpd:                                            [  OK  ]
   
Add Host Alias for this Service [root@telde ~]# vi /etc/hosts 
 
#WWW Service for this Host
127.0.0.1               www.telde.local
   
Browser Action: Open Url: http://192.168.234.140/
   
  2_2
   

Anmerkung

Sollte das eine oder andere nicht Optimal in meiner Anleitung gelöst sein oder Ihr wisst wie es noch einfacher geht, dann ist jede Anregung oder Kommentar erwünscht.

Keine Kommentare:

Kommentar veröffentlichen