• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue server.conf / access_compat / Order allow,deny / Plesk 17.8.11

LTUser

Regular Pleskian
Hello,

We have updatet to Plesk 17.8. stable.

Apache2 wont restart. (fixed).

Why?
we don't use access_compat, we don't need it and have no more "Order allow, deny" in any configuration.
Hint:
Server version: Apache/2.4.18 (Ubuntu)
Server built: 2018-06-07T19:43:03
After Upgrade "Order allow, deny" is back in /etc/apache2/plesk.conf.d/server.conf. Why!?


BeforeUpgrade:
ServerName "default"
UseCanonicalName Off
DocumentRoot "/var/www/vhosts/default/htdocs"
ScriptAlias /cgi-bin/ "/var/www/vhosts/default/cgi-bin"

<IfModule mod_ssl.c>
SSLEngine off
</IfModule>

<Directory "/var/www/vhosts/default/cgi-bin">
AllowOverride None
Options None
Require all granted
</Directory>

After Upgrade:
ServerName "default"
UseCanonicalName Off
DocumentRoot "/var/www/vhosts/default/htdocs"
ScriptAlias /cgi-bin/ "/var/www/vhosts/default/cgi-bin"

<IfModule mod_ssl.c>
SSLEngine off
</IfModule>

<Directory "/var/www/vhosts/default/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>

This is in all other of Sections the same.
Sorry for my bad English ;)
 
Back
Top