heyas!
after i moved the apache directory (on my windows 200 machine) to
an other partition i had some real strange problems:
of course i modified the config file to match the new dir, then i launched
apache which stopped because "mixing * ports and non-* ports with a
NameVirtualHost"... strange enough but found a solution
(changed virtual host to *:80)
now apache is running, but not the virtual hosts any more:
<VirtualHost news.my.org:80>
DocumentRoot e:/www/.subdomains/news/
ServerName news.my.org
ErrorLog e:/www/.subdomains/sys/news-error.txt
CustomLog e:/www/.subdomains/sys/news-access.txt common
</VirtualHost>
besides that i had to change the port so that apache wouldnt refuse
to start i didnt change anything, the folders are correct and i
dont have any idea what i do wrong =(
no matter which subdomain i call, allways the no-subdomain appears.
anybody some idea?
thx in advance
tobi
>> Stay informed about: strange problem after moving directory