Re: Vhost Config issues

2010-09-03 Thread Jasper Frumau
Added ServerName localhost to /opt/local/apache2/conf/httpd.conf under ServerRoot and the error went away :-) All seems to be working now. Thanks again for all your help Ryan!! On Fri, Sep 3, 2010 at 2:59 PM, Ryan Schmidt wrote: > > On Sep 3, 2010, at 05:55, Jasper Frumau wrote: > > > but I stil

Re: Vhost Config issues

2010-09-03 Thread Ryan Schmidt
On Sep 3, 2010, at 05:55, Jasper Frumau wrote: > but I still get the same error: > > jaspersmbp:~ jasper$ sudo /opt/local/apache2/bin/apachectl -k restart > httpd: Could not reliably determine the server's fully qualified domain name, > using ::1 for ServerName Ok, then my guess was wrong. I

Re: Vhost Config issues

2010-09-03 Thread Jasper Frumau
On Fri, Sep 3, 2010 at 2:39 PM, Ryan Schmidt wrote: > > On Sep 3, 2010, at 05:30, Jasper Frumau wrote: > > > httpd: Could not reliably determine the server's fully qualified domain > name, using ::1 for ServerName > > > But now when I go to http://dev-wordpress.com/ I do get to my Wordpress > setu

Re: Vhost Config issues

2010-09-03 Thread Ryan Schmidt
On Sep 3, 2010, at 05:30, Jasper Frumau wrote: > httpd: Could not reliably determine the server's fully qualified domain name, > using ::1 for ServerName > But now when I go to http://dev-wordpress.com/ I do get to my Wordpress > setup, so why the warning? I think because you did not specify

Re: Vhost Config issues

2010-09-03 Thread Jasper Frumau
On Fri, Sep 3, 2010 at 2:13 PM, Ryan Schmidt wrote: > > On Sep 3, 2010, at 05:04, Jasper Frumau wrote: > > > Did that. Now dev-wordpress.com goes to the root (/opt/local/www) and > not to opt/local/www/wordpress as indicated in > /opt/local/apache2/conf/extra/vhosts/wordpress.conf: > > > > # START

Re: Vhost Config issues

2010-09-03 Thread Ryan Schmidt
On Sep 3, 2010, at 05:04, Jasper Frumau wrote: > Did that. Now dev-wordpress.com goes to the root (/opt/local/www) and not to > opt/local/www/wordpress as indicated in > /opt/local/apache2/conf/extra/vhosts/wordpress.conf: > > # START example.com > >DocumentRoot "/opt/local/www/wordpr

Re: Vhost Config issues

2010-09-03 Thread Jasper Frumau
On Fri, Sep 3, 2010 at 1:54 PM, Ryan Schmidt wrote: > On Sep 3, 2010, at 04:48, Jasper Frumau wrote: > > > OK I have activated virtualhosts by uncommenting this line in > /opt/local/apache2/httpd.conf: > > > > $ cat httpd.conf | grep httpd-v > > Include conf/extra/httpd-vhosts.conf > > > > in http

Re: Vhost Config issues

2010-09-03 Thread Ryan Schmidt
On Sep 3, 2010, at 04:48, Jasper Frumau wrote: > OK I have activated virtualhosts by uncommenting this line in > /opt/local/apache2/httpd.conf: > > $ cat httpd.conf | grep httpd-v > Include conf/extra/httpd-vhosts.conf > > in httpd-vhosts.conf I have: > > $ sudo cat httpd-vhosts.conf > # > # V

Re: Vhost Config issues

2010-09-03 Thread Jasper Frumau
OK I have activated virtualhosts by uncommenting this line in /opt/local/apache2/httpd.conf: $ cat httpd.conf | grep httpd-v Include conf/extra/httpd-vhosts.conf in httpd-vhosts.conf I have: $ sudo cat httpd-vhosts.conf # # Virtual Hosts # # If you want to maintain multiple domains/hostnames on

Re: Vhost Config issues

2010-09-03 Thread Jasper Frumau
> > And somehow you are asking for Apache to include everything in the > extra/vhosts directory? > In httpd.conf I just saw I do no include them as I have commented them out: # Virtual hosts #Include conf/extra/httpd-vhosts.conf And that I need to add a vhosts.conf or adjust the file name in h

Re: Vhost Config issues

2010-09-03 Thread Ryan Schmidt
On Sep 3, 2010, at 03:54, Jasper Frumau wrote: > I still have issues with my MacPorts Lamp since I started playing with > virtual hosts. In /etc/HOSTS I have these: > > ## > 127.0.0.1localhost > 127.0.0.1 jaspersmbp > 127.0.0.1 dev-wordpress.com > 255.255.255.255broadcasthost

Re: Vhost Config issues

2010-09-03 Thread Jasper Frumau
On Thu, Aug 19, 2010 at 11:50 AM, Jasper Frumau wrote: > > > On Thu, Aug 19, 2010 at 11:46 AM, Ryan Schmidt wrote: > >> On Aug 19, 2010, at 02:12, Jasper Frumau wrote: >> >> > Which somehow leads to /opt/local/www/drupal-1.6.15 folder instead of >> /opt/local/www/wordpress. >> >> How does drupal-1

Re: Vhost Config issues

2010-08-19 Thread Jasper Frumau
On Thu, Aug 19, 2010 at 11:46 AM, Ryan Schmidt wrote: > On Aug 19, 2010, at 02:12, Jasper Frumau wrote: > > > Which somehow leads to /opt/local/www/drupal-1.6.15 folder instead of > /opt/local/www/wordpress. > > How does drupal-1.6.15 enter into it? Do you have another vhost set up for > that? Whe

Re: Vhost Config issues

2010-08-19 Thread Ryan Schmidt
On Aug 19, 2010, at 02:12, Jasper Frumau wrote: > Which somehow leads to /opt/local/www/drupal-1.6.15 folder instead of > /opt/local/www/wordpress. How does drupal-1.6.15 enter into it? Do you have another vhost set up for that? Where is that vhost defined in relation to the others? (first? not

Vhost Config issues

2010-08-19 Thread Jasper Frumau
I used Scottt Haneda's instructions: I use that file as my catch all for non configured hosts, [1] [2] [3] [4] > [5] from above, with the following: > $cat /opt/local/apache2/conf/extra/httpd-vhosts.conf ># -- BEGIN -- ># Virtual Hosts ># Use name-based virtual hosting. 'Catch All' >