All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
24 views

Is there a tool like ClamAV to scan PHP and JS files?

We're offering a shared web hosting service, where many websites live on the same server. Since a lot of people don't update their stuff, they get pirated all the time. Now, the websites are ...
leftcursor's user avatar
0 votes
1 answer
133 views

PHP openssl encryption aes-256-cbc and decryption using NODEJS

I have a PHP script used to encrypt data with openssl_encrypt() and the aes-256-cbc algo. Encryption/Decryption works well using PHP, it's an old script. I've been trying to decrypt the datas using ...
Givre's user avatar
  • 59
-2 votes
1 answer
38 views

Server with scalability for real-time collaboration and editing [closed]

I am here, to ask for absolute input. I have setup a local Apache Server with PHP 7.2 (currently), I am aware newer PHP exists. I know PHP and Python, I also know Node.js (server/back-end). With Node....
Alix Blaine's user avatar
0 votes
0 answers
211 views

How to Serve Nodejs Application from sub directory with PHP Application on root?

I have php running in root directory and wants to run a microservice built with nodejs in subdirectory. I did some configurations but the css/js/images are showing 404 not found. Below the nginx ...
gurupal singh's user avatar
1 vote
1 answer
570 views

What is the major difference between AWS Elastic Beanstalk & Docker. Which one should i use?

I just started learning about Amazon elastic beanstalk, and it seems very good and useful. However, it seems like Docker can be used for the same thing. AWS EB let's you create environments in Node....
samceena's user avatar
  • 161
1 vote
1 answer
237 views

Developing with Git and SSH access on AWS Elastic Beanstalk

We are using EC2 to develop one of our application and we are using Git and SSH to access our EC2 server and deploy files. Unfortunately, AWS breaks some data, changes IP addresses and make other ...
Epsiloncool's user avatar
-2 votes
1 answer
812 views

List of most popular server side web hosting languages? [closed]

I am looking for some online resources providing statistics, or at least ranking, of server-side installations based on the language (and maybe version and environment). We are trying to choose the ...
Gregory Magarshak's user avatar
0 votes
1 answer
2k views

Cannot cURL to NodeJS, but can access it from browser

I can access my test Node site (http://18.220.168.1:8888) from a browser just fine. However, when I attempt to cURL using PHP's cURL, I get: Array ( [curl_error] => Failed to connect to 18....
James's user avatar
  • 113
0 votes
1 answer
135 views

Is it a security risk to run a local node server next to public web api?

I am currently running a public web api that runs on PHP. I was thinking of adding a local node server with which the PHP can interact. It would allow me to do stuff like passing off long running ...
CantThinkOfAnything's user avatar
0 votes
2 answers
2k views

How do I make PHP store sessions in redis on RHEL/CentOS?

Have some development and staging VM's running RHEL 7.2 with PHP5.6 via webtatic repo. Have both Apache w/PHP and Node.js running fine. Have redis deamon running fine. Have not found a good best ...
rickatech's user avatar
  • 141
0 votes
1 answer
315 views

What happens when you make a HTTP request from 1 HTTP server on a VPS to another HTTP server on the same VPS?

I have 2 HTTP servers running on 1 VPS. If I make a HTTP request from 1 to the other. What happens exactly? Does it go through the internet and back? Or is it handled within the VPS? Hosting: Digital ...
Jeff's user avatar
  • 233
-2 votes
1 answer
88 views

Shared hosting vs VPS [closed]

I am looking at the shared hosting vs VPS plans, and I see that although VPS is much more expensive, I have only limited storage. Whereas in shared hosting I have unlimited storage? Why is this? What ...
Sab's user avatar
  • 1
18 votes
6 answers
1k views

Any ideas on how to run maintenance on a site that is always under use?

I help out with a large gaming site in Australia. We run competitions from 7am local time to 1am the next day, every day of the week. We haven't skipped a day since the site was released. Naturally, ...
cheese5505's user avatar
0 votes
0 answers
872 views

nginx - reverse proxy for Apache and Socket.io on a SSL enabled site

My SSL secured web application consists of Apache server (PHP) and NodeJS (Socket.io). To overcome the issue of blocked ports on various networks, I decided to use nginx for redirecting the requests ...
Keval's user avatar
  • 101
0 votes
1 answer
491 views

Installing node.js on a PHP App Server (OpsWorks)

I have a PHP App Server running Ubuntu 14.04 with a stack that contains an ELB, the server, and a MySQL RDS. All of this is working as expected, but to finalise my deployment I need to install node.js....
J Young's user avatar
  • 131
1 vote
1 answer
3k views

Running PHP and Node.js on the same Nginx server

is it possible to run PHP and Node.js on the same Nginx Server and VPS? I already manage to make nginx as reverse proxy for node.js but my question is how to run it alongside with PHP? I want node.js ...
Port 8080's user avatar
  • 123
2 votes
0 answers
265 views

nginx with php and two node.js routes

I have two routes i want to pass two node processes(websocket route, angular app), while a 3rd route needs to pass to a php application that acts as a rest api to the angular app. i'm not terribly ...
r3wt's user avatar
  • 202
0 votes
0 answers
777 views

Nginx PHP index.php rewrite not allowing proxy pass to '/writing'

What I'd like: I want to have the laravel site show unless it's for /writing. In that case I want it to proxy pass anything in that subdirectory to a nodejs site. What happens: The laravel site ...
cmp's user avatar
  • 101
0 votes
2 answers
1k views

Should i separate MYSQL from PHP and NODE JS to another server

I am a PHP Programmer and working on community website. I am using Apache NodeJS Php and Mysql on server: 24GB RAM Intel i7 950 8Cores 8Threads 3.06GHz, 120GB SSD HDD 12GB SWAP (dedicated server) OS: ...
user3420783's user avatar
2 votes
2 answers
272 views

Does nodejs depend on apache common/util files?

I'm wondering if nodejs depends on apache common/util files? As I remember php requires and depends on some apache common files. So the question is: Does nodejs has built-in web serving functionality ...
Darkhan's user avatar
  • 121
2 votes
1 answer
2k views

Long Polling Options: Nginx, PHP, Node.js

Also posted here: https://stackoverflow.com/questions/8839295/long-polling-options-nginx-php-node-js I'm designing a long-polling app to broadcast small changes very rapidly to, possibly, a large ...
thelastshadow's user avatar
0 votes
1 answer
766 views

nginx, php-fcgi, VBulletin, Wordpress & Node.js

CompassionPit.com is a Node.js app. The CompassionPit blog is WordPress and the CompassionPit forum is VBulletin. Everything was working fine and dandy until I installed the VBseo plugin for ...
Zack Burt's user avatar
  • 201