1

This is what i'm working whit.

Ubuntu Server 13.10 /w Kubuntu Desktop
3.11.0-17-generic
Apache/2.4.6 (Ubuntu)
PHP 5.5.3-1ubuntu2.1 (cli)
Module SuPHP Enabled

My issues:

I can install Joomla, and it looks like its working, but I have to chmod -R 755 on the the root folder of the installation of joomla, in order to get everything to work like its supposed to. (This is not an ideal solution for an server i'm going to use for development of webpages. Anyone have any toughs about were i can start to look, in order to get this issue resolved.

[core:error] [pid 3773] (13)Permission denied: [client 127.0.0.1:46801] AH00132: file     
permissions deny server access: file permissions deny server access:
/var/www/jostein/public_html/administrator/components/com_kunena/media/icons/large/categories.png,
referer: http://127.0.1.1/administrator/index.php?option=com_kunena 


in /var/logs/apache2/error.log

afther I install Kuena in joomla.

My solution are to:

Manually

chmod -R 755 /home/jostein/www/public_html/administrator/components/com_kunena/

My viritual host conf file

<VirtualHost 127.0.1.1:80>
ServerName localhost

ServerAdmin webmaster@example.com
DocumentRoot /var/www/jostein/public_html
  suPHP_Engine on
  #suPHP_UserGroup jostein jostein
        AddType application/x-httpd-suphp .php .php3 .php4 .php5 .phtml
        suPHP_AddHandler application/x-httpd-suphp

</VirtualHost>

Normally the # should't be in front of suPHP_UserGroup but if i remove it i get this error

utput of config test was:
AH00526: Syntax error on line 8 of /etc/apache2/sites-enabled/mysite.conf:
Invalid command 'suPHP_UserGroup', perhaps misspelled or defined by a module not
included in the server configuration
Action 'configtest' failed.
The Apache error log may have more information.
BD Bear
  • 470
  • 2
  • 5
  • 17

0 Answers0