Hi,
How can I run nodejs and wordpress (Apache-PHP) on port 80.
Basically, I need to run nodejs web-app on xxxxxx.com
and wordpress web-app to be run xxxxxx.com/blog.
How can I this configuration.
Thanks a lot?
Hi,
I have install nodejs and mysql..
Node js and MYSQL is running fine.
For node/npm, I have ran:
apt-get install nodejs
apt-get install npm
But, after installing node-module -g (globally) express and forever.
expres...