Skip to main content

All Questions

Tagged with
1 vote
0 answers
65 views

Multiple requests being made from a single click

There is a duplicate request issue that affects staff members at our company. I am unable to replicate it in our development environment (or in production for that matter, but I work from home so ...
Antonio Agiste's user avatar
0 votes
0 answers
34 views

disable auth for OPTIONS method in apache

We have third party authentication and it was configured in apache.conf as below. <Location /myapi> MyRequireAuth on </Location> means, when anyone send request to /myapi, it has to be ...
Nilesh's user avatar
  • 21k
1 vote
0 answers
38 views

How to configure WebSocket with Apache + Ratchet + SSL + Laravel?

I have a problem with a websocket server. It's also my first time with this tech. I'm using: Apache Ratchet (PHP) SSL (HTTPS on 443 as usual) There is also a Laravel server, which probably change the ...
DeveCout'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
1 vote
0 answers
18 views

Serving JavaScript with Xampp on Windows

I am using Xampp (PHP 8.1.6, Apache 2.4.53) on Windows 11 for development work. I have a JavaScript file (stock standard minified JQuery) which is not running on my page when it is served from the ...
Nicolas's user avatar
  • 412
0 votes
0 answers
66 views

How to deploy nextjs14 app on server with pm2 and apache

I built a nextjs14 app that's essentially a to do list. It sends post and get requests to a mysql database to update the database and get data. I want to deploy the app to a rhel server and serve it ...
Harry Z. Huang's user avatar
0 votes
0 answers
29 views

404 Occurrence Problems When Deploying a react project to Apache

If you build a small project that you made after learning the react for the first time, upload files and folders to the Apache server, and access them Unexpected Application Error! 404 Not Found It ...
JungsuRy'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
1 vote
1 answer
39 views

space between my input bars, it just jumbos them all together which is something i dont want

<div class="row" style="margin-bottom: 0.1cm"> <div class="col-xs-4"> Fuel temp probe cap: ...
Forward_opinion8661's user avatar
0 votes
0 answers
35 views

Dynamic Routing in Vue.js, not found

I have this index.js file for routing and arranged /game/:game for dynamic routing. import { createRouter, createWebHistory } from "vue-router"; import HomeView from "@/views/HomeView....
codemonkey's user avatar
0 votes
0 answers
17 views

Apache on Jammy

I'm running Apache/2.4.52 (Ubuntu) on two desktops/servers with Ubuntu 22.04.3 LTS (jammy) in two different locations. One of the locations has a NAS drive, which is mounted as NFS by both of the ...
Mohsen Shabanian's user avatar
0 votes
2 answers
64 views

Getting Failed to Load resources on Apache webserver requesting files without file extension

I am trying to implement a small tetris base game i found on github into my webserver but the images for the tiles are not loading into the game and in the console it says failed to load resouce 404 ...
Gabriel ashmore's user avatar
0 votes
0 answers
58 views

Xampp apache server is not fetching glsl files?

Basically I have a problem in my xampp apache server where's its not loading the glsl files as you can see here: As you can see, those files are all next to each other, however when I run it in the ...
Union Lord's user avatar
0 votes
0 answers
81 views

Failed to download file from the URL. The server committed a protocol violation. Section=ResponseHeader Detail=Content-Length header value is invalid

I'm facing an issue with downloading a file from a specific URL when using a desktop browser, while it works perfectly on a mobile device (Chrome browser). I've thoroughly tested this in multiple ...
Mehadi Hasan's user avatar
0 votes
1 answer
333 views

apache 2 script-src permission issue in content security policy

I need to implement a content security policy for a customer. Everything works well except for the js scripts. I need to allow external js scripts. Code in my vhost apache : Header set X-Content-Type-...
Laurent Fourny's user avatar

15 30 50 per page
1
2 3 4 5
89