https://bugs.contribs.org/show_bug.cgi?id=11043

Brian Read <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |IN_PROGRESS

--- Comment #3 from Brian Read <[email protected]> ---
Editted /etc/httpd/conf/httpd.conf to takeon link to php-fpw:

<Directory /usr/share/phpMyAdmin>
    SSLRequireSSL
    Options -Indexes
    AllowOverride None
    order deny,allow
    deny from all
    allow from 127.0.0.1 192.168.100.0/255.255.255.0 
    Satisfy all
    AddType application/x-httpd-php .php .php3
<FilesMatch .php$>
        SetHandler "proxy:unix:/var/run/php-fpm/php74.sock|fcgi://localhost"
</FilesMatch>

    #php_flag  magic_quotes_gpc  on
    #php_flag  track_vars        on
    #php_admin_value open_basedir
/usr/share/php:/usr/share/phpMyAdmin:/etc/phpMyAdmin:/var/lib/phpMyAdmin
    #php_admin_value session.save_path /var/lib/phpMyAdmin/tmp
    #php_admin_value post_max_size 100M
    #php_admin_value upload_max_filesize 100M
    #php_admin_value memory_limit 500M
    #php_admin_flag session.use_trans_sid 0
    #php_admin_value upload_tmp_dir /var/lib/phpMyAdmin/tmp
</Directory>

and get login screen.

Note php74, when it was php$version I got this error message:

[proxy:error] [pid 1299] (2)No such file or directory: AH02454: FCGI: attempt
to connect to Unix domain socket /var/run/php-fpm/php$version.sock (*) failed

Where is $version defined?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to