Jens Müller: Apache Proy-server unter Windows98 einrichten

Beitrag lesen

Die Installation klappte auch soweit, bis ich zu dem Punkt kam den Proxy zu insatllieren:

C Modul Mod_proxy kompilieren !??!?! usw....

Danke für eure Hilfe!

Du hast die der Insalationsversion gewählt. Du brauchhst das Proxy Modul nicht kompilieren.

Such in der httpd.conf Datei die stelle
=> Dynamic Shared Object (DSO) Support

#LoadModule anon_auth_module modules/ApacheModuleAuthAnon.dll
#LoadModule cern_meta_module modules/ApacheModuleCERNMeta.dll
#LoadModule digest_module modules/ApacheModuleDigest.dll
#LoadModule expires_module modules/ApacheModuleExpires.dll
#LoadModule headers_module modules/ApacheModuleHeaders.dll
#LoadModule proxy_module modules/ApacheModuleProxy.dll
#LoadModule rewrite_module modules/ApacheModuleRewrite.dll
#LoadModule speling_module modules/ApacheModuleSpeling.dll
#LoadModule status_module modules/ApacheModuleStatus.dll
#LoadModule usertrack_module modules/ApacheModuleUserTrack.dll

dort findest du die Module die beim Apache vorkompileiert sind (siehe Oben). Danach noch die Zeilen mit
den Proxy angaben entkommentieren (ab Proxy Server directives.) und der Proxy läuft

Tip noch wenn du viel mit dem Apache handtierst legt dir Verknüpfangen zu den Konfigurations Dateien im
Startmenü an z.b.:
Programme => Apache Web Server
    =>Config
      access.conf
      httpd.conf
      srm.conf
    =>Start+ShutDown
      Restart Apache console app
      Shutdown Apache console app

u.s.w.

bis dann jens müller