Benutzer-Werkzeuge

Webseiten-Werkzeuge


tachtler:phpldapadmin_archlinux

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
tachtler:phpldapadmin_archlinux [2023/01/23 09:48] – [PHP7-FPM] klaustachtler:phpldapadmin_archlinux [2023/10/13 11:15] (aktuell) – [/etc/httpd/conf/vhosts/phpldapadmin.conf] klaus
Zeile 1846: Zeile 1846:
     # ----------------------------------------------------------     # ----------------------------------------------------------
     <IfModule log_config_module>     <IfModule log_config_module>
-        ErrorLog /var/log/httpd/repository.tachtler.net_error.log+        ErrorLog /var/log/httpd/phpldapadmin.tachtler.net_error.log
         SetEnvIF User-Agent "HAProxy" dontlog=yes         SetEnvIF User-Agent "HAProxy" dontlog=yes
         SetEnvIf X-Forwarded-For "^.*\..*\..*\..*" forwarded=yes         SetEnvIf X-Forwarded-For "^.*\..*\..*\..*" forwarded=yes
         <IfModule logio_module>         <IfModule logio_module>
-            CustomLog /var/log/httpd/repository.tachtler.net_access.log combined_deflate_ssl "expr=(reqenv('forwarded') != 'yes' && reqenv('dontlog') != 'yes')" +            CustomLog /var/log/httpd/phpldapadmin.tachtler.net_access.log combined_deflate_ssl "expr=(reqenv('forwarded') != 'yes' && reqenv('dontlog') != 'yes')" 
-            CustomLog /var/log/httpd/repository.tachtler.net_access.log combined_deflate_proxypass_ssl "expr=(reqenv('forwarded') == 'yes' && reqenv('dontlog') != 'yes')"+            CustomLog /var/log/httpd/phpldapadmin.tachtler.net_access.log combined_deflate_proxypass_ssl "expr=(reqenv('forwarded') == 'yes' && reqenv('dontlog') != 'yes')"
         </IfModule>         </IfModule>
     </IfModule>     </IfModule>
Zeile 1896: Zeile 1896:
     # ----------------------------------------------------------     # ----------------------------------------------------------
     <IfModule alias_module>     <IfModule alias_module>
-        Alias / "/usr/share/webapps/phpldapadmin"+        Alias / "/usr/share/webapps/phpldapadmin/"
     </IfModule>     </IfModule>
  
Zeile 1908: Zeile 1908:
         AllowOverride None         AllowOverride None
         Require all granted         Require all granted
 +        
 +        <FilesMatch \.php$>
 +            SetHandler "proxy:unix:/run/php-fpm/php-fpm.sock|fcgi://localhost"
 +        </FilesMatch>
 +        
     </Directory>     </Directory>
  
Zeile 1914: Zeile 1919:
     # ----------------------------------------------------------     # ----------------------------------------------------------
     <IfModule log_config_module>     <IfModule log_config_module>
-        ErrorLog /var/log/httpd/repository.tachtler.net_error.log+        ErrorLog /var/log/httpd/phpldapadmin.tachtler.net_error.log
         SetEnvIF User-Agent "HAProxy" dontlog=yes         SetEnvIF User-Agent "HAProxy" dontlog=yes
         SetEnvIf X-Forwarded-For "^.*\..*\..*\..*" forwarded=yes         SetEnvIf X-Forwarded-For "^.*\..*\..*\..*" forwarded=yes
         <IfModule logio_module>         <IfModule logio_module>
-            CustomLog /var/log/httpd/repository.tachtler.net_access.log combined_deflate_ssl "expr=(reqenv('forwarded') != 'yes' && reqenv('dontlog') != 'yes')" +            CustomLog /var/log/httpd/phpldapadmin.tachtler.net_access.log combined_deflate_ssl "expr=(reqenv('forwarded') != 'yes' && reqenv('dontlog') != 'yes')" 
-            CustomLog /var/log/httpd/repository.tachtler.net_access.log combined_deflate_proxypass_ssl "expr=(reqenv('forwarded') == 'yes' && reqenv('dontlog') != 'yes')"+            CustomLog /var/log/httpd/phpldapadmin.tachtler.net_access.log combined_deflate_proxypass_ssl "expr=(reqenv('forwarded') == 'yes' && reqenv('dontlog') != 'yes')"
         </IfModule>         </IfModule>
     </IfModule>     </IfModule>
tachtler/phpldapadmin_archlinux.1674463717.txt.gz · Zuletzt geändert: 2023/01/23 09:48 von klaus