Jump to content
Froxlor Forum
  • 0

phpmyadmin problem


marcus0023

Question

Hallo ,

 

ich habe auf meinen Server nun Debian mit Froxlor und Fcgi klappt alles wunderbar jedoch wenn ich phpmyadmin ?ffne und mich einloggen will kommt er das er eine php datei downloaden will ..

 

kann mir da jemand helfen ?

 

Ich bitte um Hilfe mit Schritt f?r Schritt anweisungen.

 

Gru? Marcus

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Hallo Marcus,

wenn es bei den Kunden funktioniert, scheint es einen Fehler in deiner FCGI-Konfiguration zu geben oder die Berechtigungen sind falsch.

Ich habe mir daf?r einen Nutzer mit dem Namen "web" angelegt und installiere phpmyadmin zu diesem Kunden.

web.xyz/phpmyadmin oder phpmyadmin.web.xyz

Stefan

Link to comment
Share on other sites

hallo

 

ich bin nun soweit das ich wohl in der phpmyadmin.conf folgendes einbauen soll ... nur wenn ich das mache passiert nichts. :(

 

# phpMyAdmin default Apache configuration

 

Alias /phpmyadmin /usr/share/phpmyadmin

 

<Directory /usr/share/phpmyadmin>

Options FollowSymLinks

DirectoryIndex index.php

FCGIWrapper /var/www/php-fcgi-scripts/froxlor.panel/server.de/php-fcgi-starter .php

Options +ExecCGI

Order allow,deny

allow from all

 

<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>

 

# Authorize for setup

<Directory /usr/share/phpmyadmin/setup>

<IfModule mod_authn_file.c>

AuthType Basic

AuthName "phpMyAdmin Setup"

AuthUserFile /etc/phpmyadmin/htpasswd.setup

</IfModule>

Require valid-user

</Directory>

 

# Disallow web access to directories that don't need it

<Directory /usr/share/phpmyadmin/libraries>

Order Deny,Allow

Deny from All

</Directory>

<Directory /usr/share/phpmyadmin/setup/lib>

Order Deny,Allow

Deny from All

</Directory>

Link to comment
Share on other sites

Archived

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



×
×
  • Create New...