Centos 5.10 VPS php

时间:2014-09-27 18:52:24

标签: php apache centos vps

我是VPS的新手。 我在另一个国家有一个VPS。我安装了httpd和php,并使用Putty在/ var / www中创建了index.php。我跑的时候

php index.php

它运行,但是当我在浏览器中输入IP时,它会显示Connection Timeout!

我也在/etc/httpd/conf/httpd.conf中粘贴了这个

AddType application/x-httpd-php .php
<VirtualHost *:80>
    ServerName localhost
    ServerAdmin webmaster@localhost

    DocumentRoot /var/www
    <Directory />
            Options FollowSymLinks
            AllowOverride All
    </Directory>
    <Directory /var/www/>
            Options Indexes FollowSymLinks MultiViews
            AllowOverride All
            Order allow,deny
            allow from all
    </Directory>
</VirtualHost>

0 个答案:

没有答案