ispCP - Board - Support
Debian PMA not working from ispcp pannle - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: Debian PMA not working from ispcp pannle (/thread-9149.html)



Debian PMA not working from ispcp pannle - kingofkya - 01-10-2010 04:49 PM

AT some point my debian system running ispcp stoped allowing db acces from the ispcp pannle. Yet /pma works fine. so my guss is it a prob with mod_proxy does this file seam right.

Proxy.conf
<IfModule mod_proxy.c>
#turning ProxyRequests on and allowing proxying from all may allow
#spammers to use your proxy to send email.

ProxyRequests Off

<Proxy *>
AddDefaultCharset off
Order deny,allow
Deny from all
Allow from 127.0.0.1
</Proxy>

# Enable/disable the handling of HTTP/1.1 "Via:" headers.
# ("Full" adds the server version; "Block" removes all outgoing Via: headers)
# Set to one of: Off | On | Full | Block

ProxyVia On
</IfModule>