Pages: Previous123
Current Page: 3 of 3
Re: Hosting multiple sites with WAMP
Posted by: yfastud (Moderator)
Date: February 16, 2008 10:15PM

Quote

So, I did this setup and I get this error (And a yellow meter bar from WAMP):
What setup did you do? Do you mean vh setup? If so, make sure to have no space in front of httpd-vhost.conf when you uncomment that line, and also you must have all folders associated w/ your vh setup before restart wamp

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: Hosting multiple sites with WAMP
Posted by: Mr.Bane (---.eugn.qwest.net)
Date: February 16, 2008 10:24PM

Space Problem: Check.

Folder Association: I believe I do?

Entire httpd-vhost.conf file:

NameVirtualHost *:80

<VirtualHost *:80>
ServerName www.jackpoint.podzone.net
ServerAlias jackpoint.podzone.net jackpoint.podzone
DocumentRoot C:/wamp/www/mainsite
ErrorLog C:/wamp/www/mainsite/logs/error.log
CustomLog C:/wamp/www/mainsite/logs/access.log common
</VirtualHost>

<VirtualHost *:80>
ServerName localhost
DocumentRoot C:/wamp/www
ErrorLog C:/wamp/www/logs/error.log
CustomLog C:/wamp/www/logs/access.log common
</VirtualHost>

Options: ReplyQuote
Re: Hosting multiple sites with WAMP
Posted by: yfastud (Moderator)
Date: February 16, 2008 10:36PM

So in folder C:/wamp/www/, you do have 2 folders logs and mainsite, and in folder mainsite you have another folder logs? If this is correct, post last 10 lines from all error.log and access.log here

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: Hosting multiple sites with WAMP
Posted by: Mr.Bane (---.eugn.qwest.net)
Date: February 16, 2008 10:41PM

Huh, I didn't have a folder named "LOGS" inside the www/ dir, so I made one, and now it works. What a weird way of dealing with things smiling smiley



THANKS!

Options: ReplyQuote
Re: Hosting multiple sites with WAMP
Posted by: yfastud (Moderator)
Date: February 17, 2008 03:47AM

Quote

also you must have all folders associated w/ your vh setup before restart wamp
I've already mentioned before; anyway, have fun

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Pages: Previous123
Current Page: 3 of 3


Sorry, only registered users may post in this forum.