Task: 2026-05-01-fm-deploy-probe-001.txt
Status: success
Time: 2026-05-01T12:12:01Z
Summary: The active document root is configured as /mnt/ext_ssd/html in /etc/httpd/conf/httpd.conf, not the default /var/www/html. No Finance Manager files were found in standard locations. The next fix should involve checking /mnt/ext_ssd/html for the application files or searching the entire SSD for the application source code.

## Step 1 — Basics
whoami output:
ciaran

pwd output:
/

ls -la /var/www/ output:
total 16
drwxr-xr-x.  4 root root 4096 Apr 15 15:40 .
drwxr-xr-x. 21 root root 4096 Apr 15 15:40 ..
drwxr-xr-x.  2 root root 4096 Dec  9 00:00 cgi-bin
drwxr-xr-x.  2 root root 4096 Dec  9 00:00 html

ls -la /var/www/html/ output:
total 8
drwxr-xr-x. 2 root root 4096 Dec  9 00:00 .
drwxr-xr-x. 4 root root 4096 Apr 15 15:40 ..


## Step 2 — Active vhost
apachectl: The "-S" option is not supported.


## Step 3 — Configured document roots
/etc/httpd/conf.d/welcome.conf:# is no default index page present for the root URL.  To disable the
/etc/httpd/conf/httpd.conf:# httpd as root initially and it will switch.  
/etc/httpd/conf/httpd.conf:# DocumentRoot: The directory out of which you will serve your
/etc/httpd/conf/httpd.conf:DocumentRoot "/mnt/ext_ssd/html"
/etc/httpd/conf/httpd.conf:    # access content that does not live under the DocumentRoot.


## Step 4 — Search results



## Step 5 — Candidate directories
NO APP FILES FOUND


## Step 6 — Curl headers
--- Curl -I http://localhost/ ---
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  0  8608    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
HTTP/1.1 403 Forbidden
Date: Fri, 01 May 2026 12:12:02 GMT
Server: Apache/2.4.66 (Fedora Linux)
Last-Modified: Fri, 25 Apr 2025 03:17:37 GMT
ETag: "21a0-63391c6b09640"
Accept-Ranges: bytes
Content-Length: 8608
Content-Type: text/html; charset=UTF-8


--- Curl -I http://localhost/index.php ---
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
HTTP/1.1 404 Not Found
Date: Fri, 01 May 2026 12:12:02 GMT
Server: Apache/2.4.66 (Fedora Linux)
X-Powered-By: PHP/8.4.20
Content-Type: text/html; charset=UTF-8



