Package: phppgadmin
Version: 4.0.1-2
Severity: normal

Hello,

 When configuring phppgadmin without libapache2-mod-php* installed, but
with cgi-bin working, phppgadmin does not work.

I add to modify my configuration as follows:

Alias /phppgadmin /usr/share/phppgadmin/

<DirectoryMatch /usr/share/phppgadmin/>

Options +FollowSymLinks
AllowOverride None

order deny,allow
deny from all
allow from 127.0.0.0/255.0.0.0
allow from 10.0.0.0/255.0.0.0

<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 On
  php_value include_path .
</IfModule>
<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 On
  php_value include_path .
</IfModule>
<IfModule !mod_php4.c>
  <IfModule !mod_php5.c>
    <IfModule mod_cgi.c>
        AddType application/x-httpd-php .php
        Action application/x-httpd-php /cgi-bin/php
    </IfModule>
    <IfModule mod_cgid.c>
        AddType application/x-httpd-php .php
        Action application/x-httpd-php /cgi-bin/php
    </IfModule>
  </IfModule>
</IfModule>

</DirectoryMatch>

Remark that phpmyadmin does this by default.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages phppgadmin depends on:
hi  apache2                       2.0.55-4.2 next generation, scalable, extenda
ii  apache2-mpm-worker [httpd]    2.0.55-4.2 high speed threaded model for Apac
ii  debconf [debconf-2.0]         1.5.5      Debian configuration management sy
ii  php5-cgi                      5.1.6-3    server-side, HTML-embedded scripti
ii  php5-pgsql                    5.1.6-3    PostgreSQL module for php5
ii  wwwconfig-common              0.0.46     Debian web auto configuration

Versions of packages phppgadmin recommends:
pn  postgresql                    <none>     (no description available)
pn  postgresql-doc                <none>     (no description available)

-- debconf-show failed


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to