IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 1 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Re: Ok, Need some advise on web site mgt.
Inside /etc/apache2/sites-available:


[mike@sixoftwo sites-available]$ cat www.mikevitale.com
NameVirtualHost *

<VirtualHost *>
ServerAdmin webmaster@mikevitale.com
ServerName www.mikevitale.com
ServerAlias mikevitale.com

DocumentRoot /var/www/mikevitale
<Directory />
Options FollowSymLinks +Includes
AllowOverride None
XBitHack On
</Directory>

ServerSignature On
CustomLog /var/log/apache2/mikevitale-access.log combined
ErrorLog /var/log/apache2/mikevitale-error.log

# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn

</VirtualHost>

[mike@sixoftwo sites-available]$ cat www.mavelouswebdesign.com
<VirtualHost *>
ServerAdmin webmaster@mavelouswebdesign.com
ServerName www.mavelouswebdesign.com
ServerAlias mavelouswebdesign.com

DocumentRoot /var/www/mavelous
<Directory />
Options Indexes FollowSymLinks +Includes
AllowOverride None
XBitHack On
</Directory>

ServerSignature On
CustomLog /var/log/apache2/mavelous-access.log combined
ErrorLog /var/log/apache2/mavelous-error.log

# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
</VirtualHost>


Then, inside /etc/apache2/sites-enabled, create symlinks:

[mike@sixoftwo sites-enabled]$ ls
total 4
lrwxrwxrwx 1 root root 37 2008-03-17 20:19 000-www.mikevitale.com -> ../sites-available/www.mikevitale.com

lrwxrwxrwx 1 root root 44 2008-11-07 21:37 100-www.mavelouswebdesign.com -> ../sites-available/www.mavelouswebdesign.com
-Mike

"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety."
- Benjamin Franklin, 1759 Historical Review of Pennsylvania
New will script and test, waiting for DNS
I will choose a path that's clear. I will choose freewill.
New Can do it with a hosts file ... or is that what you meant?
--

Drew
New didn't worky
essentially this is the same as the file I linked to in my response to myself...created all the stuff, ran it and it did not work. Then tried to recover and that didn't work either...so right now I am off the air.

Also, I am not at the homestead..I can putty in, though, and that seems to be working. Will give it a go around remotely tonight or tomorrow
I will choose a path that's clear. I will choose freewill.
New what he said
     Ok, Need some advise on web site mgt. - (beepster) - (7)
         Hrm...this might be it - (beepster)
         VHOST - (jake123)
         Re: Ok, Need some advise on web site mgt. - (mvitale) - (4)
             will script and test, waiting for DNS -NT - (beepster) - (2)
                 Can do it with a hosts file ... or is that what you meant? -NT - (drook)
                 didn't worky - (beepster)
             what he said -NT - (boxley)

In conclusion, lithium in the water supply.
145 ms