Hi,
I'm a newbie on Apache, so I need help for the configuration of Virtual
Hosts.
My english is bad, I'm sorry and I hope you can understand me...
I've seen the documentation and I've tried many times but my configuration
doesn't works...
I've a lots of domains on my webserver, and I'm trying to configure a folder
for each one.
But when I set the virtual hosts no pages works.
With the "normal" configuration I can see my primary web sites and see the
other documents of others domain on thier folder.
THis is my virtual host:
#
#Use name-based virtual hosting.
#
#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for requests without a known
# server name.
#
#<VirtualHost *>
# ServerAdmin domain DeleteThis @simply.it
# DocumentRoot Apache/htdocs/
# ServerName
http://www.simply.it:81
#</VirtualHost>
#
#<VirtualHost *>
# ServerAdmin domain DeleteThis @simply.it
# DocumentRoot Apache/htdocs/picturebank
# ServerName
http://www.picturebank.it:81
#</VirtualHost>
What can I do???
Thank you
(if you need other sections of my configuration I can write it)...