Issue
- AccelerateWP could not recognize WordPress instance on DirectAdmin enabled server
- AccelerateWP doesn't show any WordPress websites while almost all sites on the server are WordPress
- Python application cannot be restarted.
- NodeJS cannot find ".htaccess" file in home directory
ERROR:[Errno 2] No such file or directory: '"/home/exampleuser/domains/example.com/public_html"/.htaccess'{"result": "success", "timestamp": 1704705406.8838272}
Environment
- CloudLinux
- AccelerateWP
- DirectAdmin > 1.657
- Python Selector
- NodeJS Selector
- alt-python27-cllib < 3.3.11-1
Solution
Update alt-python27-cllib to version 3.3.11-1 or higher.
Alternatively, as a workaround, remove quotes "
from the DocumentRoot
path value in: /usr/local/directadmin/data/users/exampleuser/httpd.conf
The following command could be used:
# sed -i.bak -e '/DocumentRoot/s/\"//g' /usr/local/directadmin/data/users/*/httpd.conf
Cause
Internal product issue CLPRO-1613
Comments
0 comments
Please sign in to leave a comment.