<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; apache别名设置</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/apache%E5%88%AB%E5%90%8D%E8%AE%BE%E7%BD%AE/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Wed, 01 Apr 2026 08:27:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CentOS Linux系统下Apache设置Alias别名访问</title>
		<link>https://www.osyunwei.com/archives/767.html</link>
		<comments>https://www.osyunwei.com/archives/767.html#comments</comments>
		<pubDate>Thu, 03 Nov 2011 13:28:54 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Alias]]></category>
		<category><![CDATA[apache别名设置]]></category>
		<category><![CDATA[phpmyadmin]]></category>

		<guid isPermaLink="false">http://w66416.s75.chinaccnet.cn/?p=767</guid>
		<description><![CDATA[引言：     Apache服务器通过设置alias别名可以使特定的目录（phpmyadmin目录）不出现在网站根目录下面，即使网站根目录被攻破，也不会影响到phpmyadmin目录里面的文件。 下面以安装phpmyadmin为例设置别名访问： 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 1、下载phpmyadmin    cd /home    wget http://ncu.dl.sourceforge.net/project/phpmyadmin/phpMyAdmin/3.4.4/phpMyAdmin-3.4.4-all-languages.tar.gz    tar xvfz  phpMyAdmin-3.4.4-all-languages.tar.gz       #解压    mv   phpMyAdmin-3.4.4-all-languages  phpmyadmin       #更改文件夹名字为phpmyadmin 2、编辑Apache服务器配置    vi /etc/httpd/conf/httpd.conf    #编辑文件     Alias /phpmyadmin "/home/phpmyadmin"   &#60;Directory "/home/phpmyadmin"&#62;     Options  MultiViews FollowSymLinks     AllowOverride None     Order allow,deny     Allow from all   &#60;/Directory&#62; 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/767.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/767.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
