• 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.

editing httpd.conf

L

LexI

Guest
I had a custom shopping cart system built for my site, but we have since discarded it. Unfortunately, the people who coded it inserted code into httpd.conf to require a password for accessing the /admin directory, and that is still active and interfering with current operations.

/var/www/vhosts/mydomain.com/conf/

Here is the text that was inserted into httpd.include :

Code:
<LocationMatch "/admin*">
AuthName "Need Password"
AuthType Basic
AuthUserFile /var/www/vhosts/mydomain.$
require valid-user
</LocationMatch>

My knowledge of Linux and Plesk is limited. I've found instructions on the web about how to add code to httpd.conf by using a vhost.conf file, but nothing about how to remove such code.

How do I get rid of it?
 
Back
Top