Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
Dennisen, sorry for the delay with reply. I see no reasons how the courier-imap package reinstallation could brake Custom View Settings functionality. I suppose it was already broken or bootsrapper.sh repair broke it - it the last case it usually indicates broken installation. Haven't you...
1. /var/www/vhosts/domain/httpdocs/index.php - domain is very strage looking domain name, how did you create it?
2. (13)Permission denied: - is there something in audit.log? Is selinux enforced?
No, I mean only that it's not a bug but a feature request. As I see IgorG had already reported it.
BTW:
C_Bird, did you disabled Panel updates? Disabling Panel updates is a bad practice. And it will not help because DNS zone file will be overwritten on every action modifying DNS zone in the...
Actually no. But I needn't. Thanks.
The idea is described there in phrase:
'Names that are not host names can consist of any printable ASCII character.'
but the problem is that for CNAME both and name and value are host names. That's why common way for DKIM implementation is using TXT records.
After
# /usr/local/psa/admin/sbin/httpdmng --reconfigure-all
the error
httpd: Syntax error on line 210 of /etc/httpd/conf/httpd.conf: Syntax error on line 6 of /etc/httpd/conf.d/zz010_psa_httpd.conf: Syntax error on line 10 of...
Hello, could you please specify which one RFC recommends this?
I found nothing in RFCs updating http://tools.ietf.org/html/rfc1035 mentioned such changes.
Thanks in advance.
Strange on clean debian with Plesk 11.0.9 I installed:
# apt-get install libapache2-mod-fastcgi
modified fastcgi.conf:
# cat /etc/apache2/mods-available/fastcgi.conf
enabled the module and disabled fcgid in the apache configuration
add custom templates as I wrote above...
Try to switch webmail status for the domain and reconfigure all configs again. Or switch webmail to another if not help. Possible you encountered some db inconsistency.
Ok. It's clear for me now that you meant not "How to enable FastCGI" but how to use "mod_fastcgi instead of mod_fcgid". I'll report this as a feature request.
BTW: didn't you try to modify custom apache template as Alexey.Plotnitsky recommend in the thread APC with FastCGI - uptime 0 ?
I...
===
mod_fcgid.so is the fastcgi module compiled for your system and packed into the psa-mod_fcgid package.
It's enabled by default and you don't need to compile and enable any another mod_fastcgi module! You already have it.