Answer the question
In order to leave comments, you need to log in
Criticize the virtual host config?
I can’t launch the site on vds, I do it with the default file, it doesn’t want to work, it redirects to the domain to which Vds is attached.
<VirtualHost *:80><br/>
<br/>
ServerName <a href="http://www.site.ru">www.site.ru</a><br/>
ServerAlias site.ru *.site.ru<br/>
<br/>
ServerAdmin [email protected]<br/>
<br/>
DocumentRoot /sites/site/www<br/>
<Directory /><br/>
Options FollowSymLinks<br/>
AllowOverride all<br/>
Answer the question
In order to leave comments, you need to log in
In which file is this configuration written? Perhaps it is not loaded at all during the start of apache.
And where in general though one closing of directives? Neither Directory nor VirtualHost are closed.
Why, by the way, cgi-bin? Is it being used?
To check the syntax, you can run Apache something like this:
Fedora :
#service httpd configtest
#apache2 -t
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question