HomeSort by relevance Sort by last modified time
    Searched refs:apache2 (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/tools/python/google/
httpd_utils.py 52 def GetCygserverPath(start_dir, apache2=False):
55 if apache2:
61 def StartServer(document_root=None, output_dir=None, apache2=False):
69 apache2: boolean if true will cause this function to configure
81 if apache2:
90 apache2=apache2)
93 cygserver_path=GetCygserverPath(script_dir, apache2))
98 def StopServers(apache2=False):
107 apache2: boolean if true will cause this function to configur
    [all...]
platform_utils_win.py 92 document_root=None, apache2=False):
105 apache2: boolean if true will cause this function to return start
113 if apache2:
159 if apache2:
platform_utils_linux.py 60 document_root=None, apache2=False):
73 apache2: boolean if true will cause this function to return start
76 function signature with win), where apache2 is used always
79 exe_name = "apache2"
83 ssl_enabled = os.path.exists('/etc/apache2/mods-enabled/ssl.conf')
platform_utils_mac.py 60 document_root=None, apache2=False):
73 apache2: boolean if true will cause this function to return start
83 ssl_enabled = os.path.exists('/etc/apache2/mods-enabled/ssl.conf')
  /external/chromium_org/tools/python/google/httpd_config/
httpd2.conf 30 #LoadModule authn_file_module lib/apache2/mod_authn_file.so
31 #LoadModule authn_dbm_module lib/apache2/mod_authn_dbm.so
32 #LoadModule authn_anon_module lib/apache2/mod_authn_anon.so
33 #LoadModule authn_dbd_module lib/apache2/mod_authn_dbd.so
34 #LoadModule authn_default_module lib/apache2/mod_authn_default.so
35 LoadModule authz_host_module lib/apache2/mod_authz_host.so
36 #LoadModule authz_groupfile_module lib/apache2/mod_authz_groupfile.so
37 #LoadModule authz_user_module lib/apache2/mod_authz_user.so
38 #LoadModule authz_dbm_module lib/apache2/mod_authz_dbm.so
39 #LoadModule authz_owner_module lib/apache2/mod_authz_owner.s
    [all...]
httpd2_linux.conf 3 # /var/run/apache2. (Tested on Ubuntu Hardy, directory names may
113 Include /etc/apache2/mods-enabled/*.load
114 Include /etc/apache2/mods-enabled/*.conf
httpd2_mac.conf 25 LoadModule authz_host_module libexec/apache2/mod_authz_host.so
26 LoadModule mime_module libexec/apache2/mod_mime.so
27 LoadModule ssl_module libexec/apache2/mod_ssl.so
28 LoadModule autoindex_module libexec/apache2/mod_autoindex.so
29 LoadModule alias_module libexec/apache2/mod_alias.so
30 LoadModule log_config_module libexec/apache2/mod_log_config.so
32 #LoadModule include_module libexec/apache2/mod_include.so
33 #LoadModule headers_module libexec/apache2/mod_headers.so
34 #LoadModule asis_module libexec/apache2/mod_asis.so
35 #LoadModule cgi_module libexec/apache2/mod_cgi.s
    [all...]

Completed in 753 milliseconds