Click here to Close
 
打印

[教程] Apache/PHP/Perl安装配置及其他(更新无WiFi版方法及下载)

本主题由 System 于 2008-8-31 05:00 解除限时高亮
不错,该顶一个!做贡献的人我们都要支持!

TOP

引用:
原帖由 迷离鱼 于 2007-9-24 21:20 发表
Step2:添加PHP路径2.1在WinSCP的右半部分,找到-etc文件夹  双击profile打开,在 PATH="/bin:/sbin:/usr/bin:/usr/local/bin:/usr/sbin" 的后引号前加入“:/opt/iphone/bin”(不包括引号),保存 ———————————— ...
啊哦 前面说的那几个东西都装了么?
特别是bsd subsystem........
什么这么好笑

TOP

我用 'Installer'  install BSD Subsystem 后,為什么在 'Installer" 里一直見到要求 Reinstall.
其它程序安裝應该没什么问题......
現 iphone 里也找不到 Apache 程式

Please Help.....Thanks

TOP

install的列表里面没有了那uninstall下面有么?
在uninstall里面的就是安装过的......apache没有图标啊
 
至于bsd subsystem这个....没有遇到过 重启一下呢?
什么这么好笑

TOP

研究当中,实现中文短信的必经之路。

TOP

从installer 里安装bsd subsystem 总是下不来啊。。。其余的倒是可以。。。。
大大给个链接下载啊,好用ibrickr安装
没有灵魂又怎能感受空虚?!

TOP

大哥们,为什么我的INSTALLER2.63不能删啊。它说 NO LOCATION DEFINED IN PACKAGE
怎么办啊
所以你们说的

Apache

说明:在iPhone上直接用installer安装

我根本看不到的……

TOP

我已经按照论坛上dis兄弟的办法“Apache/PHP安装配置及其他”弄好了
为什么还是显示Safari can't open the page because it could not connect to the server

求助啊
没有灵魂又怎能感受空虚?!

TOP

httpd起不来,可能是配置程序有问题


# apachectl start
Syntax error on line 947 of /etc/httpd/httpd.conf:
Action takes two arguments, a media type followed by a script name
/usr/sbin/apachectl start: httpd could not be started

TOP

# head -n 960 httpd.conf | tail -n 20
#
#NameVirtualHost *:80

#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for requests without a known
# server name.
#
#<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.example.com
#    DocumentRoot /www/docs/dummy-host.example.com
#    ServerName dummy-host.example.com
#    ErrorLog logs/dummy-host.example.com-error_log
#    CustomLog logs/dummy-host.example.com-access_log common
#</VirtualHost>
ScriptAlias /php /opt/iphone/bin
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php-cgi".

[ 本帖最后由 大锤锤 于 2007-9-25 23:47 编辑 ]

TOP