Questions tagged [joomla]

Joomla is a free and open source content management system written in PHP

enter image description here

Joomla is a free and open source content management system written in . It stores data in a or MS SQL database and includes features such as page caching, RSS feeds, printable versions of pages, news flashes, blogs, polls, search and support for language internationalization.

Website: http://www.joomla.org

Wikipedia: http://en.wikipedia.org/wiki/Joomla

Similar

151 questions
11
votes
13 answers

How to setup an Intranet site and a FREE alternative to Sharepoint

I've been tasked with the job of building a web server and Intranet site using perhaps Joomla for creating an alternative to Microsoft Sharepoint and would like some advice of what steps to take and how to get started. A bit of background is that we…
stead1984
  • 577
  • 8
  • 16
  • 32
5
votes
1 answer

apache child pid exit signal Segmentation fault (11)

when I installed joomla I can't see the index.php and I get this messages in my /var/log/apache2/error.log [notice] child pid 3211 exit signal Segmentation fault (11) for activate the coredump, I follow the instructions in this link…
JuanPablo
  • 823
  • 3
  • 9
  • 20
4
votes
2 answers

mod_security ruleset for Joomla! admin

I run several hosting servers and recently I have experienced a lot of bruteforce attacks against joomla-based websites. Attackers seem to try a bruteforce against administrator/index.php page. I usually lock away IPs when they try to bruteforce…
godzillante
  • 240
  • 1
  • 3
  • 12
4
votes
2 answers

correct file system permissions for joomla installation on linux

My question is pretty general. Lets assume I have a linux distribution web server, with the /var/www/ is the web directory. I used my superuser account to upload and unzip the Joomla installation .zip folder. The linux system user for web users is…
jeffery_the_wind
  • 245
  • 2
  • 4
  • 9
4
votes
4 answers

Site Hacked Using ?cmd=ls

A Joomla site I'm running was hacked the other day. The hacker dropped some files into the tmp directory and was running an HTTP Daemon there somehow (at least that's what my host told me). At any rate, I've been trying to clean up the files they…
ggutenberg
  • 153
  • 1
  • 5
3
votes
3 answers

Installing Joomla on Windows Server 2008 with IIS 7.0

I have been spending the past while trying to install Joomla on a server running Windows Server 2008. I have successfully installed PHP (using Microsoft's web tool for installing PHP with IIS) and MySQL and am now trying to run the browser-based…
user25008
3
votes
1 answer

Is setting a Content Security Policy incompatible with Joomla's admin page?

I'd like to set a content security policy header for a Joomla website running on Apache 2.4. Using this configuration from h5bp and setting Header set Content-Security-Policy "script-src 'self'; object-src 'self'" gives me a blank page for the…
Tom Brossman
  • 301
  • 3
  • 12
3
votes
2 answers

How to let PHP connect to database by using UNIX socket (Joomla)

I'd like to have my PHP applications such as Joomla make use of the UNIX socket to connect to the local mysql database. I've already configured the php.ini with: mysqli.default_socket = /var/run/mysqld/mysqld.sock mysql.default_socket =…
gijs007
  • 107
  • 1
  • 4
  • 17
3
votes
1 answer

FastCGI sent in stderr: Unable to open primary script

Situation: Server A & server B installed same Ubuntu 14.04, same nginx version (1.4.6), same virtual host (domain.com) and joomla folder (rsync-ed from server A to B) But server A only able to display its front page and would display "no file input…
grepmaster
  • 143
  • 2
  • 3
  • 14
3
votes
3 answers

Postfix + Php Mail() VS Postfix + SMTP

Most CMS (Joomla for example) comes with php mail() as default and has the option of changing it to SMTP if we want. I will be setting up both the webserver and mail server (Postfix) in the same VPS on Debian 7. What I am trying to understand…
Neel
  • 1,421
  • 7
  • 21
  • 35
3
votes
2 answers

SELinux: how to enable write access to Joomla cache directory?

I have set up SELinux on a Debian squeeze system, which runs a Joomla website. The Joomla PHP code wants to have write access to certain cache directories. The /var/log/messages file contains entries like these: Dec 31 10:26:16 s0022 kernel: […
nn4l
  • 1,336
  • 5
  • 22
  • 40
3
votes
1 answer

Reasons why a certificate with EV SSL is hidden after finish loading the site?

I'm facing a problem with an Extended Validation SSL certificate that displays correctly (the green bar with the Organization name and Country code) on all pages except the index of my DocumentRoot. Permissions and directives on the web server are…
altmas5
  • 292
  • 1
  • 4
  • 12
3
votes
2 answers

High load on X3220 Quad Core Linux Apache server

I'm seriously in need of help. My sites are now nearly impossible to use because of massive loads on my server. I'm already a month late on my mortgage and this really isn't helping my situation. I've been working on fixing this intermittent load…
3
votes
1 answer

Changing server API from CGI to FastCGI

I have a server set up on CentOS and I need to change the API from CGI to FCGI (Someone else set this up initially) for x-cache to work (we need this as we have a TV appearance on monday and are expecting high-load). The server is a dedicated Dell…
Myles Gray
  • 639
  • 4
  • 12
  • 33
2
votes
1 answer

How do you redirect Joomla URLs with a query string to another host?

I have a Joomla site and I was trying to make URL redirection with query so when someone types https://example.com/index.php/news/item/some-news they get redirected to http://new.example.com/index.php/news/item/some-news I was try this code but…
alexk66
  • 21
  • 1
1
2 3
10 11