Files
parodus/test/apache2-reg-test-def
Francis Brosnan Blázquez 71b3baca22 nopoll:
* [fix] Adding initial code for a regression test run on a browser..
2013-03-02 12:05:16 +00:00

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>