Witz Posted August 22, 2003 Share Posted August 22, 2003 alright, I wanted to set up my apache to work with virtual hosts instead of just the main host. I have the tags and what not but when I configure the virtual host tags in the httpd.conf file then apache wont start up, I tried moving the tags into the vhost.conf file it doesn\'t work, how exactly do I get the vhosts to work? Link to comment https://forums.phpfreaks.com/topic/929-looked-around-couldnt-find-any-already-posted-topics/ Share on other sites More sharing options...
gizmola Posted August 22, 2003 Share Posted August 22, 2003 All I can tell you is that I have vhost statements in my httpd.conf. You should not have to move them into a seperate file or set of files for it to work. It sounds like you have a syntax problem. Post the vhosts section of your httpd.conf. Link to comment https://forums.phpfreaks.com/topic/929-looked-around-couldnt-find-any-already-posted-topics/#findComment-3119 Share on other sites More sharing options...
Witz Posted August 23, 2003 Author Share Posted August 23, 2003 # Use name-based virtual hosting. # NameVirtualHost # # 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 enetwork.sytes.net> ServerAdmin [email protected] DocumentRoot C:Program FilesApache GroupApache2htdocs ServerName enetwork.sytes.net ErrorLog logs/error_log CustomLog logs/access_log common </VirtualHost> Link to comment https://forums.phpfreaks.com/topic/929-looked-around-couldnt-find-any-already-posted-topics/#findComment-3133 Share on other sites More sharing options...
Witz Posted August 23, 2003 Author Share Posted August 23, 2003 do I have to delete all of the main server configurations or leave them there? Link to comment https://forums.phpfreaks.com/topic/929-looked-around-couldnt-find-any-already-posted-topics/#findComment-3134 Share on other sites More sharing options...
effigy Posted August 23, 2003 Share Posted August 23, 2003 i think it should be NameVirtualHost * it also looks like the directories may be the problem, take note of the different syntax: DocumentRoot C:Program FilesApache GroupApache2htdocs ServerName enetwork.sytes.net ErrorLog logs/error_log CustomLog logs/access_log common to try to get further information check apache\'s error log in the log directory. Link to comment https://forums.phpfreaks.com/topic/929-looked-around-couldnt-find-any-already-posted-topics/#findComment-3135 Share on other sites More sharing options...
Witz Posted August 23, 2003 Author Share Posted August 23, 2003 well, I had forgotten to take the # away from infront of the load vhost module, but now when I test my configuration it gives me document takes one arguement, root directory of the document tree, what does that mean? Link to comment https://forums.phpfreaks.com/topic/929-looked-around-couldnt-find-any-already-posted-topics/#findComment-3137 Share on other sites More sharing options...
effigy Posted August 23, 2003 Share Posted August 23, 2003 the space in your path after \"Program\" DocumentRoot C:Program FilesApache GroupApache2htdocs try quoting the path. i cannot remember if you use single or double, or if it does not matter... Link to comment https://forums.phpfreaks.com/topic/929-looked-around-couldnt-find-any-already-posted-topics/#findComment-3144 Share on other sites More sharing options...
Witz Posted August 23, 2003 Author Share Posted August 23, 2003 got everything set up, thanks Link to comment https://forums.phpfreaks.com/topic/929-looked-around-couldnt-find-any-already-posted-topics/#findComment-3146 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.