Bearbeiten von „Server/SRS19/2016

Zur Navigation springen Zur Suche springen
Warnung: Du bist nicht angemeldet. Deine IP-Adresse wird bei Bearbeitungen öffentlich sichtbar. Melde dich an oder erstelle ein Benutzerkonto, damit Bearbeitungen deinem Benutzernamen zugeordnet werden. Ein eigenes Benutzerkonto hat eine ganze Reihe von Vorteilen.

Die Bearbeitung kann rückgängig gemacht werden. Bitte prüfe den Vergleich unten, um sicherzustellen, dass du dies tun möchtest, und veröffentliche dann unten deine Änderungen, um die Bearbeitung rückgängig zu machen.

Aktuelle Version Dein Text
Zeile 1: Zeile 1:
* FSRs
* FSRs


== [[Server/Jails/SRS19/Ports |Ports]] ==
== Ports ==
 
{{:Server/Jails/SRS19/Ports}}
 
== zusätzliche Konfigurationsdateien  ==
 
==  Konfiguration der Programme ==


=== nginx ===
=== nginx ===
==== nginx.conf ====


  <code>
  <code>
  lies: http://elasticdog.com/2008/02/howto-install-wordpress-on-nginx/
  [ ] DEBUG                    Enable nginx debugging           
[ ] DEBUGLOG                  Enable debug log (--with-debug) 
[ ] FILE_AIO                  Enable file aio                 
[X] IPV6                      Enable IPv6                     
[ ] GOOGLE_PERFTOOLS          Enable google perftools module   
[X] HTTP_MODULE              Enable HTTP module               
[ ] HTTP_ADDITION_MODULE      Enable http_addition module     
[X] HTTP_CACHE_MODULE        Enable http_cache module         
[ ] HTTP_DAV_MODULE          Enable http_webdav module       
[X] HTTP_FLV_MODULE          Enable http_flv module           
[ ] HTTP_GEOIP_MODULE        Enable http_geoip module         
[ ] HTTP_GZIP_STATIC_MODULE  Enable http_gzip_static module   
[ ] HTTP_IMAGE_FILTER_MODULE  Enable http_image_filter module 
[ ] HTTP_MP4_MODULE          Enable http_mp4 module           
[ ] HTTP_PERL_MODULE          Enable http_perl module
[ ] HTTP_RANDOM_INDEX_MODULE  Enable http_random_index module 
[ ] HTTP_REALIP_MODULE        Enable http_realip module       
[X] HTTP_REWRITE_MODULE      Enable http_rewrite module       
[ ] HTTP_SECURE_LINK_MODULE  Enable http_secure_link module   
[X] HTTP_SSL_MODULE          Enable http_ssl module           
[X] HTTP_STATUS_MODULE        Enable http_stub_status module   
[ ] HTTP_SUB_MODULE          Enable http_sub module           
[ ] HTTP_XSLT_MODULE          Enable http_xslt module         
[ ] MAIL_MODULE              Enable IMAP4/POP3/SMTP proxy modul
[ ] MAIL_IMAP_MODULE          Enable IMAP4 proxy module       
[ ] MAIL_POP3_MODULE          Enable POP3 proxy module         
[ ] MAIL_SMTP_MODULE          Enable SMTP proxy module         
[ ] MAIL_SSL_MODULE          Enable mail_ssl module           
[X] WWW                      Enable html sample files         
[ ] CACHE_PURGE_MODULE        3rd party cache_purge module
[ ] ECHO_MODULE              3rd party echo module           
[ ] HEADERS_MORE_MODULE      3rd party headers_more module   
[ ] HTTP_ACCEPT_LANGUAGE      3rd party accept_language module 
[ ] HTTP_ACCESSKEY_MODULE    3rd party http_accesskey module 
[ ] HTTP_AUTH_DIGEST_MODULE  3rd party http_authdigest module 
[ ] HTTP_AUTH_PAM_MODULE      3rd party http_auth_pam module   
[ ] HTTP_AUTH_REQ_MODULE      3rd party http_auth_request module
[ ] HTTP_DAV_EXT_MODULE      3rd party webdav_ext module     
[ ] HTTP_EVAL_MODULE          3rd party eval module           
[ ] HTTP_FANCYINDEX_MODULE    3rd party http_fancyindex module 
[ ] HTTP_GUNZIP_FILTER        3rd party http_gunzip_filter modul
[ ] HTTP_MOGILEFS_MODULE      3rd party mogilefs module       
[ ] HTTP_MP4_H264_MODULE      3rd party mp4/h264 module       
[ ] HTTP_NOTICE_MODULE        3rd party notice module         
[ ] HTTP_PUSH_MODULE          3rd party push module
[ ] HTTP_REDIS_MODULE        3rd party http_redis module     
[ ] HTTP_RESPONSE_MODULE      3rd party http_response module   
[ ] HTTP_SUBS_FILTER_MODULE  3rd party subs filter module     
[ ] HTTP_UPLOAD_MODULE        3rd party upload module         
[ ] HTTP_UPLOAD_PROGRESS      3rd party uploadprogress module 
[ ] HTTP_UPSTREAM_FAIR        3rd party upstream fair module   
[ ] HTTP_UPSTREAM_HASH        3rd party upstream hash module   
[ ] HTTP_ZIP_MODULE          3rd party http_zip module       
[ ] ARRAYVAR_MODULE          3rd party array_var module       
[ ] CHUNKIN_MODULE            3rd party chunkin module         
[ ] DRIZZLE_MODULE            3rd party drizzlie module       
[ ] ENCRYPTSESSION_MODULE    3rd party encrypted_session module
[ ] FORMINPUT_MODULE          3rd party form_input module     
[ ] GRIDFS_MODULE            3rd party gridfs module         
[ ] ICONV_MODULE              3rd party iconv module
[ ] LUA_MODULE                3rd party lua module             
[ ] MEMC_MODULE              3rd party memc (memcached) module
[ ] NAXSI_MODULE              3rd party naxsi module           
[ ] PASSENGER_MODULE          3rd party passenger module       
[ ] POSTGRES_MODULE          3rd party postgresql module     
[ ] RDS_CSV_MODULE            3rd party rds_csv module         
[ ] RDS_JSON_MODULE          3rd party rds_json module       
[ ] REDIS2_MODULE            3rd party redis2 module         
[ ] SET_MISC_MODULE          3rd party set_misc module       
[ ] SLOWFS_CACHE_MODULE      3rd party slowfs_cache module   
[ ] SRCACHE_MODULE            3rd party srcache module         
[ ] SUPERVISORD_MODULE        3rd party supervisord module
[ ] SYSLOG_SUPPORT            3rd party syslog support
[ ] UDPLOG_MODULE            3rd party udplog (syslog) module
[ ] XRID_HEADER_MODULE        3rd party x-rid header module
[ ] XSS_MODULE                3rd party xss module
  </code>
  </code>


