Skip to content
View in the app

A better way to browse. Learn more.

Froxlor Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[gel?st] PHPmyadmin will nicht mit fcgid

Featured Replies

Hallo,

ich habe eine neues Froxlor System aufgesetzt (0.9.15). Das ganze mit Apache2 und PHP.

Dann bin ich laut Handbuch gegangen und habe mod_fcgid und suexec installiert.

Doch leider klappt PHPmyAdmin jetzt nicht mehr.

Ich versuche es unter folgender URL zu erreichen: http://ip/phpmyadmin

Und als folge kommt eine Download Fenster, der die PHP Datei herunterladen will.

 

Ich weis das es in einen anderen Teil vom Forum das selbe Problem schonmal gab, aber leider bin ich in Englisch nicht sooo gut.

 

Ich hoffe mir kann da wer weiterhelfen.

 

Gru? Lindi

Das Problem hatte ich auch, du musst Apache2 halt sagen das phpmyadmin entweder mit dem PHPModul ausgef?hrt werden soll, oder du musst den vHost so einrichten wie die anderen auch, also so das fcgi funktioniert..

Ich versuche es unter folgender URL zu erreichen: http://ip/phpmyadmin

Und als folge kommt eine Download Fenster, der die PHP Datei herunterladen will.

 

Funktionieren andere PHP-Scripte unter dem VHost? Welcher VHost ist es? Wenn phpmyadmin au?erhalb des Froxlor-Verzeichnisses liegt: ExecCGI f?rs Directory drin?

  • Author

Es l?uft unter dem Standard VHost von PHPmyadmin.

Alias /phpmyadmin /usr/share/phpmyadmin

<Directory /usr/share/phpmyadmin>
       Options Indexes FollowSymLinks
       DirectoryIndex index.php
       # Authorize for setup
       <Files setup.php>
           # For Apache 1.3 and 2.0
           <IfModule mod_auth.c>
               AuthType Basic
               AuthName "phpMyAdmin Setup"
               AuthUserFile /etc/phpmyadmin/htpasswd.setup
           </IfModule>
           # For Apache 2.2
           <IfModule mod_authn_file.c>
               AuthType Basic
               AuthName "phpMyAdmin Setup"
               AuthUserFile /etc/phpmyadmin/htpasswd.setup
           </IfModule>
           Require valid-user
       </Files>
       <IfModule mod_php4.c>
               AddType application/x-httpd-php .php

               php_flag magic_quotes_gpc Off
               php_flag track_vars On
               php_flag register_globals Off
               php_value include_path .
       </IfModule>
       <IfModule mod_php5.c>
               AddType application/x-httpd-php .php

               php_flag magic_quotes_gpc Off
               php_flag track_vars On
               php_flag register_globals Off
               php_value include_path .
       </IfModule>
</Directory>

 

wo muss ich da genau das +ExecCGI einf?gen?

erstmal entscheiden, ob du f?r pma auch fcgid nutzen willst oder wieder mod_php. bei zweiterem musst du nix ander config aenderm, nur entsprechendes modul wieder aktivieren

  • Author

?ber fcgid ist es ja um einiges Sicherer, also denke ich ist das die bessere Wahl.

dann musst du f?r pma selbst erstmal einen system-user anlegen und php-fcgid-starter erstellen und eine fcgid-config in dessen vhost einf?gen

  • Author

Ok, danke f?r den Denkanstoss. Hab es hinbekommen.

 

Gru? Lindi

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.