Hello,
I am installing the Apache web server on Rocky Linux 10. When I check the status of the httpd, the result is:
● httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; preset: disabled)
Active: active (running) since Mon 2025-07-07 12:44:16 CEST; 5s ago
Invocation: 4bdafd352517432182f80268013eee79
Docs: man:httpd.service(8)
Main PID: 1326 (httpd)
Status: “Started, listening on: port 80”
Tasks: 177 (limit: 22972)
Memory: 14.1M (peak: 14.2M)
CPU: 160ms
CGroup: /system.slice/httpd.service
├─1326 /usr/sbin/httpd -DFOREGROUND
├─1361 /usr/sbin/httpd -DFOREGROUND
├─1362 /usr/sbin/httpd -DFOREGROUND
├─1363 /usr/sbin/httpd -DFOREGROUND
└─1364 /usr/sbin/httpd -DFOREGROUND
Jul 07 12:43:16 rl10.srv.lan systemd[1]: Starting httpd.service - The Apache HTTP Server…
Jul 07 12:43:16 rl10.srv.lan (httpd)[1326]: httpd.service: Referenced but unset environment variable evaluates to an empty string: OPTIONS
Jul 07 12:44:16 rl10.srv.lan systemd[1]: Started httpd.service - The Apache HTTP Server.
Jul 07 12:44:16 rl10.srv.lan httpd[1326]: Server configured, listening on: port 80
I found a way of dealing with the problem " httpd.service: Referenced but unset environment variable evaluates to an empty string: OPTIONS".
Is it possible to solve it in order not to face it again?