php查web伺服器版本,linux伺服器,更新PHP版本,phpinfo還顯示以前的版本

時間 2022-07-12 15:20:13

1樓:匿名使用者

其實原理就是$_server['http_user_agent']這個伺服器變數,然後再借助正則,就得到了。

function get_os()

else if (eregi('win 9x', $agent) && strpos($agent, '4.90'))

else if (eregi('win', $agent) && ereg('98', $agent))

else if (eregi('win', $agent) && eregi('nt 5.1', $agent))

else if (eregi('win', $agent) && eregi('nt 5', $agent))

else if (eregi('win', $agent) && eregi('nt', $agent))

else if (eregi('win', $agent) && ereg('32', $agent))

else if (eregi('linux', $agent))

else if (eregi('unix', $agent))

else if (eregi('sun', $agent) && eregi('os', $agent))

else if (eregi('ibm', $agent) && eregi('os', $agent))

else if (eregi('mac', $agent) && eregi('pc', $agent))

else if (eregi('powerpc', $agent))

else if (eregi('aix', $agent))

else if (eregi('hpux', $agent))

else if (eregi('netbsd', $agent))

else if (eregi('bsd', $agent))

else if (ereg('osf1', $agent))

else if (ereg('irix', $agent))

else if (eregi('freebsd', $agent))

else if (eregi('teleport', $agent))

else if (eregi('flashget', $agent))

else if (eregi('webzip', $agent))

else if (eregi('offline', $agent))

else

return $os;

}echo get_os();

2樓:匿名使用者

<?

echo phpinfo();

?>

你試試吧 用這個**估計能查到

php平臺下常用的 中國web伺服器有哪些

linux伺服器,更新php版本,phpinfo還顯示以前的版本 10

3樓:

因為phpinfo和你執行的php -v可能不是一個東西,執行的php -v顯示的哪個包,有path路徑設定和當前路徑來決定,很可能只是你當前目錄裡面的版本。而phpinfo()顯示的版本是由apache/httpd.conf檔案中決定的。

你要檢查下你的php路徑有沒有問題

4樓:優質查詢

重啟一下apache有沒有用。 service httpd restart

5樓:匿名使用者

安裝之後需要配置web伺服器才可以

如何檢驗自己的伺服器是否支援php

6樓:匿名使用者

伺服器執行

rpm -qa | grep -i php 檢視是否有安裝或者新建一個index.php的檔案

內容為<?php

phpinfo();

放在web伺服器目錄下能訪問就是

7樓:

新建一個文字

裡邊輸入:

<?php echo phpinfo();?>重新命名為:phpinfo.php

放到伺服器空間

開啟http://你的域名/phpinfo.php如果顯示php資訊,就證明支援php

8樓:

放個php檔案訪問下

9樓:匿名使用者

放個php探針...........

php能執行在哪些web伺服器上

10樓:匿名使用者

php的相容性非常好,幾乎所有的web伺服器都支援php的

主流可以跑php的伺服器有 apache nginx iis

11樓:莫路草根

apache、iis、nginx等其他還有,只是我記不得了

php中如何獲得伺服器的根目錄

12樓:幻翼高達

2、在index.php中,輸入:echo $_server['document_root'];。

3、瀏覽器執行index.php頁面,此時會列印出到伺服器的根目錄。

13樓:匿名使用者

這是伺服器web的根目錄:$_server['document_root']

14樓:匿名使用者

看你用什麼開發工具,很多都有個根目錄的一般都是叫www的資料夾

php本地伺服器 搭建好後怎麼檢視網頁

15樓:匿名使用者

你這是搭建好了嗎,搭建好了後,

把**放進去就ok了,,php伺服器,你要搭建asp的東西,能行嗎??

找個明白人問問吧.

16樓:匿名使用者

http://localhost是你站點根目錄 自己根據相對路徑檢視頁面

17樓:匿名使用者

你這個問題就像“講一下宇宙的來朧去脈”一下,估計沒有人會來回答的,這不是一兩句話或幾頁紙可以講清楚的,說好聽點你勤奮好學,說難聽點是懶。 google 這麼方便,自己去搜一下教程吧。

18樓:

用apmserv5.2.6

網上搜下

很不錯,還有手冊

如何使用內建的 php web 伺服器

我們平常所說的web伺服器到底是什麼?php?還是mysql?還是apache?

19樓:德石

web伺服器 其實就是一臺電腦,安裝的系統目前多為windows或liunx,然後在電腦上安裝web伺服器軟體,比如iis,apache,ngigx等等,php,jsp,.net是伺服器語言擴充套件.需要相應的程式.

mysql,mssql是資料庫(伺服器).

20樓:匿名使用者

apache是web伺服器中比較常見的一種,其他的還有iis、ngigx,這些都是單純的web服務,還有帶應用服務的,如websphere、weblogic、tomcat。

21樓:

apache是伺服器,mysql是資料庫,php是一種web開發語言

寶塔控制面板版本是根據伺服器版本選擇還是根據電腦的版本選擇

根據伺服器版本選擇,vps,虛擬主機,ecs伺服器等來選擇是使用linux面板還是windows面板,具體的安裝可以檢視寶塔的官網的。我們選擇和使用vps 伺服器的原因也在於可以自定義需要的軟體和不同的版本,而虛擬主機只能主機商給我們預設的什麼軟體版本我們只能使用不可以有其他的要求。同時,我們在使用...

web伺服器有哪些,常用的web伺服器軟體有哪些

春綻綻 比較常用的有tomcat resin jboss websphere 和 weblogic 等。常用的web伺服器軟體有哪些 西昆雲 常用到的是iis apache nginx但是最近幾年使用 nginx多一些 在就是apache 有很多啊,比如 apache lighhttp nginx等...

linu有分為個人使用者和伺服器版本嗎還是都是一樣

it與製藥 linux是區分個人版和伺服器版的 如果你想要做伺服器的話可以選擇redhat的rhel版本,或者社群的centos。如果作為個人桌面的話,你可以選擇ubuntu fedora等版本。伺服器不是很懂了。一般企業的話就是小伺服器,甚至有的企業就是pc linux的伺服器。大型的伺服器也有用...