tirengarfio wrote:
Hi again,
Or just enter
a2ensite www.domain.com
After that and reload apache (/etc/init.d/apache2 reload) i get this error:
Sintax error on line 22 of /etc/apache2/sites-enabled/svn.domain.com:
LogLevel takes one argument, Level of verbosity in error logging
...fail!
The line 22 is this:
LogLevel warn CustomLog /var/log/apache2/access.log combined
Should be 2 separate lines :
LogLevel warn
CustomLog /var/log/apache2/access.log combined
Please check the on-line documentation first, before posting.
This is really easy to find.
http://httpd.apache.org/docs/2.2/mod/directives.html
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
" from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org