<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Форум PHP-MyAdmin.RU &mdash; Апач 2.4 не запускается(ошибка: The requested operation has failed!)]]></title>
		<link>https://forum.php-myadmin.ru/viewtopic.php?id=4720</link>
		<atom:link href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=4720&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Апач 2.4 не запускается(ошибка: The requested operation has failed!)».]]></description>
		<lastBuildDate>Sat, 05 Oct 2019 08:11:27 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Апач 2.4 не запускается(ошибка: The requested operation has failed!)]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=28092#p28092</link>
			<description><![CDATA[<p>Я бы Gin10 и другим Адептам Секты Апаче-мазохистов, посоветовал при первых же признаках того что апач начанает ломаться и выделываться, сносить его и под линуксом ставить денвера, а под виндой хампа. Только имейте в виду, что 32-х битный хамп не дружит с джумлой. Съэкономите время и нервы.</p>]]></description>
			<author><![CDATA[null@example.com (PahomXAMPP)]]></author>
			<pubDate>Sat, 05 Oct 2019 08:11:27 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=28092#p28092</guid>
		</item>
		<item>
			<title><![CDATA[Re: Апач 2.4 не запускается(ошибка: The requested operation has failed!)]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=27993#p27993</link>
			<description><![CDATA[<p>всем привет подскажите вставил скрипт для адаптации сайта на мобильных устройствах, в гугле нормально, в яндексе ошибка 403 forbidden, скрипт с дуда мобайл, что может быть мало понимаю в сайтах хочу разобраться, удаляю работает как на компе. тока мобильная версия и тока на яндексе не работает</p>]]></description>
			<author><![CDATA[null@example.com (atk-man)]]></author>
			<pubDate>Sun, 24 Mar 2019 19:01:51 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=27993#p27993</guid>
		</item>
		<item>
			<title><![CDATA[Re: Апач 2.4 не запускается(ошибка: The requested operation has failed!)]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=27990#p27990</link>
			<description><![CDATA[<p>Попробуйте запустить с изначальным конфигурационным файлом. Если с ним запустится, то ошибка в файле конфигурации.</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Sun, 03 Mar 2019 07:24:34 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=27990#p27990</guid>
		</item>
		<item>
			<title><![CDATA[Апач 2.4 не запускается(ошибка: The requested operation has failed!)]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=27989#p27989</link>
			<description><![CDATA[<p>У меня не запускается апач из треи,в логах ничего нет.Через httpd есть доступ к http://localhost </p><p>httpd:<br />#<br /># This is the main Apache HTTP server configuration file.&nbsp; It contains the<br /># configuration directives that give the server its instructions.<br /># See &lt;URL:http://httpd.apache.org/docs/2.4/&gt; for detailed information.<br /># In particular, see <br /># &lt;URL:http://httpd.apache.org/docs/2.4/mod/directives.html&gt;<br /># for a discussion of each configuration directive.<br />#<br /># Do NOT simply read the instructions in here without understanding<br /># what they do.&nbsp; They&#039;re here only as hints or reminders.&nbsp; If you are unsure<br /># consult the online docs. You have been warned.&nbsp; <br />#<br /># Configuration and logfile names: If the filenames you specify for many<br /># of the server&#039;s control files begin with &quot;/&quot; (or &quot;drive:/&quot; for Win32), the<br /># server will use that explicit path.&nbsp; If the filenames do *not* begin<br /># with &quot;/&quot;, the value of ServerRoot is prepended -- so &quot;logs/access_log&quot;<br /># with ServerRoot set to &quot;/usr/local/apache2&quot; will be interpreted by the<br /># server as &quot;/usr/local/apache2/logs/access_log&quot;, whereas &quot;/logs/access_log&quot; <br /># will be interpreted as &#039;/logs/access_log&#039;.<br />#<br /># NOTE: Where filenames are specified, you must use forward slashes<br /># instead of backslashes (e.g., &quot;c:/apache&quot; instead of &quot;c:\apache&quot;).<br /># If a drive letter is omitted, the drive on which httpd.exe is located<br /># will be used by default.&nbsp; It is recommended that you always supply<br /># an explicit drive letter in absolute paths to avoid confusion.</p><p>#<br /># ServerRoot: The top of the directory tree under which the server&#039;s<br /># configuration, error, and log files are kept.<br />#<br /># Do not add a slash at the end of the directory path.&nbsp; If you point<br /># ServerRoot at a non-local disk, be sure to specify a local disk on the<br /># Mutex directive, if file-based mutexes are used.&nbsp; If you wish to share the<br /># same ServerRoot for multiple httpd daemons, you will need to change at<br /># least PidFile.<br />#<br />ServerRoot &quot;c:/Server/Apache24&quot;</p><p>#<br /># Mutex: Allows you to set the mutex mechanism and mutex file directory<br /># for individual mutexes, or change the global defaults<br />#<br /># Uncomment and change the directory if mutexes are file-based and the default<br /># mutex file directory is not on a local disk or is not appropriate for some<br /># other reason.<br />#<br /># Mutex default:logs</p><p>#<br /># Listen: Allows you to bind Apache to specific IP addresses and/or<br /># ports, instead of the default. See also the &lt;VirtualHost&gt;<br /># directive.<br />#<br /># Change this to Listen on specific IP addresses as shown below to <br /># prevent Apache from glomming onto all bound IP addresses.<br />#<br />#Listen 12.34.56.78:80<br />Listen 80</p><p>#<br /># Dynamic Shared Object (DSO) Support<br />#<br /># To be able to use the functionality of a module which was built as a DSO you<br /># have to place corresponding `LoadModule&#039; lines at this location so the<br /># directives contained in it are actually available _before_ they are used.<br /># Statically compiled modules (those listed by `httpd -l&#039;) do not need<br /># to be loaded here.<br />#<br /># Example:<br /># LoadModule foo_module modules/mod_foo.so<br />#<br />LoadModule access_compat_module modules/mod_access_compat.so<br />LoadModule actions_module modules/mod_actions.so<br />LoadModule alias_module modules/mod_alias.so<br />LoadModule allowmethods_module modules/mod_allowmethods.so<br />LoadModule asis_module modules/mod_asis.so<br />LoadModule auth_basic_module modules/mod_auth_basic.so<br />#LoadModule auth_digest_module modules/mod_auth_digest.so<br />#LoadModule auth_form_module modules/mod_auth_form.so<br />#LoadModule authn_anon_module modules/mod_authn_anon.so<br />LoadModule authn_core_module modules/mod_authn_core.so<br />#LoadModule authn_dbd_module modules/mod_authn_dbd.so<br />#LoadModule authn_dbm_module modules/mod_authn_dbm.so<br />LoadModule authn_file_module modules/mod_authn_file.so<br />#LoadModule authn_socache_module modules/mod_authn_socache.so<br />#LoadModule authnz_fcgi_module modules/mod_authnz_fcgi.so<br />#LoadModule authnz_ldap_module modules/mod_authnz_ldap.so<br />LoadModule authz_core_module modules/mod_authz_core.so<br />#LoadModule authz_dbd_module modules/mod_authz_dbd.so<br />#LoadModule authz_dbm_module modules/mod_authz_dbm.so<br />LoadModule authz_groupfile_module modules/mod_authz_groupfile.so<br />LoadModule authz_host_module modules/mod_authz_host.so<br />#LoadModule authz_owner_module modules/mod_authz_owner.so<br />LoadModule authz_user_module modules/mod_authz_user.so<br />LoadModule autoindex_module modules/mod_autoindex.so<br />#LoadModule buffer_module modules/mod_buffer.so<br />#LoadModule cache_module modules/mod_cache.so<br />#LoadModule cache_disk_module modules/mod_cache_disk.so<br />#LoadModule cache_socache_module modules/mod_cache_socache.so<br />#LoadModule cern_meta_module modules/mod_cern_meta.so<br />LoadModule cgi_module modules/mod_cgi.so<br />#LoadModule charset_lite_module modules/mod_charset_lite.so<br />#LoadModule data_module modules/mod_data.so<br />#LoadModule dav_module modules/mod_dav.so<br />#LoadModule dav_fs_module modules/mod_dav_fs.so<br />#LoadModule dav_lock_module modules/mod_dav_lock.so<br />#LoadModule dbd_module modules/mod_dbd.so<br />#LoadModule deflate_module modules/mod_deflate.so<br />LoadModule dir_module modules/mod_dir.so<br />#LoadModule dumpio_module modules/mod_dumpio.so<br />LoadModule env_module modules/mod_env.so<br />#LoadModule expires_module modules/mod_expires.so<br />#LoadModule ext_filter_module modules/mod_ext_filter.so<br />#LoadModule file_cache_module modules/mod_file_cache.so<br />#LoadModule filter_module modules/mod_filter.so<br />#LoadModule headers_module modules/mod_headers.so<br />#LoadModule heartbeat_module modules/mod_heartbeat.so<br />#LoadModule heartmonitor_module modules/mod_heartmonitor.so<br />#LoadModule ident_module modules/mod_ident.so<br />#LoadModule imagemap_module modules/mod_imagemap.so<br />#LoadModule _1cws_module&nbsp; &quot;C:\Program Files\1cv8\8.3.4.437\bin\wsisapi.dll&quot;<br />#LoadModule info_module modules/mod_info.so<br />LoadModule isapi_module modules/mod_isapi.so<br />#LoadModule lbmethod_bybusyness_module modules/mod_lbmethod_bybusyness.so<br />#LoadModule lbmethod_byrequests_module modules/mod_lbmethod_byrequests.so<br />#LoadModule lbmethod_bytraffic_module modules/mod_lbmethod_bytraffic.so<br />#LoadModule lbmethod_heartbeat_module modules/mod_lbmethod_heartbeat.so<br />#LoadModule ldap_module modules/mod_ldap.so<br />#LoadModule logio_module modules/mod_logio.so<br />LoadModule log_config_module modules/mod_log_config.so<br />#LoadModule log_debug_module modules/mod_log_debug.so<br />#LoadModule log_forensic_module modules/mod_log_forensic.so<br />#LoadModule lua_module modules/mod_lua.so<br />#LoadModule macro_module modules/mod_macro.so<br />LoadModule mime_module modules/mod_mime.so<br />#LoadModule mime_magic_module modules/mod_mime_magic.so<br />LoadModule negotiation_module modules/mod_negotiation.so<br />#LoadModule proxy_module modules/mod_proxy.so<br />#LoadModule proxy_ajp_module modules/mod_proxy_ajp.so<br />#LoadModule proxy_balancer_module modules/mod_proxy_balancer.so<br />#LoadModule proxy_connect_module modules/mod_proxy_connect.so<br />#LoadModule proxy_express_module modules/mod_proxy_express.so<br />#LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so<br />#LoadModule proxy_ftp_module modules/mod_proxy_ftp.so<br />#LoadModule proxy_html_module modules/mod_proxy_html.so<br />#LoadModule proxy_http_module modules/mod_proxy_http.so<br />#LoadModule proxy_scgi_module modules/mod_proxy_scgi.so<br />#LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so<br />#LoadModule ratelimit_module modules/mod_ratelimit.so<br />#LoadModule reflector_module modules/mod_reflector.so<br />#LoadModule remoteip_module modules/mod_remoteip.so<br />#LoadModule request_module modules/mod_request.so<br />#LoadModule reqtimeout_module modules/mod_reqtimeout.so<br />#LoadModule rewrite_module modules/mod_rewrite.so<br />#LoadModule sed_module modules/mod_sed.so<br />#LoadModule session_module modules/mod_session.so<br />#LoadModule session_cookie_module modules/mod_session_cookie.so<br />#LoadModule session_crypto_module modules/mod_session_crypto.so<br />#LoadModule session_dbd_module modules/mod_session_dbd.so<br />LoadModule setenvif_module modules/mod_setenvif.so<br />#LoadModule slotmem_plain_module modules/mod_slotmem_plain.so<br />#LoadModule slotmem_shm_module modules/mod_slotmem_shm.so<br />#LoadModule socache_dbm_module modules/mod_socache_dbm.so<br />#LoadModule socache_memcache_module modules/mod_socache_memcache.so<br />#LoadModule socache_shmcb_module modules/mod_socache_shmcb.so<br />#LoadModule speling_module modules/mod_speling.so<br />#LoadModule ssl_module modules/mod_ssl.so<br />#LoadModule status_module modules/mod_status.so<br />#LoadModule substitute_module modules/mod_substitute.so<br />#LoadModule unique_id_module modules/mod_unique_id.so<br />#LoadModule userdir_module modules/mod_userdir.so<br />#LoadModule usertrack_module modules/mod_usertrack.so<br />#LoadModule version_module modules/mod_version.so<br />#LoadModule vhost_alias_module modules/mod_vhost_alias.so<br />#LoadModule watchdog_module modules/mod_watchdog.so<br />#LoadModule xml2enc_module modules/mod_xml2enc.so</p><p>&lt;IfModule unixd_module&gt;<br />#<br /># If you wish httpd to run as a different user or group, you must run<br /># httpd as root initially and it will switch.&nbsp; <br />#<br /># User/Group: The name (or #number) of the user/group to run httpd as.<br /># It is usually good practice to create a dedicated user and group for<br /># running httpd, as with most system services.<br />#<br />User daemon<br />Group daemon</p><p>&lt;/IfModule&gt;</p><p># &#039;Main&#039; server configuration<br />#<br /># The directives in this section set up the values used by the &#039;main&#039;<br /># server, which responds to any requests that aren&#039;t handled by a<br /># &lt;VirtualHost&gt; definition.&nbsp; These values also provide defaults for<br /># any &lt;VirtualHost&gt; containers you may define later in the file.<br />#<br /># All of these directives may appear inside &lt;VirtualHost&gt; containers,<br /># in which case these default settings will be overridden for the<br /># virtual host being defined.<br />#</p><p>#<br /># ServerAdmin: Your address, where problems with the server should be<br /># e-mailed.&nbsp; This address appears on some server-generated pages, such<br /># as error documents.&nbsp; e.g. admin@your-domain.com<br />#<br />ServerAdmin admin@example.com</p><p>#<br /># ServerName gives the name and port that the server uses to identify itself.<br /># This can often be determined automatically, but we recommend you specify<br /># it explicitly to prevent problems during startup.<br />#<br /># If your host doesn&#039;t have a registered DNS name, enter its IP address here.<br />#<br />ServerName localhost</p><p>#<br /># Deny access to the entirety of your server&#039;s filesystem. You must<br /># explicitly permit access to web content directories in other <br /># &lt;Directory&gt; blocks below.<br />#<br />&lt;Directory /&gt;<br />&nbsp; &nbsp; AllowOverride none<br />&nbsp; &nbsp; Require all denied<br />&lt;/Directory&gt;</p><p>#<br /># Note that from this point forward you must specifically allow<br /># particular features to be enabled - so if something&#039;s not working as<br /># you might expect, make sure that you have specifically enabled it<br /># below.<br />#</p><p>#<br /># DocumentRoot: The directory out of which you will serve your<br /># documents. By default, all requests are taken from this directory, but<br /># symbolic links and aliases may be used to point to other locations.<br />#<br />DocumentRoot &quot;d:/Server/htdocs/&quot;<br />&lt;Directory &quot;d:/Server/htdocs/&quot;&gt;<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; # Possible values for the Options directive are &quot;None&quot;, &quot;All&quot;,<br />&nbsp; &nbsp; # or any combination of:<br />&nbsp; &nbsp; #&nbsp; &nbsp;Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; # Note that &quot;MultiViews&quot; must be named *explicitly* --- &quot;Options All&quot;<br />&nbsp; &nbsp; # doesn&#039;t give it to you.<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; # The Options directive is both complicated and important.&nbsp; Please see<br />&nbsp; &nbsp; # <a href="http://httpd.apache.org/docs/2.4/mod/core.html#options">http://httpd.apache.org/docs/2.4/mod/core.html#options</a><br />&nbsp; &nbsp; # for more information.<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; Options Indexes FollowSymLinks</p><p>&nbsp; &nbsp; #<br />&nbsp; &nbsp; # AllowOverride controls what directives may be placed in .htaccess files.<br />&nbsp; &nbsp; # It can be &quot;All&quot;, &quot;None&quot;, or any combination of the keywords:<br />&nbsp; &nbsp; #&nbsp; &nbsp;AllowOverride FileInfo AuthConfig Limit<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; AllowOverride None</p><p>&nbsp; &nbsp; #<br />&nbsp; &nbsp; # Controls who can get stuff from this server.<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; Require all granted<br />&lt;/Directory&gt;</p><p>#<br /># DirectoryIndex: sets the file that Apache will serve if a directory<br /># is requested.<br />#<br />&lt;IfModule dir_module&gt;<br />&nbsp; &nbsp; DirectoryIndex index.html index.php index.htm<br />&lt;/IfModule&gt;</p><p>#<br /># The following lines prevent .htaccess and .htpasswd files from being <br /># viewed by Web clients. <br />#<br />&lt;Files &quot;.ht*&quot;&gt;<br />&nbsp; &nbsp; Require all denied<br />&lt;/Files&gt;</p><p>#<br /># ErrorLog: The location of the error log file.<br /># If you do not specify an ErrorLog directive within a &lt;VirtualHost&gt;<br /># container, error messages relating to that virtual host will be<br /># logged here.&nbsp; If you *do* define an error logfile for a &lt;VirtualHost&gt;<br /># container, that host&#039;s errors will be logged there and not here.<br />#<br />ErrorLog &quot;logs/error.log&quot;</p><p>#<br /># LogLevel: Control the number of messages logged to the error_log.<br /># Possible values include: debug, info, notice, warn, error, crit,<br /># alert, emerg.<br />#<br />LogLevel warn</p><p>&lt;IfModule log_config_module&gt;<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; # The following directives define some format nicknames for use with<br />&nbsp; &nbsp; # a CustomLog directive (see below).<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; LogFormat &quot;%h %l %u %t \&quot;%r\&quot; %&gt;s %b \&quot;%{Referer}i\&quot; \&quot;%{User-Agent}i\&quot;&quot; combined<br />&nbsp; &nbsp; LogFormat &quot;%h %l %u %t \&quot;%r\&quot; %&gt;s %b&quot; common</p><p>&nbsp; &nbsp; &lt;IfModule logio_module&gt;<br />&nbsp; &nbsp; &nbsp; # You need to enable mod_logio.c to use %I and %O<br />&nbsp; &nbsp; &nbsp; LogFormat &quot;%h %l %u %t \&quot;%r\&quot; %&gt;s %b \&quot;%{Referer}i\&quot; \&quot;%{User-Agent}i\&quot; %I %O&quot; combinedio<br />&nbsp; &nbsp; &lt;/IfModule&gt;</p><p>&nbsp; &nbsp; #<br />&nbsp; &nbsp; # The location and format of the access logfile (Common Logfile Format).<br />&nbsp; &nbsp; # If you do not define any access logfiles within a &lt;VirtualHost&gt;<br />&nbsp; &nbsp; # container, they will be logged here.&nbsp; Contrariwise, if you *do*<br />&nbsp; &nbsp; # define per-&lt;VirtualHost&gt; access logfiles, transactions will be<br />&nbsp; &nbsp; # logged therein and *not* in this file.<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; CustomLog &quot;logs/access.log&quot; common</p><p>&nbsp; &nbsp; #<br />&nbsp; &nbsp; # If you prefer a logfile with access, agent, and referer information<br />&nbsp; &nbsp; # (Combined Logfile Format) you can use the following directive.<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; #CustomLog &quot;logs/access.log&quot; combined<br />&lt;/IfModule&gt;</p><p>&lt;IfModule alias_module&gt;<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; # Redirect: Allows you to tell clients about documents that used to <br />&nbsp; &nbsp; # exist in your server&#039;s namespace, but do not anymore. The client <br />&nbsp; &nbsp; # will make a new request for the document at its new location.<br />&nbsp; &nbsp; # Example:<br />&nbsp; &nbsp; # Redirect permanent /foo <a href="http://www.example.com/bar">http://www.example.com/bar</a></p><p>&nbsp; &nbsp; #<br />&nbsp; &nbsp; # Alias: Maps web paths into filesystem paths and is used to<br />&nbsp; &nbsp; # access content that does not live under the DocumentRoot.<br />&nbsp; &nbsp; # Example:<br />&nbsp; &nbsp; # Alias /webpath /full/filesystem/path<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; # If you include a trailing / on /webpath then the server will<br />&nbsp; &nbsp; # require it to be present in the URL.&nbsp; You will also likely<br />&nbsp; &nbsp; # need to provide a &lt;Directory&gt; section to allow access to<br />&nbsp; &nbsp; # the filesystem path.</p><p>&nbsp; &nbsp; #<br />&nbsp; &nbsp; # ScriptAlias: This controls which directories contain server scripts. <br />&nbsp; &nbsp; # ScriptAliases are essentially the same as Aliases, except that<br />&nbsp; &nbsp; # documents in the target directory are treated as applications and<br />&nbsp; &nbsp; # run by the server when requested rather than as documents sent to the<br />&nbsp; &nbsp; # client.&nbsp; The same rules about trailing &quot;/&quot; apply to ScriptAlias<br />&nbsp; &nbsp; # directives as to Alias.<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; ScriptAlias /cgi-bin/ &quot;c:/Apache24/cgi-bin/&quot;</p><p>&lt;/IfModule&gt;</p><p>&lt;IfModule cgid_module&gt;<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; # ScriptSock: On threaded servers, designate the path to the UNIX<br />&nbsp; &nbsp; # socket used to communicate with the CGI daemon of mod_cgid.<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; #Scriptsock cgisock<br />&lt;/IfModule&gt;</p><p>#<br /># &quot;c:/Apache24/cgi-bin&quot; should be changed to whatever your ScriptAliased<br /># CGI directory exists, if you have that configured.<br />#<br />&lt;Directory &quot;c:/Apache24/cgi-bin&quot;&gt;<br />&nbsp; &nbsp; AllowOverride None<br />&nbsp; &nbsp; Options None<br />&nbsp; &nbsp; Require all granted<br />&lt;/Directory&gt;</p><p>&lt;IfModule mime_module&gt;<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; # TypesConfig points to the file containing the list of mappings from<br />&nbsp; &nbsp; # filename extension to MIME-type.<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; TypesConfig conf/mime.types</p><p>&nbsp; &nbsp; #<br />&nbsp; &nbsp; # AddType allows you to add to or override the MIME configuration<br />&nbsp; &nbsp; # file specified in TypesConfig for specific file types.<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; #AddType application/x-gzip .tgz<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; # AddEncoding allows you to have certain browsers uncompress<br />&nbsp; &nbsp; # information on the fly. Note: Not all browsers support this.<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; #AddEncoding x-compress .Z<br />&nbsp; &nbsp; #AddEncoding x-gzip .gz .tgz<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; # If the AddEncoding directives above are commented-out, then you<br />&nbsp; &nbsp; # probably should define those extensions to indicate media types:<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; AddType application/x-compress .Z<br />&nbsp; &nbsp; AddType application/x-gzip .gz .tgz</p><p>&nbsp; &nbsp; #<br />&nbsp; &nbsp; # AddHandler allows you to map certain file extensions to &quot;handlers&quot;:<br />&nbsp; &nbsp; # actions unrelated to filetype. These can be either built into the server<br />&nbsp; &nbsp; # or added with the Action directive (see below)<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; # To use CGI scripts outside of ScriptAliased directories:<br />&nbsp; &nbsp; # (You will also need to add &quot;ExecCGI&quot; to the &quot;Options&quot; directive.)<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; #AddHandler cgi-script .cgi</p><p>&nbsp; &nbsp; # For type maps (negotiated resources):<br />&nbsp; &nbsp; #AddHandler type-map var</p><p>&nbsp; &nbsp; #<br />&nbsp; &nbsp; # Filters allow you to process content before it is sent to the client.<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; # To parse .shtml files for server-side includes (SSI):<br />&nbsp; &nbsp; # (You will also need to add &quot;Includes&quot; to the &quot;Options&quot; directive.)<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; #AddType text/html .shtml<br />&nbsp; &nbsp; #AddOutputFilter INCLUDES .shtml<br />&lt;/IfModule&gt;</p><p>#<br /># The mod_mime_magic module allows the server to use various hints from the<br /># contents of the file itself to determine its type.&nbsp; The MIMEMagicFile<br /># directive tells the module where the hint definitions are located.<br />#<br />#MIMEMagicFile conf/magic</p><p>#<br /># Customizable error responses come in three flavors:<br /># 1) plain text 2) local redirects 3) external redirects<br />#<br /># Some examples:<br />#ErrorDocument 500 &quot;The server made a boo boo.&quot;<br />#ErrorDocument 404 /missing.html<br />#ErrorDocument 404 &quot;/cgi-bin/missing_handler.pl&quot;<br />#ErrorDocument 402 <a href="http://www.example.com/subscription_info.html">http://www.example.com/subscription_info.html</a><br />#</p><p>#<br /># MaxRanges: Maximum number of Ranges in a request before<br /># returning the entire resource, or one of the special<br /># values &#039;default&#039;, &#039;none&#039; or &#039;unlimited&#039;.<br /># Default setting is to accept 200 Ranges.<br />#MaxRanges unlimited</p><p>#<br /># EnableMMAP and EnableSendfile: On systems that support it, <br /># memory-mapping or the sendfile syscall may be used to deliver<br /># files.&nbsp; This usually improves server performance, but must<br /># be turned off when serving from networked-mounted <br /># filesystems or if support for these functions is otherwise<br /># broken on your system.<br /># Defaults: EnableMMAP On, EnableSendfile Off<br />#<br />#EnableMMAP off<br />#EnableSendfile on</p><p># Supplemental configuration<br />#<br /># The configuration files in the conf/extra/ directory can be <br /># included to add extra features or to modify the default configuration of <br /># the server, or you may simply copy their contents here and change as <br /># necessary.</p><p># Server-pool management (MPM specific)<br />#Include conf/extra/httpd-mpm.conf</p><p># Multi-language error messages<br />#Include conf/extra/httpd-multilang-errordoc.conf</p><p># Fancy directory listings<br />#Include conf/extra/httpd-autoindex.conf</p><p># Language settings<br />#Include conf/extra/httpd-languages.conf</p><p># User home directories<br />#Include conf/extra/httpd-userdir.conf</p><p># Real-time info on requests and configuration<br />#Include conf/extra/httpd-info.conf</p><p># Virtual hosts<br />Include conf/extra/httpd-vhosts.conf</p><p># Local access to the Apache HTTP Server Manual<br />#Include conf/extra/httpd-manual.conf</p><p># Distributed authoring and versioning (WebDAV)<br />#Include conf/extra/httpd-dav.conf</p><p># Various default settings<br />#Include conf/extra/httpd-default.conf</p><p># Configure mod_proxy_html to understand HTML4/XHTML1<br />&lt;IfModule proxy_html_module&gt;<br />Include conf/extra/proxy-html.conf<br />&lt;/IfModule&gt;</p><p># Secure (SSL/TLS) connections<br />#Include conf/extra/httpd-ssl.conf<br />#<br /># Note: The following must must be present to support<br />#&nbsp; &nbsp; &nbsp; &nbsp;starting without SSL on platforms with no /dev/random equivalent<br />#&nbsp; &nbsp; &nbsp; &nbsp;but a statically compiled-in mod_ssl.<br />#<br />&lt;IfModule ssl_module&gt;<br />SSLRandomSeed startup builtin<br />SSLRandomSeed connect builtin<br />&lt;/IfModule&gt;<br />#<br /># uncomment out the below to deal with user agents that deliberately<br /># violate open standards by misusing DNT (DNT *must* be a specific<br /># end-user choice)<br />#<br />#&lt;IfModule setenvif_module&gt;<br />#BrowserMatch &quot;MSIE 10.0;&quot; bad_DNT<br />#&lt;/IfModule&gt;<br />#&lt;IfModule headers_module&gt;<br />#RequestHeader unset DNT env=bad_DNT<br />#&lt;/IfModule&gt;</p><p>PHPIniDir &quot;C:/Server/PHP&quot;</p><p>AddHandler application/x-httpd-php .php</p><p>LoadModule php7_module &quot;C:/Server/PHP/php7apache2_4.dll&quot;</p>]]></description>
			<author><![CDATA[null@example.com (Gin10)]]></author>
			<pubDate>Fri, 01 Mar 2019 16:36:27 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=27989#p27989</guid>
		</item>
	</channel>
</rss>
