分页: 5 / 5

Re:

发表于 : 2009-03-24 21:59
tusooa
tyfj 写了:在浏览器地址栏里输入: http://localhost (或者 127.0.0.1)后都只有这些目录怎么回事?

dc/
info2www/

以前在 M$ win 上也用过 XAMPP, 是什么把 localhost 占用了吗?
本人只有"It works!"

Re: 用XAMPP-轻松配置PHP开发环境

发表于 : 2009-04-21 16:39
livecoffee
administrator@ubuntu:~$ tar xvfz xampp-linux-1.7.1.tar.gz -C /opt
tar: xampp-linux-1.7.1.tar.gz:无法 open: 没有该文件或目录
tar: 错误不可恢复:现在退出
tar: Child returned status 2
tar: 由于前面延迟的错误而退出

这是什么意思阿
本人新手
文件放在桌面

Re: 用XAMPP-轻松配置PHP开发环境

发表于 : 2009-04-25 17:57
mengqing
livecoffee 写了:administrator@ubuntu:~$ tar xvfz xampp-linux-1.7.1.tar.gz -C /opt
tar: xampp-linux-1.7.1.tar.gz:无法 open: 没有该文件或目录
tar: 错误不可恢复:现在退出
tar: Child returned status 2
tar: 由于前面延迟的错误而退出

这是什么意思阿
本人新手
文件放在桌面
没有该文件或目录啊

你打pwd看看现在在什么目录

Re: 用XAMPP-轻松配置PHP开发环境

发表于 : 2009-06-02 23:24
andcat
这个问题很是韵味:

andcat@andcat-desktop:~$ sudo tar xvfz xampp-linux-1.7.1.tar.gz -C /opt
tar: xampp-linux-1.7.1.tar.gz:无法 open: 没有该文件或目录
tar: 错误不可恢复:现在退出
tar: Child returned status 2
tar: 由于前面延迟的错误而退出
andcat@andcat-desktop:~$

相当确定,文件已经放在桌面上,但执行之后,仍然是这样?
能有什么解决办法?

Re: 用XAMPP-轻松配置PHP开发环境

发表于 : 2009-06-04 8:26
adqin
怎么都出现这样的问题。
我已经很久没用Ubuntu和XAMPP了,现在手上也没有这个环境。
既然提示没有该文件或目录
输入命令时尽量用Tab键提示输入。

Re: 用XAMPP-轻松配置PHP开发环境

发表于 : 2009-06-04 20:58
mengqing
andcat 写了:这个问题很是韵味:

andcat@andcat-desktop:~$ sudo tar xvfz xampp-linux-1.7.1.tar.gz -C /opt
tar: xampp-linux-1.7.1.tar.gz:无法 open: 没有该文件或目录
tar: 错误不可恢复:现在退出
tar: Child returned status 2
tar: 由于前面延迟的错误而退出
andcat@andcat-desktop:~$

相当确定,文件已经放在桌面上,但执行之后,仍然是这样?
能有什么解决办法?
文件在桌面上,但你的current directory不在桌面上啊..

建议先学学linux基本命令..

Re: 用XAMPP-轻松配置PHP开发环境

发表于 : 2009-08-04 23:55
qia.qiaqia
[quote="andcat"]这个问题很是韵味:

andcat@andcat-desktop:~$ sudo tar xvfz xampp-linux-1.7.1.tar.gz -C /opt
tar: xampp-linux-1.7.1.tar.gz:无法 open: 没有该文件或目录
tar: 错误不可恢复:现在退出
tar: Child returned status 2
tar: 由于前面延迟的错误而退出
andcat@andcat-desktop:~$








自己试了试,找到答案了呵呵

先用:sudo -i
取得root权限

然后:cd /hong/(你的用户名)/桌面


再然后 root@ubuntu:/home/(你的用户名)/桌面#
最后再运行tar xvfz xampp-linux-1.7.1.tar.gz -C /opt

OK了!

Re: 用XAMPP-轻松配置PHP开发环境

发表于 : 2009-11-26 19:28
snolice
mark 下

Re: 用XAMPP-轻松配置PHP开发环境

发表于 : 2009-11-28 8:45
shihuo
原来这里有这么多有帮助的东西

我在网上找了很久,才会,呵呵!

Re: 用XAMPP-轻松配置PHP开发环境

发表于 : 2009-12-09 14:32
roy0524
sudo /opt/lampp/lampp security

然后根据提示进行设置密码。


设完密码后再方问 http://localhost/

出现

http://localhost 请求用户名和密码。信息为: “xampp user”


要我写账号密码,咋回事?

Re: 用XAMPP-轻松配置PHP开发环境

发表于 : 2009-12-09 14:34
roy0524
Authentication required!

This server could not verify that you are authorized to access the URL "/xampp/". You either supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.

In case you are allowed to request the document, please check your user-id and password and try again.

If you think this is a server error, please contact the webmaster.
Error 401
localhost
2009年12月09日 星期三 14时32分36秒
Apache/2.2.12 (Unix) DAV/2 mod_ssl/2.2.12 OpenSSL/0.9.8k PHP/5.3.0 mod_apreq2-20051231/2.6.0 mod_perl/2.0.4 Perl/v5.10.0

Re: 用XAMPP-轻松配置PHP开发环境

发表于 : 2010-08-31 11:21
lucasliu
请问高手们,我的xampp只能访问http://localhost :em20 ,在主目录建立了放了一个网站,连接到htdocs下,但是无法访问,怎么办?谢谢

Re: 用XAMPP-轻松配置PHP开发环境

发表于 : 2010-09-08 22:44
fangix
我以前也有过在windows上面用LAMPP的经验,的确很方便,现在刚开始接触ubuntu,先用个自己熟悉的环境是上策,其他的再慢慢学!

Re: 用XAMPP-轻松配置PHP开发环境

发表于 : 2010-10-27 3:28
Das_Eck
Mark!!!受益!!!

问题--急!

发表于 : 2011-08-06 12:00
questionanswer
我是新手,安装了xampp for windows,但是mySQL---ADMIN 打不开,请问为什么?谢谢