Rumah > pembangunan bahagian belakang > tutorial php > apache配置 - apache2配置二级域名解析时无法解析php?

apache配置 - apache2配置二级域名解析时无法解析php?

WBOY
Lepaskan: 2016-07-06 13:52:33
asal
1152 orang telah melayarinya

已经在服务商那边搞好了二级域名的指向。
httpd.conf:

<code><virtualhost>
        DocumentRoot /var/www/www/
    ProxyPassMatch ^/(.*\.php)$ fcgi://127.0.0.1:10000/var/www/www/$1
    DirectoryIndex index.html index.php
</virtualhost>


<virtualhost>
  DocumentRoot /var/www/www/a
  ServerName a.abc.com
  DirectoryIndex  index.php
</virtualhost>

</code>
Salin selepas log masuk
Salin selepas log masuk

现在我可以通过a.abc.com访问到abc.com/a,但是里面的php脚本无法运行,这是为什么呢?

回复内容:

已经在服务商那边搞好了二级域名的指向。
httpd.conf:

<code><virtualhost>
        DocumentRoot /var/www/www/
    ProxyPassMatch ^/(.*\.php)$ fcgi://127.0.0.1:10000/var/www/www/$1
    DirectoryIndex index.html index.php
</virtualhost>


<virtualhost>
  DocumentRoot /var/www/www/a
  ServerName a.abc.com
  DirectoryIndex  index.php
</virtualhost>

</code>
Salin selepas log masuk
Salin selepas log masuk

现在我可以通过a.abc.com访问到abc.com/a,但是里面的php脚本无法运行,这是为什么呢?

这多明显,你没有设置php转发代理。。。

<code class="apache">ProxyPassMatch ^/(.*\.php)$ fcgi://127.0.0.1:10000/var/www/www/a/$1</code>
Salin selepas log masuk
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
Tutorial Popular
Lagi>
Muat turun terkini
Lagi>
kesan web
Kod sumber laman web
Bahan laman web
Templat hujung hadapan