What is the translation of " APACHE-MODUL " in English?

Examples of using Apache-modul in German and their translations into English

{-}
  • Programming category close
  • Colloquial category close
  • Official category close
  • Ecclesiastic category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Political category close
  • Computer category close
  • Official/political category close
  • Political category close
APACHEMODDIR Verzeichnis der Apache-Module.
APACHEMODDIR Directory for Apache modules.
Das Apache-Modul mod_env muss verfügbar sein.
The Apache module mod_env must be available.
Mod_gzip kann das- weil es ein Apache-Modul ist;
Mod_gzip can do this- because it is an Apache module;
Falls Sie PHP als Apache-Modul verwenden, können Sie in etwa Folgendes versuchen.
If you are using PHP as an Apache module try something like.
Auf Anwenderebene erscheinen MPMs fast wie andere Apache-Module.
At the user level,MPMs appear much like other Apache modules.
WANT_PHP_WEB Benötigt das Apache-Modul oder die CGI-Version von PHP.
WANT_PHP_WEB Want the Apache module or the CGI version of PHP.
Diese Funktion verhält sich exakt wie ifx_connect() wenn PHP nicht als Apache-Modul läuft.
This function behaves exactly like ifx_connect() when PHP is not running as an Apache module.
Apache_secure_download- Apache-Modul zur Unterstützung sicherer Downloads.
Apache_secure_download- Apache module providing secure downloading functionality.
Apache-Module können bei der Entwicklung in die Apache-Binaries kompiliert oder während der Laufzeit dynamisch geladen werden.
Apache modules can be compiled into the Apache binary at build time or be dynamically loaded at runtime.
Die HTTP-Authentifizierung durch PHP ist nur verfügbar, wenn PHP als Apache-Modul läuft und funktioniert daher nicht mit der CGI-Version.
The HTTP Authentication hooks in PHP areonly available when it is running as an Apache module and is hence not available in the CGI version.
Wenn PHP als Apache-Modul läuft, erbt open_basedir seinen Pfad nun automatisch von übergeordneten Verzeichnissen.
As an Apache module, open_basedir paths from parent directories are now automatically inherited.
Es wär denkbar, die Cache-Verzeichnisnamen durch den Einsatz einergeeigneten Hash-Funktion noch weiter abzukürzen- das Apache-Modul mod_proxy tut dies beispielsweise.
One could imagine to even shorten the cache directorynames by using an appropriate hash function- the Apache module mod_proxy is doing this.
Apache_upload_merger- Apache-Modul für die Zusammenfassung von Upload-Vorgängen.
Apache_upload_merger- Apache module providing upload merging functionality.
Aus welchen Gründen auch immer, manche Leute machen sich Sorgen,wenn Sie das erste Mal feststellen, dass das Apache-Modul von Subversion speziell für die Apache 2 API geschrieben wurde.
Whatever the reason,many people begin to worry when they first discover that Subversion's Apache module is written specifically for the Apache 2 API.
Das funktioniert allerdings nicht, wenn PHP als Apache-Modul kompiliert wurde, weil die Art und Weise, in der ClibPDF die Ausgabe an stdout vornimmt, nicht mit Apache funktioniert.
If PHP is compiled as an apache module this will not work because the way ClibPDF outputs to stdout does not work with apache..
Vor der Verwendung htaccess, stellen Sie sicher, dass Ihr Server diese Art vonDatei unterstützt wird für einige Befehle erforderlich Damit Apache-Modul mod_rewrite URL Rewriting Engine.
Before using htaccess, make sure that your server supports this type offile is required for some commands enable Apache module mod_rewrite URL Rewriting Engine.
In einem PHP-Skript für ein Apache-Modul kann man die Funktion header() benutzen, um die Nachricht"Authentifizierung notwendig"an den Client-Browser zu senden, damit dieser ein Fenster zur Eingabe von Benutzername/ Passwort öffnet.
In an Apache module PHP script, it is possible to use the header() function to send an"Authentication Required"message to the client browser causing it to pop up a Username/ Password input window.
Wenn es darum geht, den Apache-Webserver Seiteninhalte- besonders dynamisch erstellte- in komprimierter Form ausliefern zu lassen,ist das Apache-Modul mod_gzip die beste(mir bekannte) Lösung.
If you want your Apache web server to deliver page contents- especially dynamically created ones- in compressed form,then the Apache module mod_gzip is the best solution known to me.
Das Apache-Modul mod_gzip könnte insbesondere auch die Ausgaben dynamischer HTML-Dokumente(CGI-Anwendungen und Server Side Includes) verarbeiten und damit(unter Berücksichtung nur der HTML-Dokumente) 74%(Nutzdaten) bzw.
The Apache module mod_gzip especially would be able to handle the output of dynamic HTML documents(CGI applications and Server Side Includes) as well and therefore compress(in consideration of HTML documents only) 74 pct(usable data) rsp.
Gegen die Verwendung des Worker-MPM in Apache spricht auch die Tatsache,dass nicht alle verfügbaren Apache-Module Thread-sicher sind und daher nicht in Verbindung mit dem Worker-MPM eingesetzt werden können.
Another argument against using the workerMPM with Apache is that not all available Apache modules are thread-safe and thus cannot be used in conjunction with the worker MPM.
Beachte allerdings, daß gzip_cnc kein Apache-Modul ist und keinen internen Subrequests starten kann für den Fall, daß Dein Fehlerdokument ein CGI-Program oder ein SSI-Dokument ist oder ggf. auch via Content Negotiation dynamisch ausgewählt wird- und es kann auch nicht die Information darüber, welche Seite ursprünglich angefordert wurde, in derselben Weise anbieten(als Environment-Variable), wie Apache selbst das getan hätte.
But note that gzip_cnc isn't an Apache module and cannot invoke an internal HTTP subrequest in case your error document would be a CGI program or a SSI document or maybe selected dynamically via Content Negotiation- and it cannot provide the information about which page has been originally requested the same way(as Environment variable) as Apache itself would do.
In diesem Tutorial zeigen wir Ihnen, wie Sie Odoo 10 auf einem Ubuntu 16.04 VPS mit Apache2 undmod_wsgi installieren, einem Apache-Modul, das eine WSGI-konforme Schnittstelle für Python-basierte Webanwendungen wie Odoo implementiert.
In this tutorial, we will show you how to install Odoo 10 on an Ubuntu 16.04 VPS with Apache2 andmod_wsgi which is an Apache module that implements a WSGI compliant interface for hosting Python based web applications such as Odoo on top of the….
Ihre Aufgabe ist das Umherschaufeln von Daten zwischen den Client-Bibliotheken und dem Projektarchiv. Diese Schicht umfasst die Bibliothek libsvn_ra zum Laden von Modulen, die eigentlichen RA-Module(momentan libsvn_ra_neon, libsvn_ra_local, libsvn_ra_serf und libsvn_ra_svn) und alle zusätzlichen Bibliotheken,die von einer oder mehreren dieser RA-Module benötigt werden so wie das Apache-Modul mod_dav_svn oder svnserve, der Server von libsvn_ra_svn.
Charged with marshaling data between the client libraries and the repository, this layer includes the libsvn_ra module loader library, the RA modules themselves(which currently includes libsvn ra dav, libsvn ra local, libsvn ra serf, and libsvn_ra_svn), and anyadditional libraries needed by one or more of those RA modules such as the mod_dav_svn Apache module or libsvn_ra_svn's server, svnserve.
Dieses Programm ermöglicht es seinem Anwender, den Programm-Quelltext eines Apache-Moduls(mit Hilfe eines C-Compilers) zu übersetzen und eine entsprechende shared-object-Datei zu erzeugen, ohne daß hierfür der komplette Quelltext des Apache-Servers vorhanden sein muss.
This programm allows itsuser to compile the program source code of an Apache module(using a C compiler) and to create a corresponding shared object file without requiring the complete source code of the Apache servers to be available.
Results: 24, Time: 0.0404

Top dictionary queries

German - English