Rumah > pembangunan bahagian belakang > tutorial php > 关于apache虚拟域名的设置

关于apache虚拟域名的设置

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Lepaskan: 2016-07-28 08:29:34
asal
1228 orang telah melayarinya

设置虚拟域名

1.修改hosts文件,目录:C:\Windows\System32\drivers\etc,添加,例

localhost doma.com
Salin selepas log masuk

2.修改httpd.conf文件

<directory></directory>
    AllowOverride none
    Require all denied
Salin selepas log masuk
<directory></directory>
    #AllowOverride none
    #Require all denied

   AllowOverride all
    Order deny,allow
    Allow from all
Salin selepas log masuk

3.修改https-vhosts.conf文件,添加,例
<virtualhost>
    ServerAdmin doma.com
    DocumentRoot "c:/wamp/www/doma"
    ServerName doma.com
    ServerAlias www.dummy-host.example.com
    ErrorLog "logs/dummy-host.example.com-error.log"
    CustomLog "logs/dummy-host.example.com-access.log" common
</virtualhost>
Salin selepas log masuk
重启apache服务,访问域名doma.com,成功

但是,出现了问题,访问localhost,或者其他目录报错

403 Forbidden You don't have permission to access / on this server
Salin selepas log masuk
404 Forbidden The requested URL  was not found on this server
Salin selepas log masuk
无法决绝该错误,删除原有修改,重启服务器,上述错误仍然存在,无法理解

需要血钙https-vhosts.cong文件,将其中的

<virtualhost>
  ...
</virtualhost>
Salin selepas log masuk
全部注释,修改httpd.cong文件,

<directory></directory>
    #AllowOverride none
    #Require all denied

    Options Indexes FollowSymLinks Includes ExecCGI
    AllowOverride All
    Order deny,allow
    Allow from all

Salin selepas log masuk
问题解决,虚拟域名设置失败,有待思考解决

以上就介绍了 关于apache虚拟域名的设置,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

Label berkaitan:
sumber:php.cn
Kenyataan Laman Web ini
Kandungan artikel ini disumbangkan secara sukarela oleh netizen, dan hak cipta adalah milik pengarang asal. Laman web ini tidak memikul tanggungjawab undang-undang yang sepadan. Jika anda menemui sebarang kandungan yang disyaki plagiarisme atau pelanggaran, sila hubungi admin@php.cn
Isu terkini
Menggunakan Vite's Nested Directory Nuxt 3
daripada 1970-01-01 08:00:00
0
0
0
python3.5 - c++ memanggil python36
daripada 1970-01-01 08:00:00
0
0
0
python3.x - c++ memanggil python3
daripada 1970-01-01 08:00:00
0
0
0
Tutorial Popular
Lagi>
Muat turun terkini
Lagi>
kesan web
Kod sumber laman web
Bahan laman web
Templat hujung hadapan