最終更新:2016-11-15 (火) 15:04:04 (2718d)  

apache2ctl
Top / apache2ctl

apache2ctl - Apache HTTP server control interface

コマンド

  • start
  • stop
  • restart
  • fullstatus
  • status
  • graceful
  • configtest
  • help
  • startssl

モジュールの確認

  • user@user-VirtualBox:/etc/apache2$ apache2ctl -M
    /usr/sbin/apache2ctl: 87: ulimit: error setting limit (Operation not permitted)
    apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
    Loaded Modules:
     core_module (static)
     log_config_module (static)
     logio_module (static)
     mpm_worker_module (static)
     http_module (static)
     so_module (static)
     alias_module (shared)
     auth_basic_module (shared)
     authn_file_module (shared)
     authz_default_module (shared)
     authz_groupfile_module (shared)
     authz_host_module (shared)
     authz_user_module (shared)
     autoindex_module (shared)
     cgid_module (shared)
     deflate_module (shared)
     dir_module (shared)
     env_module (shared)
     mime_module (shared)
     negotiation_module (shared)
     reqtimeout_module (shared)
     setenvif_module (shared)
     status_module (shared)
    Syntax OK

関連