<?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; Кривой конфиг apacha или phpmyadmin]]></title>
		<link>https://forum.php-myadmin.ru/viewtopic.php?id=943</link>
		<atom:link href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=943&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Кривой конфиг apacha или phpmyadmin».]]></description>
		<lastBuildDate>Mon, 27 Oct 2008 17:27:29 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Кривой конфиг apacha или phpmyadmin]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=6065#p6065</link>
			<description><![CDATA[<p><strong>ERPing</strong><br />localhost не настроен, а вы на него залезть пытаетесь. Назначьте виртуальный хост для localhost.</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Mon, 27 Oct 2008 17:27:29 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=6065#p6065</guid>
		</item>
		<item>
			<title><![CDATA[Кривой конфиг apacha или phpmyadmin]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=6063#p6063</link>
			<description><![CDATA[<p>Кривой конфиг apacha или phpmyadmin<br />mysql-client-5.1.11 Multithreaded SQL database (client)<br />mysql-server-5.1.11 Multithreaded SQL database (server)<br />php5-mysql-5.1.6_3&nbsp; The mysql shared extension for php<br />php5-mysqli-5.1.6_3 The mysqli shared extension for php<br />Server version: Apache/2.2.3<br />mysql&nbsp; Ver 14.12 Distrib 5.1.11-beta, for portbld-freebsd6.2 (i386) using&nbsp; 5.0<br />index.php,v 2.39 2006/07/03 15:29:06<br />FreeBSD 6.2</p><p>Httpd.conf</p><br /><p># 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.2&gt; for detailed information.<br /># In particular, see <br /># &lt;URL:http://httpd.apache.org/docs/2.2/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;/var/log/foo.log&quot;<br /># with ServerRoot set to &quot;/usr/local&quot; will be interpreted by the<br /># server as &quot;/usr/local//var/log/foo.log&quot;.</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 point the LockFile directive<br /># at a local disk.&nbsp; If you wish to share the same ServerRoot for multiple<br /># httpd daemons, you will need to change at least LockFile and PidFile.<br />#<br />ServerRoot &quot;/usr/local/&quot;</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 authn_file_module libexec/apache22/mod_authn_file.so<br />LoadModule authn_dbm_module libexec/apache22/mod_authn_dbm.so<br />LoadModule authn_anon_module libexec/apache22/mod_authn_anon.so<br />LoadModule authn_default_module libexec/apache22/mod_authn_default.so<br />LoadModule authn_alias_module libexec/apache22/mod_authn_alias.so<br />LoadModule authz_host_module libexec/apache22/mod_authz_host.so<br />LoadModule authz_groupfile_module libexec/apache22/mod_authz_groupfile.so<br />LoadModule authz_user_module libexec/apache22/mod_authz_user.so<br />LoadModule authz_dbm_module libexec/apache22/mod_authz_dbm.so<br />LoadModule authz_owner_module libexec/apache22/mod_authz_owner.so<br />LoadModule authz_default_module libexec/apache22/mod_authz_default.so<br />LoadModule auth_basic_module libexec/apache22/mod_auth_basic.so<br />LoadModule auth_digest_module libexec/apache22/mod_auth_digest.so<br />LoadModule file_cache_module libexec/apache22/mod_file_cache.so<br />LoadModule cache_module libexec/apache22/mod_cache.so<br />LoadModule disk_cache_module libexec/apache22/mod_disk_cache.so<br />LoadModule include_module libexec/apache22/mod_include.so<br />LoadModule filter_module libexec/apache22/mod_filter.so<br />LoadModule charset_lite_module libexec/apache22/mod_charset_lite.so<br />LoadModule deflate_module libexec/apache22/mod_deflate.so<br />LoadModule log_config_module libexec/apache22/mod_log_config.so<br />LoadModule logio_module libexec/apache22/mod_logio.so<br />LoadModule env_module libexec/apache22/mod_env.so<br />LoadModule mime_magic_module libexec/apache22/mod_mime_magic.so<br />LoadModule cern_meta_module libexec/apache22/mod_cern_meta.so<br />LoadModule expires_module libexec/apache22/mod_expires.so<br />LoadModule headers_module libexec/apache22/mod_headers.so<br />LoadModule usertrack_module libexec/apache22/mod_usertrack.so<br />LoadModule unique_id_module libexec/apache22/mod_unique_id.so<br />LoadModule setenvif_module libexec/apache22/mod_setenvif.so<br />LoadModule version_module libexec/apache22/mod_version.so<br />LoadModule ssl_module libexec/apache22/mod_ssl.so<br />LoadModule mime_module libexec/apache22/mod_mime.so<br />LoadModule dav_module libexec/apache22/mod_dav.so<br />LoadModule status_module libexec/apache22/mod_status.so<br />LoadModule autoindex_module libexec/apache22/mod_autoindex.so<br />LoadModule asis_module libexec/apache22/mod_asis.so<br />LoadModule info_module libexec/apache22/mod_info.so<br />LoadModule cgi_module libexec/apache22/mod_cgi.so<br />LoadModule dav_fs_module libexec/apache22/mod_dav_fs.so<br />LoadModule vhost_alias_module libexec/apache22/mod_vhost_alias.so<br />LoadModule negotiation_module libexec/apache22/mod_negotiation.so<br />LoadModule dir_module libexec/apache22/mod_dir.so<br />LoadModule imagemap_module libexec/apache22/mod_imagemap.so<br />LoadModule actions_module libexec/apache22/mod_actions.so<br />#LoadModule speling_odule libexec/apache22/mod_speling.so<br />LoadModule userdir_module libexec/apache22/mod_userdir.so<br />LoadModule alias_module libexec/apache22/mod_alias.so</p><p>LoadModule rewrite_module libexec/apache22/mod_rewrite.so<br /><strong>#LoadModule php5_module&nbsp; &nbsp; &nbsp; &nbsp; libexec/apache22/libphp5.so<br /></strong></p><p><strong>AddType application/x-httpd-php .php<br /></strong><br />&lt;IfModule !mpm_netware_module&gt;</p><br /><br /><p>#AddModule mod_php5.c<br /><strong>&nbsp; &nbsp; &lt;IfModule mod_php5.c&gt;<br />&nbsp; &nbsp; &nbsp; DirectoryIndex index.php index.html index.shtm index.shtml index.htm index.php3 index.php4 index.cgi index.pl<br />&nbsp; &nbsp; &lt;/IfModule&gt;<br />&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&lt;IfModule mod_php5.c&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; AddType application/x-httpd-php .php<br />&nbsp; &nbsp; &nbsp; &nbsp; AddType application/x-httpd-php .php3<br />&nbsp; &nbsp; &nbsp; &nbsp; AddType application/x-httpd-php .php4<br />&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;AddType application/x-httpd-php .phtml<br />&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;AddType application/x-httpd-source .phps<br />&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&lt;/IfModule&gt;<br />Alias /phpmyadmin/ &quot;/usr/local/www/phpMyAdmin/&quot;<br />&lt;Directory &quot;/usr/local/www/phpMyAdmin/&quot;&gt;<br />&nbsp; &nbsp; Options all<br />&nbsp; &nbsp; AllowOverride All <br />&nbsp; &nbsp; Order allow,deny<br />&nbsp; &nbsp; Allow from all №№№№№<br />&nbsp; &nbsp; Allow from all №№№№№<br />&nbsp; &nbsp; &lt;/Directory&gt;</strong></p><br /><br /><br /><br /><p>#<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 www<br />Group www<br />&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 №№№№№№№</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 №№№№№№№:80</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;/usr/local/www/apache22/data&quot;</p><p>#<br /># Each directory to which Apache has access can be configured with respect<br /># to which services and features are allowed and/or disabled in that<br /># directory (and its subdirectories). <br />#<br /># First, we configure the &quot;default&quot; to be a very restrictive set of <br /># features.&nbsp; <br />#<br />&lt;Directory /&gt;<br />&nbsp; &nbsp; AllowOverride None<br />&nbsp; &nbsp; Order deny,allow<br />&nbsp; &nbsp; Deny from all<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 /># This should be changed to whatever you set DocumentRoot to.<br />#<br />&lt;Directory &quot;/usr/local/www/apache22/data&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.2/mod/core.html#options">http://httpd.apache.org/docs/2.2/mod/core.html#options</a><br />&nbsp; &nbsp; # for more information.<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;#Options Indexes FollowSymLinks<br />&nbsp; &nbsp; Options All -Indexes<br />&nbsp; &nbsp; #BILO Options Indexes FollowSymLinks<br />&nbsp; &nbsp; <br />&nbsp; &nbsp; <br />&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;Options FileInfo AuthConfig Limit<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; AllowOverride All</p><p>&nbsp; &nbsp; #<br />&nbsp; &nbsp; # Controls who can get stuff from this server.<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; Order allow,deny<br />&nbsp; &nbsp; Allow from all</p><p>&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<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;FilesMatch &quot;^\.ht&quot;&gt;<br />&nbsp; &nbsp; Order allow,deny<br />&nbsp; &nbsp; Deny from all<br />&nbsp; &nbsp; Satisfy All<br />&lt;/FilesMatch&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 /var/log/httpd-error.log</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 /var/log/httpd-access.log 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 /var/log/httpd-access.log 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;/usr/local/www/apache22/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 /var/run/cgisock<br />&lt;/IfModule&gt;</p><p>#<br /># &quot;/usr/local/www/apache22/cgi-bin&quot; should be changed to whatever your ScriptAliased<br /># CGI directory exists, if you have that configured.<br />#<br />&lt;Directory &quot;/usr/local/www/apache22/cgi-bin&quot;&gt;<br />&nbsp; &nbsp; AllowOverride None<br />&nbsp; &nbsp; Options None<br />&nbsp; &nbsp; Order allow,deny<br />&nbsp; &nbsp; Allow from all<br />&nbsp; &nbsp; &lt;/Directory&gt;</p><p>#<br /># DefaultType: the default MIME type the server will use for a document<br /># if it cannot otherwise determine one, such as from filename extensions.<br /># If your server contains mostly text or HTML documents, &quot;text/plain&quot; is<br /># a good value.&nbsp; If most of your content is binary, such as applications<br /># or images, you may want to use &quot;application/octet-stream&quot; instead to<br /># keep browsers from trying to display binary files as though they are<br /># text.<br />#<br />DefaultType text/plain</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 etc/apache22/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; <strong>&nbsp; AddType application/x-compress .Z<br />&nbsp; &nbsp; AddType application/x-gzip .gz .tgz<br />&nbsp; &nbsp; AddType application/x-httpd-php .php<br />&nbsp; &nbsp; AddType application/x-httpd-php .php3<br />&nbsp; &nbsp; AddType application/x-httpd-php .php4<br />&nbsp; &nbsp; AddType application/x-httpd-php .phtml<br />&nbsp; &nbsp; AddType application/x-httpd-source .phps</strong></p><p>#DirectoryIndex index.php index.html index.shtm index.shtml index.htm index.php3 index.php4 index.cgi index.pl&nbsp; &nbsp; </p><br /><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 etc/apache22/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 /># EnableMMAP and EnableSendfile: On systems that support it, <br /># memory-mapping or the sendfile syscall is 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 />#<br />#EnableMMAP off<br />#EnableSendfile off</p><p># Supplemental configuration<br />#<br /># The configuration files in the etc/apache22/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 etc/apache22/extra/httpd-mpm.conf</p><p># Multi-language error messages<br />#Include etc/apache22/extra/httpd-multilang-errordoc.conf</p><p># Fancy directory listings<br />#Include etc/apache22/extra/httpd-autoindex.conf</p><p># Language settings<br />#Include etc/apache22/extra/httpd-languages.conf</p><p># User home directories<br />#Include etc/apache22/extra/httpd-userdir.conf</p><p># Real-time info on requests and configuration<br />#Include etc/apache22/extra/httpd-info.conf</p><p># Virtual hosts<br />#Include etc/apache22/extra/httpd-vhosts.conf</p><p># Local access to the Apache HTTP Server Manual<br />#Include etc/apache22/extra/httpd-manual.conf</p><p># Distributed authoring and versioning (WebDAV)<br />#Include etc/apache22/extra/httpd-dav.conf</p><p># Various default settings<br />#Include etc/apache22/extra/httpd-default.conf</p><p># Secure (SSL/TLS) connections<br />#Include etc/apache22/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;</p><p>Include etc/apache22/Includes/*.conf</p><br /><p><strong>config.inc</strong></p><p><strong>?php<br />&nbsp; $i = 0;<br />&nbsp; $i++;<br />&nbsp; $cfg[&#039;Servers&#039;][$i][&#039;host&#039;] = &#039;127.0.0.1&#039;;<br />&nbsp; $cfg[&#039;Servers&#039;][$i][&#039;extension&#039;] = &#039;mysql&#039;;<br />&nbsp; $cfg[&#039;Servers&#039;][$i][&#039;connect_type&#039;] = &#039;tcp&#039;;<br />&nbsp; $cfg[&#039;Servers&#039;][$i][&#039;compress&#039;] = false;<br />&nbsp; $cfg[&#039;Servers&#039;][$i][&#039;auth_type&#039;] = &#039;config&#039;;<br />&nbsp; $cfg[&#039;Servers&#039;][$i][&#039;user&#039;] = &#039;mysql&#039;;<br />&nbsp; $cfg[&#039;Servers&#039;][$i][&#039;password&#039;] = &#039;&#039;; // Пароль пользователя root<br />?&gt;</strong></p><br /><br /><br /><br /><p>при наборе http://localhos/phpmyadmin/<br />выходит вся папка phpmyadmin как на фтп.<br />с правами все вроде бы ок.<br />как это все победить ?</p><p>ps поиск юзал , решение такой проблемы не нашел- может быть проблемам в других портах?.<br />спс за ответ, сори что побеспокоил.</p>]]></description>
			<author><![CDATA[null@example.com (ERPing)]]></author>
			<pubDate>Mon, 27 Oct 2008 14:32:26 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=6063#p6063</guid>
		</item>
	</channel>
</rss>
