shehroz Posted August 9, 2006 Share Posted August 9, 2006 i have added below code to httpd.conf, but i could not restart the server. it says error.NameVirtualHost 111.22.33.44 <VirtualHost 111.22.33.44> ServerName www.domain.tld ServerPath /domain DocumentRoot /web/domain </VirtualHost>what is my error in this code? Quote Link to comment Share on other sites More sharing options...
oldmanice Posted August 10, 2006 Share Posted August 10, 2006 You havent got a proper document root you cant have your document root your domian name you need to place your server files like your Mp3 , Txt and etc files as your document root Quote Link to comment Share on other sites More sharing options...
youcantoo Posted August 11, 2006 Share Posted August 11, 2006 [quote][quote]i have added below code to httpd.conf, but i could not restart the server. it says error.NameVirtualHost 111.22.33.44 <VirtualHost 111.22.33.44> ServerName www.domain.tld ServerPath /domain DocumentRoot /web/domain </VirtualHost>what is my error in this code?[/quote]It should look something likeNamedVirtualHost your IP address <VirtualHost xxX.xxx.xxx.xxx> ServerName domain.tld ServerAlias www.domain.tld ServerAdmin you@youremail.address DocumentRoot /path/to/your/web/files <Directory /path/to/your/web/files> Order Allow,deny </Directory> </VirtualHost>Do not forget that the server will have to be restarted after making any changes to the httpd.conf file Quote Link to comment Share on other sites More sharing options...
oldmanice Posted September 4, 2006 Share Posted September 4, 2006 Just change it to VirtualHost xxX.xxx.xxx.xxx> ServerName domain.tld ServerAlias www.domain.tld ServerAdmin you@youremail.address DocumentRoot /path/to/your/web/files <Directory /path/to/your/web/files> Order Allow,deny </Directory> </VirtualHost>BTW the xxx arent kisses thats your local ip address Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.