RE: fresh port install off apache

2005-06-03 Thread Tony Shadwick
Subject: fresh port install off apache Hi Did a fresh port install , added apache to rc.conf , apache says it starts up but it just doesn't start up , anyone had this before ? diesel-electric# /usr/local/etc/rc.d/apache.sh start Starting apache. diesel-electric# /usr/local/etc/rc.d/apache.sh

fresh port install off apache

2005-06-02 Thread Philip Wege
Hi Did a fresh port install , added apache to rc.conf , apache says it starts up but it just doesn't start up , anyone had this before ? diesel-electric# /usr/local/etc/rc.d/apache.sh start Starting apache. diesel-electric# /usr/local/etc/rc.d/apache.sh start Starting apache. diesel-electric#

RE: fresh port install off apache

2005-06-02 Thread fbsd_user
@freebsd.org Subject: fresh port install off apache Hi Did a fresh port install , added apache to rc.conf , apache says it starts up but it just doesn't start up , anyone had this before ? diesel-electric# /usr/local/etc/rc.d/apache.sh start Starting apache. diesel-electric# /usr/local/etc/rc.d

Re: fresh port install off apache

2005-06-02 Thread Lowell Gilbert
Philip Wege [EMAIL PROTECTED] writes: Hi Did a fresh port install , added apache to rc.conf , apache says it starts up but it just doesn't start up , anyone had this before ? diesel-electric# /usr/local/etc/rc.d/apache.sh start Starting apache. diesel-electric#

Re: fresh port install off apache

2005-06-02 Thread =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?=
Philip Wege wrote: Did a fresh port install , added apache to rc.conf , apache says it starts up but it just doesn't start up , anyone had this before ? diesel-electric# /usr/local/etc/rc.d/apache.sh start Starting apache. diesel-electric# /usr/local/etc/rc.d/apache.sh start Starting apache.

Re[2]: fresh port install off apache

2005-06-02 Thread Sergey S. Ropchan
Add line below to /etc/rc.conf: apache_enable=YES Philip Wege wrote: Did a fresh port install , added apache to rc.conf , apache says it starts up but it just doesn't start up , anyone had this before ? diesel-electric# /usr/local/etc/rc.d/apache.sh start Starting apache.

Re: fresh port install off apache

2005-06-02 Thread =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?=
Sergey S. Ropchan wrote: Add line below to /etc/rc.conf: apache_enable=YES diesel-electric# /usr/local/etc/rc.d/apache.sh start Starting apache. The string Starting apache. is a hint that the line apache_enable=YES exists in rc.conf. Regards Björn

Re: fresh port install off apache

2005-06-02 Thread Foo Ji-Haw
You have to add the following line in rc.conf: apache2_enable=YES Philip Wege wrote: Hi Did a fresh port install , added apache to rc.conf , apache says it starts up but it just doesn't start up , anyone had this before ? diesel-electric# /usr/local/etc/rc.d/apache.sh start Starting