问题标签 [lampp]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
1687 浏览

apache - 移动 Lampp htdocs

我已经在 Ubuntu 12.04LTS 上安装了 Lampp。我试图通过编辑 httpd.conf 中的两个 DocumentRoot 值将我的 htdocs 移动到 home/myusername/lampp/htdocs。

这样做之后,我在所有页面上都被禁止访问。

我已经在目录上尝试了 chmod 755 ,但这已经是主目录上的默认设置,并且可以预见没有任何效果。

编辑

htdocs 下所有目录上的 chmod 755 解决了被禁止的问题。我现在可以看到默认的 XAMPP 页面@localhost/xampp/index.php,以及我在 localhost/test.html 下的 test.html 页面。

然而,localhost/xampp/index.php 无法正常运行,并且单击任何语言链接都不会进入标准的 Xampp 配置和介绍页面,而是什么都不做。

编辑

权限再次被折叠。使用递归 chmod 基本上是所有需要做的。

0 投票
1 回答
96 浏览

php - 无法配置 Apache 来解析 PHP 文件

我已经在linux中安装了xampp。然后我更新了 php.ini 文件,比如删除了 ; 在一些图书馆之前。

如果我键入 localhost/test.php 则该 php 文件正在下载而不是执行。

https://stackoverflow.com/questions/12893714/installed-xampp-on-linux-but-it-now-just-downloads-php-files-instead-of-displa

与上述网址相关的问题是相同的。我已经尝试了上述问题的解决方案。但没有得到解决。

任何机构都可以帮助我。

谢谢

0 投票
2 回答
3443 浏览

apache - LAMPP 启动失败并出现错误 2

我正在尝试建立一个网络服务器来测试我的 php 脚本。

我下载了最新版本的lampp(1.8.1)并将其解压到/opt/lampp。

现在我刚刚尝试启动它,但它失败了:

xxx@xxx-pc1:/opt/lampp$ sudo /opt/lampp/lampp start
Starting XAMPP for Linux 1.8.1...
/opt/lampp/share/lampp/phpstatus: line 4: /opt/lampp/bin/php: cannot execute binary file
XAMPP: Starting Apache with SSL ...
/opt/lampp/bin/httpd: 1: /opt/lampp/bin/httpd: Syntax error: "(" unexpected
XAMPP: Error 2! Couldn't start Apache!
XAMPP: Starting diagnose...
XAMPP: Sorry, I've no idea what's going wrong.
XAMPP: Please contact our forum http://www.apachefriends.org/f/
XAMPP: Starting MySQL...
./bin/my_print_defaults: 1: ./bin/my_print_defaults: Syntax error: "(" unexpected
XAMPP: Couldn't start MySQL!
XAMPP: Starting ProFTPD... XAMPP: /opt/lampp/lampp: line 333: /opt/lampp/sbin/proftpd: cannot execute binary file
XAMPP: Error 126! Couln't start ProFTPD!
XAMPP for Linux started.
xxx@xxx-pc1:/opt/lampp$

有人知道这个问题吗?

0 投票
1 回答
96 浏览

php - 无法打开本地主机?

我一直在测试机器上使用 Lampp。操作系统是 Ubuntu 12.1。它在运行我的脚本之前运行良好。然后它开始显示一个弹出窗口,询问我是否要打开或保存文件?我尝试更改端口并重新启动机器并重新启动 Lampp。到目前为止,没有任何效果。

0 投票
2 回答
6088 浏览

mysql - Linux 12.04 上的 Lampp、Xampp 中的 MySQL 停用

我在我的 Ubuntu 12.04 (Mint 13 maya) 操作系统上新安装了 xampp-linux-1.8.1。运行lampp时,我得到:

在:localhost/xampp/ MySQL 数据库已停用!!!

当我试图停止 /usr/sbin/mysqld 但无法使用此命令停止时!!!

请问我需要帮助,谢谢。

0 投票
1 回答
2334 浏览

linux - 在 Red Hat 64 位上安装 xampp

在 RHEL 5.6(Tikanga) 64 位上安装 xampp 并启动​​它时,我收到以下错误:

做一些阅读,解决方案似乎只适用于 ubuntu 安装正确的库。Red Hat的解决方案已经“将lampp可执行脚本中的64位检查注释掉”如下:

我已经这样做了,再次启动lampp,现在我得到了这个:

原来我可能确实需要某种图书馆。谁能帮我看看哪个?

0 投票
1 回答
7984 浏览

ubuntu - fopen(dbinfo.php):无法打开流:权限被拒绝 Ubuntu 12.04 LTS

我正在尝试在 UBuntu 上运行一个 php 项目。它有一个创建 mysql 数据库的安装脚本。当我尝试运行脚本时,出现以下错误:

我知道这些错误是由于权限被拒绝造成的。但我不知道如何解决这个问题。似乎该脚本没有编辑或创建数据库的权限。我是 Ubuntu 新手,无法解决这个问题。抱歉英语不好。

0 投票
0 回答
175 浏览

php - https 设置 - 链接显示目录列表而不是网页

我正在尝试https根据本文在我的lampp服务器上启用

http://incho.net/tools-frameworks/how-to-setup-http-protocol-with-ssl-on-lamp-environment/

但是当我尝试访问“ https://mywebsite.com ”时,它会显示 htdocs 文件夹的目录列表。

虚拟主机配置

谢谢

0 投票
5 回答
26266 浏览

svn - svn: 无法打开请求的 SVN 文件系统

我尝试在 LAMPP 环境中设置 svn。我的 svn 存储库位于 中/var/svn/repos,并且该repos目录归root:root.

现在,在运行命令时

我看到此错误消息:

如何使命令成功运行?

0 投票
1 回答
622 浏览

tomcat - Solr indexing in Typo3 giving error

While I am trying to index pages I am getting error in the solr admin screen

The typo3 developer logs show the following:

I have configured the solr extension and set up looks good as per the 'Status Report' page on typo3 admin, but the errors appear and nothing gets indexed.

Could somebody suggest if there anything I am missing in setting up the solrconfig.xml and schema.xml file. Actually these are located in my solr home which is in '/var/solr../../example/solr/collection1/conf' and '/opt/lampp/htdocs/../../ext/../solr/resources/conf/' . I am confused about which of the configs is used and how solr extension in typo3 talks to the solr search engine via tomcat.

I am using:

SOLR 4.2.0 Solr extension 2.8.2 Lampp: 1.8.1 Tomcat 6

Please let me know if you need any other information as I am new to these technologies and need to set it up urgently.

Thanks in advance