Skip to content

Commit d8b0683

Browse files
authored
Merge pull request #48 from boegel/httpd_squid_status
add info on how to check on httpd + squid service status
2 parents b589480 + 373cda5 commit d8b0683

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/03_stratum1_proxies.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,18 @@ sudo systemctl enable httpd
122122
sudo systemctl enable squid
123123
```
124124

125+
To make sure both the Apache and Squid services are running, you can check with:
126+
127+
```bash
128+
sudo systemctl status httpd
129+
```
130+
and
131+
```bash
132+
sudo systemctl status squid
133+
```
134+
135+
Look for `active (running)` (in green) in the output.
136+
125137
### 3.1.4 DNS cache
126138

127139
As the GeoAPI on a Stratum 1 server does a lot of DNS lookups, it is recommended to have a local DNS caching service on that same

0 commit comments

Comments
 (0)