Small fix for Apache virtual server configuration instructions.
parent
8e5a9e462c
commit
400ecb98c2
|
@ -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
|
||||
zoneminder as "http://zoneminder":
|
||||
|
||||
sudo cp -v /usr/share/doc/zoneminder/examples/apache.conf /etc/apache2/sites-available/
|
||||
sudo a2ensite zoneminder.conf
|
||||
sudo cp -v /usr/share/doc/zoneminder/examples/apache.conf /etc/apache2/sites-available/zoneminder.conf
|
||||
sudo a2ensite zoneminder
|
||||
|
||||
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
|
||||
zoneminder as "http://zoneminder":
|
||||
|
||||
sudo cp -v /usr/share/doc/zoneminder/examples/apache.conf /etc/apache2/sites-available/
|
||||
sudo a2ensite zoneminder.conf
|
||||
sudo cp -v /usr/share/doc/zoneminder/examples/apache.conf /etc/apache2/sites-available/zoneminder.conf
|
||||
sudo a2ensite zoneminder
|
||||
|
||||
Common configuration steps for Apache2:
|
||||
|
||||
|
|
Loading…
Reference in New Issue