Thank you.  I will try this out.

regards,
RV

13 जनवरी 2012 4:21 अपराह्न को, <reviewboard@googlegroups.com> ने लिखा:

>   Today's Topic Summary
>
> Group: http://groups.google.com/group/reviewboard/topics
>
>    - Startup problems <#134d6b1d192a2183_group_thread_0> [2 Updates]
>
>   Startup 
> problems<http://groups.google.com/group/reviewboard/t/d33c2476bafb53bf>
>
>    rv_saraswathi <rv.n...@gmail.com> Jan 12 06:39AM -0800
>
>    Christian,
>    Thanks for the reply. I started apache using "sudo apachectl -k
>    start". Is it becoz of this? If yes, I need a way to figure out how
>    to start Apa;che w/o using sudo command. Any help appreciated.
>
>    regards
>    RV
>
>
>
>
>
>    Anton Cohen <an...@antoncohen.com> Jan 12 05:13PM -0800
>
>
>    > Thanks for the reply. I started apache using "sudo apachectl -k
>    > start". Is it becoz of this? If yes, I need a way to figure out how
>    > to start Apa;che w/o using sudo command. Any help appreciated.
>
>    It's best not to use apache2ctl to start and stop httpd. In Ubuntu
>    11.10
>    you can use 'service' and 'update-rc.d'.
>
>    To enable apache2 on boot:
>    sudo update-rc.d apache2 enable
>
>    To disable apache2 on boot:
>    sudo update-rc.d apache2 disable
>
>    To start apache2 manually:
>    sudo service apache2 start
>
>    You can replace 'start' with stop, restart, reload (or graceful),
>    status,
>    and a few others.
>
>    In older Ubuntu and Debian versions without the 'service' command you
>    can
>    do:
>    sudo /etc/init.d/apache2 start
>
>    For reference, on Red Hat-based systems the equivalent commands are:
>    sudo chkconfig httpd on
>    sudo service httpd start
>
>    -Anton
>
>
>
>  You received this message because you are subscribed to the Google Group
> reviewboard.
> You can post via email <reviewboard@googlegroups.com>.
> To unsubscribe from this group, 
> send<reviewboard+unsubscr...@googlegroups.com>an empty message.
> For more options, 
> visit<http://groups.google.com/group/reviewboard/topics>this group.
>
> --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~----------~----~----~----~------~----~------~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
>



-- 
Islam is not simply a belief about God.  It is a word that means *submission
*.  Islam is a set of rules that establish a social hierarchy in which
Muslims * submit* to Allah, women *submit* to men and all non-Muslims *
submit* to Islamic rule.

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~----------~----~----~----~------~----~------~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Reply via email to