Start/stop Apache service in Windows's command line
To start/stop Apache service in Windows use these following commands:
Open command prompt (Start > cmd):
To stop apache:
C:\ net stop apache2.2
or to start apache:
C:\ net start apache2.2
Not quite convenient but at least It makes me feel like doing things in linux.
Open command prompt (Start > cmd):
To stop apache:
C:\ net stop apache2.2
or to start apache:
C:\ net start apache2.2
Not quite convenient but at least It makes me feel like doing things in linux.
Comments
Post a Comment