22 lines
254 B
Markdown
22 lines
254 B
Markdown
# httpd
|
|
|
|
|
|
|
|
Version:
|
|
|
|
```bash
|
|
$ httpd24 -v
|
|
Server version: Apache/2.4.46 (Unix)
|
|
Server built: Apr 19 2021 14:41:36
|
|
```
|
|
|
|
Log:
|
|
|
|
```bash
|
|
cd /var/log/httpd/
|
|
|
|
-rw-rw---- 1 system log 383317 Aug 25 14:21 apache24-error_log
|
|
bruno@DS916:/var/log/httpd $
|
|
```
|
|
|