📄 apache
字号:
[root@s202localdomain httpd-2.2.4]# cd usrbash: cd: usr: No such file or directory[root@s202localdomain httpd-2.2.4]# cd /usr[root@s202localdomain usr]# cd /localbash: cd: /local: No such file or directory[root@s202localdomain usr]# cd local[root@s202localdomain local]# ca apachebash: ca: command not found[root@s202localdomain local]# ca apache2bash: ca: command not found[root@s202localdomain local]# lsapache2 bin etc games include lib libexec sbin share src[root@s202localdomain local]# cd apache2[root@s202localdomain apache2]# cd bin[root@s202localdomain bin]# ./httpd -k starthttpd: apr_sockaddr_info_get() failed for s202localdomainhttpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName[root@s202localdomain bin]# ./apache2 start.bash: ./apache2: No such file or directory[root@s202localdomain bin]# ./apachect2 start.bash: ./apachect2: No such file or directory[root@s202localdomain bin]# ./httpd startUsage: ./httpd [-D name] [-d directory] [-f file] [-C "directive"] [-c "directive"] [-k start|restart|graceful|graceful-stop|stop] [-v] [-V] [-h] [-l] [-L] [-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[root@s202localdomain bin]# ./httpd -k starthttpd: apr_sockaddr_info_get() failed for s202localdomainhttpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerNamehttpd (pid 23632) already running[root@s202localdomain bin]#
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -