AndreasBoehmer
Programmer
I am using my IP 127.0.0.1 for testing purposes on Apache. I haven't got a server name.
Now I want to install virtual hosts. I tried every configuration I could think of in the httpd.conf, but I can't get it to work. What I need is something like:
<VirtualHost 111.22.333.0>
DocumentRoot \mmarts\beta ServerName 127.0.0.1
</VirtualHost>
Any idea?
Now I want to install virtual hosts. I tried every configuration I could think of in the httpd.conf, but I can't get it to work. What I need is something like:
<VirtualHost 111.22.333.0>
DocumentRoot \mmarts\beta ServerName 127.0.0.1
</VirtualHost>
Any idea?