Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

Tagged with
0 votes
0 answers
25 views

AH00951: HTTP: backend socket is disconnected in apache2 logs

Hi i'm using a reverse proxy for my node.js api's as configured by a fiverr devops gig. here is my api.domain.conf: <VirtualHost *:80> ServerName api.domain.net RequestReadTimeout header=...
Gowri Shankar's user avatar
0 votes
0 answers
21 views

Passing per-request Apache environment variables to Node app

I'm authenticating to Shibboleth IdP using Apache mod_shib and ProxyPass to access a Node application running NestJS. SAML attributes are released as environment variables (strongly preferred) or HTTP ...
orlb's user avatar
  • 1
0 votes
1 answer
24 views

Why node app returning 404 error over ssl?

I'm running node app on vps server in subdomain, while running vue app in public_html folder. installed easyapache passenger to run node app. also installed same ssl certificate for both main and ...
RRR's user avatar
  • 707
1 vote
1 answer
185 views

PHP / Apache / Node / Puppeteer - Error: Failed to launch the browser process

Node.js v20.11.1 PHP 7.4.33 chrome/linux-124.0.6367.91 Edit/TLDR: After more research, when I run via the command line, chrome is putting files in my home directory under .config/google-chrome-for-...
developer981's user avatar
0 votes
0 answers
61 views

Maildev starts without CSS and JS in Red Hat Enterprise Linux 8.9 Ootpa

I use putty to acces to remote VM for my php project and i want to install maidev whoami : root OS : Red Hat Enterprise Linux 8.9 Ootpa trace: npm install -g maildev npm list -g maildev => /...
Khaled Boussoffara's user avatar
0 votes
0 answers
45 views

How to deploy next.js 14 application on namecheap vps with no nodejs setup tool

I have a namecheap VPS host that uses : AlmaLinux v8.10.0 STANDARD kvm cPanel Version 120.0.9 and I have a problem in deploying my nextjs application in it . I followed this guide : https://docs....
Khaldoun Al Halabi's user avatar
0 votes
1 answer
63 views

Reverse Proxy with Apache for Node.js

I've been trying for hours (unsuccessfully) to get a reverse proxy via Apache for my Node.js application. The application is Send https://gitlab.com/timvisee/send I am almost at the end of my rope, ...
Koby's user avatar
  • 3
0 votes
0 answers
47 views

Reverse Proxy on Apache (Xampp) to node app not working

I have a xampp (lampp) running on a linux machine (RHEL9) hosting several applications. Normally the users access the applications by using the Server IP/appName. All these applications reside inside ...
Anon_1100's user avatar
0 votes
1 answer
46 views

Configuration .htaccess file for NodeJS deployment

I want to deploy my NodeJS app on a remote Apache server, but i don't know what .htaccess configuration do i need to for the my code to work on the server, i've tried this but it doesn't work as ...
johnny shepherd's user avatar
1 vote
1 answer
26 views

Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client Nodejs-grafana

I made a node js express code that allow me to connect to a server ( reverse proxy ) from apache , so I made this script to when I go to the url it logged in automatically , but it display this error :...
mohamed yassine's user avatar
0 votes
2 answers
52 views

NodeJS download gets stuck

I am trying to download a zip from my Apache server using NodeJS. When I try to download the zip, it downloads about 500KB of the 8MB of the zip and then just stops downloading it. The NodeJS process ...
Luuk's user avatar
  • 721
1 vote
1 answer
35 views

Apache Alias and proxy pass in the same domain

I have a issue with vhost configuration in Apache/2.4.58 I have a NodeJs frontend and laravel api backend. This is my vhost: <VirtualHost *:443> ServerName backend.mydomain.com ...
fabrix's user avatar
  • 31
0 votes
1 answer
32 views

Not secure error after implementing SSL certificate in apache and nodejs

My project architecture is as below. There is two server - web server(Linux) and app server(Ubuntu). My react frontend and nodejs backend are deployed on appserver. And apache(httpd) is installed at ...
Amit Pandey's user avatar
0 votes
0 answers
44 views

Which account to install Node under for PHP Shell_exec?

I'm using Amazon Linux 2023 with Apache/PHP and I'd like to shell_exec to node.js. How do I install node.js to make it available to PHP? PHP runs under apache account? Do you install node under the ...
user1594257's user avatar
0 votes
0 answers
99 views

run node js program which uses puppeteer from a php script

I have a php code test1.php <?php $command = "node node1.mjs"; //Execute the Node.js script $output = shell_exec($command); // Display the output echo "<pre&...
neelam's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
70