apche伺服器在Window和Linux下常用命令

來源:互聯網
上載者:User

標籤:

1.Window
httpd.exe [-D name] [-d directory] [-f file]         [-C "directive"] [-c "directive"]         [-w] [-k start|restart|stop|shutdown] [-n service_name]         [-k install|config|uninstall] [-n service_name]         [-v] [-V] [-h] [-l] [-L] [-t] [-T] [-S] [-X]Options:  -D name            : define a name for use in <IfDefine name> directives  -d directory       : specify an alternate initial ServerRoot  -f file            : specify an alternate ServerConfigFile  -C "directive"     : process directive before reading config files  -c "directive"     : process directive after reading config files  -n name            : set service name and use its ServerConfigFile and ServerRoot  -k start           : tell Apache to start  -k restart         : tell running Apache to do a graceful restart  -k stop|shutdown   : tell running Apache to shutdown  -k install         : install an Apache service  -k config          : change startup Options of an Apache service  -k uninstall       : uninstall an Apache service  -w                 : hold open the console window on error  -e level           : show startup errors of level (see LogLevel)  -E file            : log startup errors to file  -v                 : show version number  -V                 : show compile settings  -h                 : list available command line options (this page)  -l                 : list compiled in modules  -L                 : list available configuration directives  -t -D DUMP_VHOSTS  : show parsed vhost settings  -t -D DUMP_RUN_CFG : show parsed run settings  -S                 : a synonym for -t -D DUMP_VHOSTS -D DUMP_RUN_CFG  -t -D DUMP_MODULES : show all loaded modules  -M                 : a synonym for -t -D DUMP_MODULES  -t                 : run syntax check for config files  -T                 : start without DocumentRoot(s) check  -X                 : debug mode (only one worker, do not detach)
2.Linux

2.1 啟動、重啟、停止——方式一(httpd)

./httpd [-D name] [-d directory] [-f file]               [-C "directive"] [-c "directive"]               [-k start|restart|graceful|graceful-stop|stop]               [-v] [-V] [-h] [-l] [-L] [-t] [-T] [-S]Options:  -D name            : define a name for use in <IfDefine name> directives  -d directory       : specify an alternate initial ServerRoot  -f file            : specify an alternate ServerConfigFile  -C "directive"     : process directive before reading config files  -c "directive"     : process directive after reading config files  -e level           : show startup errors of level (see LogLevel)  -E file            : log startup errors to file  -v                 : show version number  -V                 : show compile settings  -h                 : list available command line options (this page)  -l                 : list compiled in modules  -L                 : list available configuration directives  -t -D DUMP_VHOSTS  : show parsed settings (currently only vhost settings)  -S                 : a synonym for -t -D DUMP_VHOSTS  -t -D DUMP_MODULES : show all loaded modules   -M                 : a synonym for -t -D DUMP_MODULES  -t                 : run syntax check for config files  -T                 : start without DocumentRoot(s) check

2.2 啟動、重啟、停止——方式二(apachectl)

apahce啟動命令    ./apachectl startapache停止命令:    ./apachectl stopapache重新啟動命令:    ./apachectl restart要在重啟 Apache 伺服器時不中斷當前的串連,則應運行:    ./apachectl graceful

 

apche伺服器在Window和Linux下常用命令

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.