|
发表于 2005-12-26 10:25:56
|
显示全部楼层
debian-huanghongzhi:~# dpkg -l "*apache*"|grep ^ii
ii apache2 2.0.54-5 next generation, scalable, extendable web se
ii apache2-common 2.0.54-5 next generation, scalable, extendable web se
ii apache2-doc 2.0.54-5 documentation for apache2
ii apache2-mpm-prefork 2.0.54-5 traditional model for Apache2
ii apache2-utils 2.0.54-5 utility programs for webservers
ii libapache2-mod-php4 4.4.0-4 server-side, HTML-embedded scripting languag
debian-huanghongzhi:~# ll /etc/apache2/mods-enabled
总用量 0
lrwxrwxrwx 1 root root 36 2005-06-27 15:55 cgi.load -> /etc/apache2/mods-available/cgi.load
lrwxrwxrwx 1 root root 37 2005-06-27 15:55 php4.conf -> /etc/apache2/mods-available/php4.conf
lrwxrwxrwx 1 root root 37 2005-06-27 15:55 php4.load -> /etc/apache2/mods-available/php4.load
lrwxrwxrwx 1 root root 40 2005-06-27 15:55 userdir.conf -> /etc/apache2/mods-available/userdir.conf
lrwxrwxrwx 1 root root 40 2005-06-27 15:55 userdir.load -> /etc/apache2/mods-available/userdir.load
主要看与php相关的两个链接。
如果你都是从包安装的话,它应该已经自动设置好了。 |
|