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 command? > What is the right way to start the server?
I think you should add the line apache2_enable="YES" in your /etc/rc.conf. The starting script /usr/local/etc/rc.d/apache22 checks if the rcvar in rc.conf is set to YES and if so it starts the server. You can see the exact name of the rc variable by executing /usr/local/etc/rc.d/apache22 rcvar. Regards Rambius -- Tangra Mega Rock: http://www.radiotangra.com _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"