How I can get Suexec installed?

4 posts / 0 new
Last post
#1 Thu, 08/28/2014 - 09:42
aneysa

How I can get Suexec installed?

Hello,

Can anybody help how I can get Suexec please?

"Failed to save website options : Suexec is enabled in the default template, but the suexec command was not found on your system."

Thanks in advance.

Thu, 08/28/2014 - 09:59
andreychek

Howdy,

The suexec program is part of Apache.

What is the output of these two commands:

dpkg -l apache2
find /usr -name suexec
Fri, 08/29/2014 - 03:29 (Reply to #2)
aneysa

The first command returns this:

> dpkg -l apache2
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                            Version                            Description
+++-===============================-==================================-============================================
un  apache2                         <none>                             (no description available)

The second command returns nothing:

> find /usr -name suexec
Fri, 08/29/2014 - 06:47
aneysa

Hi Eric,

Just to let you know that Suexec is OK now. Following your hint about incorrect package source repository, I found a local copy of Lucid list in /etc/apt/sources.list.d, and placed it on the remote server. Everything is fine now. I am able to fetch correct packages, and install them.

I am grateful to you!

Simon.

Topic locked