Category Archives: PHP/Perl/Python

How to call Java executable from PHP?

For PHP to find Java and see related environment variables you need to set the variables explicitly in your PHP code or use Java related variables predefined in your .bashrc or similar shell resource file. As fastcgi subprocesses do not … Continue reading

Posted in Java, PHP/Perl/Python | Leave a comment

Install node.js on a cPanel based shared hosting account

See how to install node.js on a cPanel account alongside your JVM and appserver. Node.js is event-driven, asynchronous I/O server-side JavaScript environment based on V8 engine. On request you wil be assign a dedicted port or ports to use with … Continue reading

Posted in Control Panels, PHP/Perl/Python | 2 Comments