Apache 设置虚拟目录、虚拟主机 - Guoshuang Wiki

05-15 ||  Readers: 177

More articles from:

http://blog.guoshuang.com 郭爽的Blog
ubuntu,firefox,opera,css,javascript,xhtml,ui design,blog,geeks...
91     0

修改 apache2.conf 或者 httpd.conf 或者 sites-available/default 都可以。 这些配置文件,linux 下在 /etc/apache2 目录中。 目录 [隐藏] 1 apache 虚拟目录设置 2 apache 虚拟主机设置 2.1 基于主机名的虚拟主机 2.2 基于IP地址的虚拟主机 3 相关资料 if (window.showTocToggle) { var tocShowText = "显示"; var tocHideText = "隐藏"; showTocToggle(); } [编辑] apache 虚拟目录设置 Alias /old/ "/media/disk/var/www" <Directory "/media/disk/var/www"> AllowOverride None Options Indexes Order allow,deny [...]
Like this article? Click “Recommend” to let others know your interest. Click "Tool Box"-> "Save" to add this article as your favourite.

Articles: