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

--- Comment #3 from Brian Read <[email protected]> ---
Updated /etc/httpd/conf/httpd.conf to:

# This is the location of the UnJunk web interface
AddHandler cgi-script .pl
Alias /unjunkmgr /usr/local/unjunkmgr

<Directory /usr/local/unjunkmgr>

#       AddType application/x-httpd-php .php
#       Options FollowSymLinks
#       Options +ExecCGI

    Options +FollowSymLinks
    AllowOverride All

     <FilesMatch \.php$>
        order deny,allow
         SetHandler "proxy:unix:/var/run/php-fpm/php74.sock|fcgi://localhost"
     </FilesMatch>

        order deny,allow
        deny from all
        allow from 127.0.0.1 192.168.100.0/255.255.255.0

</Directory>

Seems to work!

-- 
You are receiving this mail because:
You are the QA Contact 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