=== sudo ===
=== php52 ===
 
==== /usr/local/etc/sudoers ====


  <code>
  <code>
 
  [X] CLI        Build CLI version
  ## Uncomment to allow members of group wheel to execute any command
  [X] CGI        Build CGI version
  # %wheel ALL=(ALL) ALL
  [ ] APACHE    Build Apache module
  %<username> ALL=(ALL) ALL
[ ] DEBUG      Enable debug
  %<username> ALL=(ALL) ALL
[ ] SUHOSIN    Enable Suhosin protection system (not for jails)
 
[X] MULTIBYTE  Enable zend multibyte support
[X] IPV6      Enable ipv6 support
[ ] MAILHEAD  Enable mail header patch
[ ] REDIRECT  Enable force-cgi-redirect support (CGI only)
[ ] DISCARD    Enable discard-path support (CGI only)
[X] FASTCGI    Enable fastcgi support (CGI only)
  [ ] FPM        Enable fastcgi process manager (CGI only)
  [X] PATHINFO  Enable path-info-check support (CGI only)
  [ ] LINKTHR    Link thread lib (for threaded extensions)
[X] BACKPORTS  Enable backported security and bugfix patches
  </code>
  </code>


== Siehe auch ==
=== php52-extension ===


[[Kategorie:Rechentechnik]]
<code>
[[Kategorie:Software]]
[ ] BCMATH      bc style precision math functions           
[[Kategorie:Jail]]
[ ] BZ2        bzip2 library support                       
[ ] CALENDAR    calendar conversion support                 
[X] CTYPE      ctype functions                             
[X] CURL        CURL support                               
[ ] DBA        dba support                                 
[ ] DBASE      dBase library support                       
[X] DOM        DOM support                                 
[X] EXIF        EXIF support                               
[ ] FILEINFO    fileinfo support                           
[X] FILTER      input filter support                       
[ ] FRIBIDI    FriBidi support                             
[ ] FTP        FTP support                                 
[ ] GD          GD library support                         
[ ] GETTEXT    gettext library support               
[ ] GMP        GNU MP support                             
[X] HASH        HASH Message Digest Framework               
[X] ICONV      iconv support                               
[ ] IMAP        IMAP support                               
[ ] INTERBASE  Interbase 6 database support (Firebird)     
[X] JSON        JavaScript Object Serialization support     
[X] LDAP        OpenLDAP support                           
[ ] MBSTRING    multibyte string support                   
[X] MCRYPT      Encryption support                         
[X] MHASH      Crypto-hashing support                     
[ ] MING        ming shockwave flash support               
[ ] MSSQL      MS-SQL database support                     
[X] MYSQL      MySQL database support                     
[ ] MYSQLI      MySQLi database support                     
[ ] NCURSES    ncurses support (CLI only)   
[ ] ODBC        unixODBC support                           
[X] OPENSSL    OpenSSL support                             
[ ] PCNTL      pcntl support (CLI only)                   
[X] PCRE        Perl Compatible Regular Expression support 
[ ] PDF        PDFlib support (implies GD)                 
[X] PDO        PHP Data Objects Interface (PDO)           
[X] PDO_SQLITE  PDO sqlite driver                           
[X] PDO_MYSQL  PDO mysql driver                           
[ ] PGSQL      PostgreSQL database support                 
[X] POSIX      POSIX-like functions                       
[ ] PSPELL      pspell support                             
[ ] READLINE    readline support (CLI only)                 
[ ] RECODE      recode support                             
[X] SESSION    session support                             
[ ] SHMOP      shmop support                 
[ ] ODBC        unixODBC support                           
[X] OPENSSL    OpenSSL support                             
[ ] PCNTL      pcntl support (CLI only)                   
[X] PCRE        Perl Compatible Regular Expression support 
[ ] PDF        PDFlib support (implies GD)                 
[X] PDO        PHP Data Objects Interface (PDO)           
[X] PDO_SQLITE  PDO sqlite driver                           
[X] PDO_MYSQL  PDO mysql driver                           
[ ] PGSQL      PostgreSQL database support                 
[X] POSIX      POSIX-like functions                       
[ ] PSPELL      pspell support                             
[ ] READLINE    readline support (CLI only)                 
[ ] RECODE      recode support                             
[X] SESSION    session support                             
[ ] SHMOP      shmop support                 
[X] SIMPLEXML  simplexml support                           
[ ] SNMP        SNMP support                               
[ ] SOAP        SOAP support                               
[ ] SOCKETS    sockets support                             
[X] SPL        Standard PHP Library                       
[X] SQLITE      sqlite support                             
[ ] SYBASE_CT  Sybase database support                     
[ ] SYSVMSG    System V message support                   
[ ] SYSVSEM    System V semaphore support                 
[ ] SYSVSHM    System V shared memory support             
[ ] TIDY        TIDY support                               
[X] TOKENIZER  tokenizer support                           
[ ] WDDX        WDDX support (implies XML)                 
[X] XML        XML support                                 
[X] XMLREADER  XMLReader support
[ ] XMLRPC      XMLRPC-EPI support                         
[X] XMLWRITER  XMLWriter support                           
[ ] XSL        XSL support (Implies DOM)                   
[ ] YAZ        YAZ support (ANSI/NISO Z39.50)             
[ ] ZIP        ZIP support                                 
[ ] ZLIB        ZLIB support
</code>

Bitte beachte, dass alle Beiträge zu Wiki StuRa HTW Dresden von anderen Mitwirkenden bearbeitet, geändert oder gelöscht werden können. Reiche hier keine Texte ein, falls du nicht willst, dass diese ohne Einschränkung geändert werden können.

Du bestätigst hiermit auch, dass du diese Texte selbst geschrieben hast oder diese von einer gemeinfreien Quelle kopiert hast (weitere Einzelheiten unter StuRa HTW Dresden:Urheberrechte). ÜBERTRAGE OHNE GENEHMIGUNG KEINE URHEBERRECHTLICH GESCHÜTZTEN INHALTE!

Bitte beantworte die folgende Frage, um diese Seite speichern zu können (weitere Informationen):

Abbrechen Bearbeitungshilfe (wird in einem neuen Fenster geöffnet)

Die folgende Vorlage wird auf dieser Seite verwendet: