Bug 69238 - File not found under directories "with spaces" attachment shows New Folder
Summary: File not found under directories "with spaces" attachment shows New Folder
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_proxy_fcgi (show other bugs)
Version: 2.4.61
Hardware: PC Linux
: P2 minor (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-01 22:13 UTC by Barry Dick
Modified: 2024-08-02 00:04 UTC (History)
0 users



Attachments
directory with spaces are showing up non-responsive (File not found) (81.37 KB, image/png)
2024-08-01 22:13 UTC, Barry Dick
Details
testing same directory but with no spaces (31.90 KB, image/png)
2024-08-01 22:14 UTC, Barry Dick
Details
image showing spaces valid if the folder has url encode space (21.36 KB, image/png)
2024-08-01 23:27 UTC, Barry Dick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Barry Dick 2024-08-01 22:13:22 UTC
Created attachment 39833 [details]
directory with spaces are showing up non-responsive (File not found)

I am using WSL to manage my sym links (/mnt/c/www) and root directory under /var/www ... When I create a new directory with spaces, or found existing folders with spaces, they would not open spaces. The only thing that stood out in the var log was that it was %20 to represent the space found in the link.

But I get a file not found. I'm using fpm-cgi to manage my php requests with apache2. The only determinable reason I found this as a bug is how basic it is, and pages that worked no longer worked. "After a previous update". And that after renmaing the directory with no space, the site begins to work.

I know I use Debian on WSL2 and the apache2 Server version: Apache/2.4.61 (Debian)
Server built:   2024-07-07T12:53:54

My example is in the root, but this affects followsymlinks as well.

Barry
Comment 1 Barry Dick 2024-08-01 22:14:38 UTC
Created attachment 39834 [details]
testing same directory but with no spaces
Comment 2 Barry Dick 2024-08-01 23:27:49 UTC
Created attachment 39835 [details]
image showing spaces valid if the folder has url encode space