Hi all
I am new to Apache and this is a college project so your help will be appreciated.
I have installed Apache and now whenever I write or the small web page I designed should be displayed. I have made some modifications to the configuration file which is tested correctly but I cannot see my web. This is what I wrote:
NameVirtualHost *:80
#
# 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.
# i changed the first three line of the following
<VirtualHost *:80>
ServerAdmin csavva@dits.mof.gov.cy
DocumentRoot "c:\My Family\index.html"
# ServerName ServerName localhost
# ErrorLog logs/dummy-host.example.com-error_log
# CustomLog logs/dummy-host.example.com-access_log common
</VirtualHost>
My page start with index.html and is located at c:\My family folder.
Can someone help me please?
Thanks
Stalo
I am new to Apache and this is a college project so your help will be appreciated.
I have installed Apache and now whenever I write or the small web page I designed should be displayed. I have made some modifications to the configuration file which is tested correctly but I cannot see my web. This is what I wrote:
NameVirtualHost *:80
#
# 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.
# i changed the first three line of the following
<VirtualHost *:80>
ServerAdmin csavva@dits.mof.gov.cy
DocumentRoot "c:\My Family\index.html"
# ServerName ServerName localhost
# ErrorLog logs/dummy-host.example.com-error_log
# CustomLog logs/dummy-host.example.com-access_log common
</VirtualHost>
My page start with index.html and is located at c:\My family folder.
Can someone help me please?
Thanks
Stalo