ytmusic Posted October 17, 2022 Posted October 17, 2022 Hi admin, I am not able to change home page for a nodejs app. trying to add "Document Root" in plesk. but it is showing "Error: Unable to change document root: Permission denied." Please help me to fix this issue. Few more queries about nodejs. 1. Is it possible to use sqlite3 as embedded database for nodejs.? 2. Can i listen on port 8080 for incomming requests.? Thanks.
wolstech Posted October 17, 2022 Posted October 17, 2022 You can't change the docroot of a domain at the moment since domain management is turned off due to the DNS integration not being finished. What domain needs its docroot changed, and what should be the doc root for that domain? As for the other questions: 1. Sqlite databases are just a file, there's no server component, so you should be able to use it assuming your node app contains/has access to a sqlite library for working with those files. If there's something that needs to be installed server side for it, Krydos may be able to install it. 2. No. You need a VPS for that. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now