Re: /usr/local/rc.d/apache22 start doesn't start Apache

2007-12-17 Thread Yuri
Quoting Erik Cederstrand [EMAIL PROTECTED]: Ok, that was pretty easy: # diff rc.subr.orig rc.subr 608a609 echo $name not started. Set ${rcvar} to YES in /etc./rc.conf or use '$name force'. which gives the output: # rc.d/ftpd start ftpd not started. Set

Re: /usr/local/rc.d/apache22 start doesn't start Apache

2007-12-15 Thread Yuri
Quoting Erik Cederstrand [EMAIL PROTECTED]: I've been bitten by this a couple of times. Can anyone give me a hint to where in the rc scripts I can add that one-liner to at least print something like: $app not started. Please add $rcvar to /etc/rc.conf. instead of just silently

Re: /usr/local/rc.d/apache22 start doesn't start Apache

2007-12-15 Thread Satria Bramana
Hello Yuri, perhaps you should try this command : apachectl start|stop|restart|graceful That works for me :) Looking for last minute shopping deals? Find them fast with Yahoo! Search.

Re: /usr/local/rc.d/apache22 start doesn't start Apache

2007-12-14 Thread Manolis Kiagias
Yuri wrote: I installed Apache port. But when I run /usr/local/etc/rc.d/apache22 start nothing happens. 'ps ax | grep httpd' returns nothing. So server wasn't started. Why nothing is printed and server not started with the first command? What is the right way to start the server?

Re: /usr/local/rc.d/apache22 start doesn't start Apache

2007-12-14 Thread Beech Rintoul
On Friday 14 December 2007, Yuri said: I installed Apache port. But when I run /usr/local/etc/rc.d/apache22 start nothing happens. 'ps ax | grep httpd' returns nothing. So server wasn't started. Why nothing is printed and server not started with the first command? What is the right way to

/usr/local/rc.d/apache22 start doesn't start Apache

2007-12-14 Thread Yuri
I installed Apache port. But when I run /usr/local/etc/rc.d/apache22 start nothing happens. 'ps ax | grep httpd' returns nothing. So server wasn't started. Why nothing is printed and server not started with the first command? What is the right way to start the server? Thanks, Yuri

Re: /usr/local/rc.d/apache22 start doesn't start Apache

2007-12-14 Thread Ivan Rambius Ivanov
Hello Yuri, On Dec 14, 2007 5:03 PM, Yuri [EMAIL PROTECTED] wrote: I installed Apache port. But when I run /usr/local/etc/rc.d/apache22 start nothing happens. 'ps ax | grep httpd' returns nothing. So server wasn't started. Why nothing is printed and server not started with the first