Deutsch
 
Hilfe Datenschutzhinweis Impressum
  DetailsucheBrowse

Datensatz

DATENSATZ AKTIONENEXPORT

Freigegeben

Poster

Permission Isolation by Dedicated Apache Processes for Subversion and Trac

MPG-Autoren
/persons/resource/persons96313

Forkel,  Robert
Innovations, Max Planck Digital Library, Max Planck Society;

/persons/resource/persons96359

Wobst,  André
Innovations, Max Planck Digital Library, Max Planck Society;

Externe Ressourcen
Es sind keine externen Ressourcen hinterlegt
Volltexte (beschränkter Zugriff)
Für Ihren IP-Bereich sind aktuell keine Volltexte freigegeben.
Volltexte (frei zugänglich)
Es sind keine frei zugänglichen Volltexte in PuRe verfügbar
Ergänzendes Material (frei zugänglich)
Es sind keine frei zugänglichen Ergänzenden Materialien verfügbar
Zitation

Forkel, R., & Wobst, A. (2007). Permission Isolation by Dedicated Apache Processes for Subversion and Trac. Poster presented at 24. DV-Treffen der MPG, Abbe-Zentrum Campus Beutenberg Jena.


Zitierlink: https://hdl.handle.net/11858/00-001M-0000-0013-863F-7
Zusammenfassung
At Living Reviews we are serving content from various web applications and other internal sources on our public webservers. Our own web applications are run under specific user accounts configured to have minimal permissions. They are bound to the public webserver by proxy rewrite rules. For content typically served by the apache instance itself (subversion using webdav, trac instances using mod_python) we use additional apache instances running under separate accounts to limit file access for the internal data to those processes really needing them. The different apache instances are configured with minimal apache modules each (no mod_python for the subversion handling apache etc.). All apache instances use the binaries and modules provided by the distribution; only the config files differ.