Apache/2.2.8
i have several vhosts set up for different domains. one of them resolves to the default, no matter what I try and yet, the directives are an exact clone of directives which work.
the response code is 302. here is a listing of two, first is working, second is not ...
,
,
,
<VirtualHost slavekhanzlik.net:80>
DocumentRoot /ServerName <Directory "/allow from all
Options +Indexes
</Directory>
ErrorLog "logs/slavek-error_log"
CustomLog "logs/slavek-access_log" common
</VirtualHost>
<VirtualHost habr.ca:80>
DocumentRoot /ServerName <Directory "/allow from all
</Directory>
ErrorLog "logs/habr-error_log"
CustomLog "logs/habr-access_log" common
</VirtualHost>
are there any tests I could try to narrow the problem?
i have several vhosts set up for different domains. one of them resolves to the default, no matter what I try and yet, the directives are an exact clone of directives which work.
the response code is 302. here is a listing of two, first is working, second is not ...
,
,
,
<VirtualHost slavekhanzlik.net:80>
DocumentRoot /ServerName <Directory "/allow from all
Options +Indexes
</Directory>
ErrorLog "logs/slavek-error_log"
CustomLog "logs/slavek-access_log" common
</VirtualHost>
<VirtualHost habr.ca:80>
DocumentRoot /ServerName <Directory "/allow from all
</Directory>
ErrorLog "logs/habr-error_log"
CustomLog "logs/habr-access_log" common
</VirtualHost>
are there any tests I could try to narrow the problem?