Skip to main content

All Questions

Tagged with
1 vote
0 answers
20 views

Is there any http header that an http server can use to communicate the maximum request size to an http client?

I have looked all over for this and cannot find an answer so please forgive me if my Google-Fu is just failing me. I currently working with http servers and I was trying to find a protocol-based or ...
utdream's user avatar
  • 569
0 votes
0 answers
7 views

Apache httpd Cache Response 'MISS from myexample.com' Issue

I'm experiencing issues configuring Apache httpd cache. Currently, files are being created in the CacheRoot directory, but I consistently see "MISS from myexample.com" in the response ...
zerodark30's user avatar
0 votes
0 answers
20 views

Apache Static NextJs Site No read index.txt files

When launching the static Next.js site URL, the /ks/home/index.txt file is read. Although the file exists, no response value is received. This causes a problem where the screen appears but global ...
김륜형's user avatar
0 votes
0 answers
27 views

nginx: [warn] 25570#25570: conflicting server name "www.example.com" on 0.0.0.0:80, ignored

I need to migrate my server from a soon expiring Centos 7 VPS running Apache. The new VPS is on Ubuntu 24.04. In addition to migrating the server, I'd like to switch from Apache to Nginx. The ...
zoof's user avatar
  • 159
0 votes
0 answers
17 views

Error Too many redirects when changed from Apache to Nginx

I have migrated my website from Apache to Nginx. I had issue after migration. Current .htaccess configuration: RewriteBase / RewriteRule ^home$ index.php RewriteRule ^file/? do.php?id= [QSA] ...
B Happy's user avatar
  • 31
0 votes
0 answers
44 views

Nginx To Apache Reverse-proxy Endless 301 Redirects

I've spent about 5 hours trying to get a simple nginx to apache2 reverse proxy set up and I get dozens and dozens of redirects. It's a loop that I can't find the cause of. I used grep to recursively ...
CrashDummy's user avatar
0 votes
0 answers
48 views

CakePHP in Subdirectoy on Nginx Reverse Proxy to Docker Running Apache

I have nginx running as a reverse proxy and I am trying to load my CakePHP site on the docker container in a subdirectory. The docker container is running Apache. I do not want the subdirectory in the ...
joshv2's user avatar
  • 80
0 votes
0 answers
8 views

Accept-Ranges different from nginx and apache

Using the default configuration, I get this from nginx curl -I -r 0-1023 http://localhost:8080/example.root HTTP/1.1 206 Partial Content Server: nginx/1.25.5 Date: Tue, 21 May 2024 23:02:29 GMT ...
Ruggero Turra's user avatar
0 votes
0 answers
39 views

Keycloak + Apache containers timeout

I'm trying to start a container that contains apache and keycloak and configure the openoidc in it. This is my docker-compose: version: "3.8" services: frontend: build: ./frontend ...
Victor Magalhães's user avatar
0 votes
0 answers
55 views

Unable to make an API request between two servers

I'm gonna interact with a secure API as my other server on Apache, from my Next.js 14 app with fetch method, getting TypeError: fetch failed and UND_ERR_CONNECT_TIMEOUT. I don't know how it is going ...
Phree's user avatar
  • 29
0 votes
0 answers
25 views

Can't access to /public/ folder en HTTPS

can someone help me with this? So i use ViteJS with react and i have a button to open PDF in new tab. <a href='/pdf/carnival-texts/mypdf.pdf'>Test LINK</a> <a href='FULLLINK/pdf/...
Maïckel khalaf's user avatar
0 votes
1 answer
62 views

Docker cannot run apache and nginx services at the same time on custom domain

First of all, thank you for your valuable answers, I am sharing the docker-compose.yml code with you; I don't have much docker knowledge but I need help because I need to use docker in this project. I ...
j223a's user avatar
  • 1
0 votes
2 answers
52 views

PHP-FPM Container doesn't interpreter PHP code from HTTPD Container

I typed a compose file which run a httpd like a web-server, nginx like a proxy to httpd, and php-fpm like a *.php files interpreter. when I open localhost on browser I can look files on /var/www/html, ...
kostik kostik's user avatar
1 vote
1 answer
121 views

Flask randomly returns user as not logged in when they are

I have a reasonably sized Flask project that works fine when run locally, however, when run via Apache or Nginx Server (locally hosted or externally hosted) users will occasionally be prompted that ...
Reuben's user avatar
  • 69
0 votes
0 answers
28 views

Can't serve django App behind Apache + Nginx

I have a Django App that I'm trying to deploy on our dev server through a domain name. Our dev server uses apache, while I use nginx to serve my app and static/media files. If I deploy it locally on ...
Volpym's user avatar
  • 161

15 30 50 per page
1
2 3 4 5
132