Results 1 to 5 of 5

Thread: Kali 2 How to start and stop Apache server??? Command not present in menu

  1. #1
    Join Date
    2013-Aug
    Location
    Italy
    Posts
    65

    Kali 2 How to start and stop Apache server??? Command not present in menu

    hi all
    I have a small problem with Kali 2 64bit
    I can 't find the command to start and stop apache in menu??
    Someone can help me solve
    Thanks in advance
    Est modus in rebus
    cd /usr/bin/bad

  2. #2
    Join Date
    2015-Aug
    Posts
    16
    From a terminal use apache2ctl start|stop|restart|graceful|.....


    Links, in case you are not familiar with apache2 ...

    http://manpages.debian.org/cgi-bin/m...html&locale=en
    http://httpd.apache.org/docs/2.2/pro...apachectl.html

  3. #3
    Join Date
    2013-Aug
    Location
    Italy
    Posts
    65
    Quote Originally Posted by Gumby View Post
    From a terminal use apache2ctl start|stop|restart|graceful|.....


    Links, in case you are not familiar with apache2 ...

    http://manpages.debian.org/cgi-bin/m...html&locale=en
    http://httpd.apache.org/docs/2.2/pro...apachectl.html

    many tnx
    Unfortunately! I do not know the commands service . I am accustomed to using xampp
    Est modus in rebus
    cd /usr/bin/bad

  4. #4
    Join Date
    2013-Jul
    Posts
    844
    Try in a terminal window

    service apache2 start

    service apache2 stop

    service apache2 restart

    MTeams

  5. #5
    # /etc/init.d/apache2 restart

    OR
    $ sudo /etc/init.d/apache2 restart

    OR
    $ sudo service apache2 stop

    # /etc/init.d/apache2 stop

    OR
    $ sudo /etc/init.d/apache2 stop

    OR
    $ sudo service apac

Similar Threads

  1. installed kali 2.0 Now Apache webserver will not start
    By Brun0L3z in forum TroubleShooting Archive
    Replies: 10
    Last Post: 2016-03-07, 20:15
  2. Found an error in HID Keyboard attack (Apache Server)
    By carminesn in forum NetHunter Development
    Replies: 1
    Last Post: 2015-02-12, 08:53

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •