apache2.4.6的httpd.conf设置问题
最近,在学着用apache2.4.6,但是,苦恼的是,不知道怎么设置自己的虚拟目录。在apache2.2中设置的方法,到了2.4.6中不管用,求大家指导啊!!!!!
回复讨论(解决方案)
希望得到大神的提点!!!!!!!
谷歌搜索一下
goole上面说的都是基本的配置,都是把原来的路径改为现在得路径。那如果要配置虚拟主机了该怎么操作?求解答啊!!
没人吗?桑心啊!
http://www.neoease.com/apache-virtual-host/
根据你的系统找到对应的方法
htto.conf 里面写上这一句
Include conf/local-vhosts.conf
然后在同一个目录建一个文件,命名为local-vhosts.conf,可能apache已经有一个,改名
在里面写上下列咚咚,根据你的实际情况改动,并保存重启apache
<VirtualHost 127.0.0.1:12700> #端口自定 ServerAdmin xxx@mail.com DocumentRoot "绝对路径" ServerName localadm ErrorLog logs/dummy-host.example.com-error_log CustomLog logs/dummy-host.example.com-access_log common</VirtualHost><VirtualHost 127.0.0.1:12701> ServerAdmin 邮箱 DocumentRoot "绝对路径" ServerName localadm ErrorLog logs/dummy-host.example.com-error_log CustomLog logs/dummy-host.example.com-access_log common</VirtualHost>
配置应该通用的,如果升级后不行,应该是某些语句冲突了,查看apache的 logs
Listen 8891
NameVirtualHost *:8891 #你想要设置的端口号
ServerAdmin admin@localhost
DocumentRoot "e:/xiangmu/xiangmu1" #你源码想存放的位置,不要中文路径
ServerName 192.168.111.111:8891 #你本机ip+端口号
Options Indexes FollowSymLinks
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
Allow from 127.0.0.1
Allow from 192.168.111.111 #你本机ip

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Long URLs, often cluttered with keywords and tracking parameters, can deter visitors. A URL shortening script offers a solution, creating concise links ideal for social media and other platforms. These scripts are valuable for individual websites a

Following its high-profile acquisition by Facebook in 2012, Instagram adopted two sets of APIs for third-party use. These are the Instagram Graph API and the Instagram Basic Display API.As a developer building an app that requires information from a

Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

This is the second and final part of the series on building a React application with a Laravel back-end. In the first part of the series, we created a RESTful API using Laravel for a basic product-listing application. In this tutorial, we will be dev

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

The 2025 PHP Landscape Survey investigates current PHP development trends. It explores framework usage, deployment methods, and challenges, aiming to provide insights for developers and businesses. The survey anticipates growth in modern PHP versio
