Jump to content

Nodejs error in tommy server


ytmusic

Recommended Posts

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.

 

Link to comment
Share on other sites

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.

  • Thanks 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...