Merge pull request #4206 from un-clouded/master
Small fix for Apache virtual server configuration instructions.master
commit
501d6a6d01
|
@ -64,8 +64,8 @@ Apache can be configured as folder "/zm" using sample .conf:
|
||||||
Alternatively Apache web site configuration template can be used to setup
|
Alternatively Apache web site configuration template can be used to setup
|
||||||
zoneminder as "http://zoneminder":
|
zoneminder as "http://zoneminder":
|
||||||
|
|
||||||
sudo cp -v /usr/share/doc/zoneminder/examples/apache.conf /etc/apache2/sites-available/
|
sudo cp -v /usr/share/doc/zoneminder/examples/apache.conf /etc/apache2/sites-available/zoneminder.conf
|
||||||
sudo a2ensite zoneminder.conf
|
sudo a2ensite zoneminder
|
||||||
|
|
||||||
Common configuration steps for Apache2:
|
Common configuration steps for Apache2:
|
||||||
|
|
||||||
|
|
|
@ -64,8 +64,8 @@ Apache can be configured as folder "/zm" using sample .conf:
|
||||||
Alternatively Apache web site configuration template can be used to setup
|
Alternatively Apache web site configuration template can be used to setup
|
||||||
zoneminder as "http://zoneminder":
|
zoneminder as "http://zoneminder":
|
||||||
|
|
||||||
sudo cp -v /usr/share/doc/zoneminder/examples/apache.conf /etc/apache2/sites-available/
|
sudo cp -v /usr/share/doc/zoneminder/examples/apache.conf /etc/apache2/sites-available/zoneminder.conf
|
||||||
sudo a2ensite zoneminder.conf
|
sudo a2ensite zoneminder
|
||||||
|
|
||||||
Common configuration steps for Apache2:
|
Common configuration steps for Apache2:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue