Odoil Geschrieben 12. August 2005 Geschrieben 12. August 2005 Tag erstmal, ich brauche Hilfe bei Apache von Xampp! Ich muss einen Proxy Server mit Apache aufsetzen, nur nicht auf Linux, sondern auf WinXP Pro. Sitze schon seit 2 Tagen dran, mir fehlt einfach das Proxy_Modul für den Apache. Nur ich weiss nicht wie ich den unter Windows installieren kann. Bei Linux habe ich das hier gefunden: < Wir werden Apache 1.3.24 verwenden. Der Download des Programms ist bereits ausgeführt, wobei die Datei im Stammverzeichnis abgespeichert ist, um sie dann nach /home/slowe/apache_1.3.24 zu extrahieren. Dann werden folgende Befehle eingegeben, um sie nach /usr/local/apache zu installieren: cd /home/slowe/apache_1.3.24 ./configure --prefix=/usr/local/apache --enable-module=proxy make make install Für die Installation der Proxy-Komponenten von Apache ist die Anweisung enable-module=proxy erforderlich. Nach Abschluss der Installation kann die Software für den Apache-Proxy-Server konfiguriert werden. > Ich brauche einfach nur ein Skript oder eine install.bat, die mir das Modul entpackt und installiert. Das home Verzeichnis ist d:\xampp/apache Kann mir da mal bitte einer Helfen bei??? Vielen Dank für die Antworten!!!
bmg4ever Geschrieben 12. August 2005 Geschrieben 12. August 2005 -------------------------------------------------------------------------------------------------------------------------------------- cd /home/slowe/apache_1.3.24 ./configure --prefix=/usr/local/apache --enable-module=proxy make make install Für die Installation der Proxy-Komponenten von Apache ist die Anweisung enable-module=proxy erforderlich. Nach Abschluss der Installation kann die Software für den Apache-Proxy-Server konfiguriert werden. -------------------------------------------------------------------------------------------------------------------------------------- Dass man das zur compilierung machen muss und nachträglich nicht mehr einbinden kann, halte ich für ein gerücht. Siehe dazu auch die Apache2-Doku. http://httpd.apache.org/docs/2.0/mod/mod_proxy.html ----------------------------------------------------------------------------------------------------------------------------- Apache's proxy features are divided into several modules in addition to mod_proxy: mod_proxy_http, mod_proxy_ftp and mod_proxy_connect. Thus, if you want to use one or more of the particular proxy functions, load mod_proxy and the appropriate module(s) into the server (either statically at compile-time or dynamically via the LoadModule directive). --------------------------------------------------------------------------------------------------------------------------- Ist zwar 2, aber LoadModule gehört meines Wissens unter Windows auch bei Version 1.3.x zum core. Also such in der httpd.conf nach vorhandenen LoadModule-Direktiven, oder schreibe einfach eine neue in der Form LoadModule proxy_module PFAD_ZU_DEN_MODULEN\mod_proxy.so Ach und siehe da ist ja noch ne schöne quelle in meinen Bookmarks: http://www.apachefreaks.com/apache/windows.html#use ---------------------------------------------------------------------------------------------------------------------- Apache for Windows has the ability to load modules at runtime, without recompiling the server. If Apache is compiled normally, it will install a number of optional modules in the modules directory. To activate these, or other modules, the new LoadModule directive must be used. For example, to activate the status module, use the following (in addition to the status-activating directives in httpd.conf - see the mod_status docs for more details.): LoadModule status_module modules/mod_status.so Information on creating loadable modules is also available. Note that some 3rd party modules may be distributed in the old style names, ApacheModuleFoo.dll. Always set the LoadModule command as directed by the 3rd party module's own documentation. ------------------------------------------------------------------------------------------------------------------------- alles weitere zum modul selber: http://httpd.apache.org/docs/1.3/mod/mod_proxy.html
Odoil Geschrieben 15. August 2005 Autor Geschrieben 15. August 2005 vielen Dank für die Hilfe damit kann ich zumindest was anfangen. werde das gleich mal testen. Mfg Grüßen Odoil
Empfohlene Beiträge
Erstelle ein Benutzerkonto oder melde Dich an, um zu kommentieren
Du musst ein Benutzerkonto haben, um einen Kommentar verfassen zu können
Benutzerkonto erstellen
Neues Benutzerkonto für unsere Community erstellen. Es ist einfach!
Neues Benutzerkonto erstellenAnmelden
Du hast bereits ein Benutzerkonto? Melde Dich hier an.
Jetzt anmelden