Current time: 05-03-2024, 09:16 PM Hello There, Guest! (LoginRegister)


Post Reply 
no mySQL access via Joomla after update from 1.0.0rc2 to 1.0.0 to 1.0.5
Author Message
thoand Offline
Junior Member
*

Posts: 30
Joined: May 2010
Reputation: 0
Post: #5
RE: no mySQL access via Joomla after update from 1.0.0rc2 to 1.0.0 to 1.0.5
(05-26-2010 06:40 PM)joximu Wrote:  apache2 -M

Code:
h1202717:~# apache2 -M
apache2: bad user name ${APACHE_RUN_USER}
h1202717:~# export APACHE_RUN_USER=vu2000
h1202717:~# apache2 -M
apache2: bad group name ${APACHE_RUN_GROUP}
h1202717:~# export APACHE_RUN_GROUP=vu2000
h1202717:~# apache2 -M
Syntax error on line 29 of /etc/apache2/mods-enabled/fastcgi.conf:
FastCgiWrapper: "/usr/lib/apache2/suexec" execute access for server (uid 2000, gid 2000) failed: execute not allowed

I have chosen the vu2000 becaus it is the ispCP one, I think the missing rights are my problem, but where do I have to allow it?

(05-26-2010 06:40 PM)joximu Wrote:  ls -la /etc/apache2/mods-enabled/

Code:
h1202717:~# ls -la /etc/apache2/mods-enabled/
insgesamt 8
drwxr-xr-x 2 root root 4096 25. Mai 13:11 .
drwxr-xr-x 8 root root 4096 25. Mai 13:11 ..
lrwxrwxrwx 1 root root   30 25. Mai 12:30 actions.conf -> ../mods-available/actions.conf
lrwxrwxrwx 1 root root   30 25. Apr 2007  actions.load -> ../mods-available/actions.load
lrwxrwxrwx 1 root root   28 25. Mai 12:30 alias.conf -> ../mods-available/alias.conf
lrwxrwxrwx 1 root root   28 25. Apr 2007  alias.load -> ../mods-available/alias.load
lrwxrwxrwx 1 root root   33 25. Apr 2007  auth_basic.load -> ../mods-available/auth_basic.load
lrwxrwxrwx 1 root root   33 25. Apr 2007  authn_file.load -> ../mods-available/authn_file.load
lrwxrwxrwx 1 root root   36 25. Apr 2007  authz_default.load -> ../mods-available/authz_default.load
lrwxrwxrwx 1 root root   38 25. Apr 2007  authz_groupfile.load -> ../mods-available/authz_groupfile.load
lrwxrwxrwx 1 root root   33 25. Apr 2007  authz_host.load -> ../mods-available/authz_host.load
lrwxrwxrwx 1 root root   33 25. Apr 2007  authz_user.load -> ../mods-available/authz_user.load
lrwxrwxrwx 1 root root   32 25. Mai 12:30 autoindex.conf -> ../mods-available/autoindex.conf
lrwxrwxrwx 1 root root   32 25. Apr 2007  autoindex.load -> ../mods-available/autoindex.load
lrwxrwxrwx 1 root root   28 24. Mai 23:55 cband.conf -> ../mods-available/cband.conf
lrwxrwxrwx 1 root root   28 24. Mai 23:55 cband.load -> ../mods-available/cband.load
lrwxrwxrwx 1 root root   27 25. Mai 12:36 cgid.conf -> ../mods-available/cgid.conf
lrwxrwxrwx 1 root root   27 25. Mai 12:36 cgid.load -> ../mods-available/cgid.load
lrwxrwxrwx 1 root root   26 25. Mai 11:09 cgi.load -> ../mods-available/cgi.load
lrwxrwxrwx 1 root root   26 25. Apr 2007  dir.conf -> ../mods-available/dir.conf
lrwxrwxrwx 1 root root   26 25. Apr 2007  dir.load -> ../mods-available/dir.load
lrwxrwxrwx 1 root root   26 25. Apr 2007  env.load -> ../mods-available/env.load
lrwxrwxrwx 1 root root   30 25. Mai 13:11 fastcgi.conf -> ../mods-available/fastcgi.conf
lrwxrwxrwx 1 root root   30 25. Mai 13:11 fastcgi.load -> ../mods-available/fastcgi.load
lrwxrwxrwx 1 root root   27 25. Mai 12:30 mime.conf -> ../mods-available/mime.conf
lrwxrwxrwx 1 root root   27 25. Apr 2007  mime.load -> ../mods-available/mime.load
lrwxrwxrwx 1 root root   34 25. Mai 12:30 negotiation.conf -> ../mods-available/negotiation.conf
lrwxrwxrwx 1 root root   34 25. Apr 2007  negotiation.load -> ../mods-available/negotiation.load
lrwxrwxrwx 1 root root   28 24. Mai 23:59 proxy.conf -> ../mods-available/proxy.conf
lrwxrwxrwx 1 root root   33 24. Mai 23:59 proxy_http.load -> ../mods-available/proxy_http.load
lrwxrwxrwx 1 root root   28 24. Mai 23:59 proxy.load -> ../mods-available/proxy.load
lrwxrwxrwx 1 root root   30 25. Apr 2007  rewrite.load -> ../mods-available/rewrite.load
lrwxrwxrwx 1 root root   31 25. Mai 12:30 setenvif.conf -> ../mods-available/setenvif.conf
lrwxrwxrwx 1 root root   31 25. Apr 2007  setenvif.load -> ../mods-available/setenvif.load
lrwxrwxrwx 1 root root   29 25. Mai 12:30 status.conf -> ../mods-available/status.conf
lrwxrwxrwx 1 root root   29 25. Apr 2007  status.load -> ../mods-available/status.load
lrwxrwxrwx 1 root root   29 25. Apr 2007  suexec.load -> ../mods-available/suexec.load

(05-26-2010 06:40 PM)joximu Wrote:  and next the /etc/apache2/sites-enabled/iscp.conf - you may change the domain names and paths...

Everythink in there looks ok.

regards,
thoand
05-26-2010 08:16 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: no mySQL access via Joomla after update from 1.0.0rc2 to 1.0.0 to 1.0.5 - thoand - 05-26-2010 08:16 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)