# Apache static configuration # Automatically generated # Basic server configuration PidFile "${:pid-file}" Listen [${:listening-ip}]:${:listening-port} ServerAdmin someone@email DefaultType text/plain TypesConfig conf/mime.types AddType application/x-compress .Z AddType application/x-gzip .gz .tgz DocumentRoot "${:document-root}" # Log configuration ErrorLog "${:error-log}" LogLevel warn LogFormat "%h %{REMOTE_USER}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%h %{REMOTE_USER}i %l %u %t \"%r\" %>s %b" common CustomLog "${:access-log}" common # Allow cross site scripting Header set Access-Control-Allow-Origin "*" # List of modules LoadModule unixd_module modules/mod_unixd.so LoadModule access_compat_module modules/mod_access_compat.so LoadModule authz_core_module modules/mod_authz_core.so LoadModule authz_host_module modules/mod_authz_host.so LoadModule log_config_module modules/mod_log_config.so LoadModule setenvif_module modules/mod_setenvif.so LoadModule version_module modules/mod_version.so LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_proxy_http.so LoadModule mime_module modules/mod_mime.so LoadModule negotiation_module modules/mod_negotiation.so LoadModule rewrite_module modules/mod_rewrite.so LoadModule headers_module modules/mod_headers.so LoadModule dir_module modules/mod_dir.so LoadModule alias_module modules/mod_alias.so LoadModule ssl_module modules/mod_ssl.so LoadModule autoindex_module modules/mod_autoindex.so <Directory /> Options Indexes FollowSymLinks IndexOptions FancyIndexing order allow,deny Allow from All </Directory>