mirror of
https://github.com/outbackdingo/parodus.git
synced 2026-01-28 10:20:04 +00:00
20 lines
482 B
Plaintext
20 lines
482 B
Plaintext
<VirtualHost 192.168.0.159:80>
|
|
ServerAdmin webmaster@localhost
|
|
ServerName nopoll-regtest
|
|
|
|
AssignUserID acinom acinom
|
|
|
|
DocumentRoot /home/acinom/nopoll/test
|
|
<Directory /home/acinom/nopoll/test/>
|
|
Options Indexes FollowSymLinks MultiViews
|
|
AllowOverride None
|
|
</Directory>
|
|
|
|
ErrorLog /var/log/apache2/error.log
|
|
|
|
# Possible values include: debug, info, notice, warn, error, crit,
|
|
# alert, emerg.
|
|
CustomLog /var/log/apache2/access.log combined
|
|
|
|
</VirtualHost>
|