Skip to main content

All Questions

Tagged with
0 votes
0 answers
28 views

Apache2 - protect only directory but not subdirectory

I'm trying to host a webserver with Apache2 on Debian 12. I want to limit access to webserver/dir1 with a password promt. This already works. My issue is, that webserver/dir1/subdir1 has to be ...
T0xxic's user avatar
  • 21
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
34 views

Apache RewriteCond multiple ip not working

I have a problem with my .htaccess file which looks like this : <IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ...
ss10's user avatar
  • 91
0 votes
0 answers
23 views

HTTP 413 error uploading large file on apache

Using django-filer admin file manager to upload 2GB large file. On the same windows machine, works OK in vscode development environment, but return http 413 on apache ssl enabled http server. And ...
Jian Zheng's user avatar
0 votes
1 answer
50 views

Java client + Apache HTTP server + GZIP Compression/Decompression

I want to compress HTTP traffic via gzip content-encoding http header, both on requests and responses. I'm able to receive compressed data from the HTTP server and to decompress it, but if I try to ...
Francesco Rizzi's user avatar
0 votes
0 answers
17 views

Will not run on postman no json response

When I run my code the specific json output does not show. For example like this: { "id": 1, "name": "John Doe", "email": "[email protected]", &...
Ayz C's user avatar
  • 1
0 votes
1 answer
20 views

URL rewrite is not functioning in Apache Server properly

We are experiencing an issue with a URL rewrite that is not functioning correctly. The rule is as follows: RewriteRule ^/?$ "https://%{HTTP_HOST}/xx/xxx#/login" [R=301,L] However, the URL is ...
jonnee_l's user avatar
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
38 views

Apache web server port redirection

I know this is not the first posted question on this topic, but I was hoping to find someone to help me better understand if there are possible solutions to the problem. Also, I wanted to start being ...
Lorenzo Panebianco's user avatar
0 votes
1 answer
26 views

Apache deadlock when writing in file

I'm using Apache v2.4.56 on Solaris, with libapr 1.6.2. When starting it, it spawns 5 httpd processes. Now from time to time the server get locked and is not accepting requests anymore. It's even ...
Marc's user avatar
  • 998
0 votes
0 answers
39 views

Using Apache to Proxy HTTP Requests to HTTPS for Legacy Win32 EXE without SSL Support

I have a Win32 exe program installed on hundreds of clients. This application makes an HTTP API call to retrieve information about an address based on the provided ZIP code. The exe calls an address ...
alijunior's user avatar
  • 327
0 votes
0 answers
20 views

Website still sends HTTP request while configured to have all requests coverted to HTTPS in Apache script file

So we are setting up a website that involves displaying maps. We're generating customized mbtiles files using base mbtiles files from openmaptiles, and serving them with tileserver-Gl on our server. ...
Herbie's user avatar
  • 1
0 votes
0 answers
124 views

Update httpd-apach 2.4.37 to 2.4.38 error on centos 8

The latest version of Apache httpd for Centos 8 I can find is 2.4.37 from the Centos 8 AppStream Repository, unless I download the source code direct from Apache and compile. I understand self ...
Chhunnet Leng's user avatar
0 votes
1 answer
44 views

Trying to get to a secure url reverse proxying apache with nginx on dockerized vite application on remote server

Ok im going to try my best to detail my situation. Honestly spent a couple days with no success but I think I may not be too far off. So i have deployed a vite-react app on my remote server, which is ...
Aerius's user avatar
  • 23
1 vote
1 answer
98 views

Files with special characters in their file name load locally but not live

I converted a Drupal website to a static site using sitesucker (Mac tool). I am running MAMP 6 locally. Some images are missing live, probably because of an encoding issue. For instance, I have this ...
Alex's user avatar
  • 10.1k

15 30 50 per page
1
2 3 4 5
141