Update centos_with_apache.md

Add apache version
This commit is contained in:
Abdulkareem H. Ali 2016-07-21 16:07:01 +01:00 committed by GitHub
parent 86434b79b9
commit 178297650a

View File

@ -309,7 +309,7 @@ Make sure you have the log file in the directory above or remove the log line if
# Final step
Last step is to make /opt/netbox executable so Apache can run
Last step is to make /opt/netbox executable so Apache can run the application from this directory
```
# chmod +x /opt/netbox
@ -319,3 +319,13 @@ Restart apache and you should be good to go.
```
# systemctl restart httpd
```
Apache version:
```
# httpd -v
Server version: Apache/2.4.6 (CentOS)
Server built: Jul 18 2016 15:30:14
```