• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Resolved Unable to Setup or Run imunify360

The 8th

Regular Pleskian
Server operating system version
Ubuntu 22.04.5 LTS
Plesk version and microupdate number
18.0.65
Hello guys,

I tried to install imunify, well i chosen 360 not AV but i don't know why showed in top AV, anyway whatever I did even by SSH terminal its not going to setup, advise me please

1734644694517.png
 
Hi there,

Although it isn't good that our repository gives the warning message, it should be installed fine. Please let me know if it isn't.

Vladimir Markevich,
Product Manager for Imunify.
 
Thank you for the report, @The 8th. Our team reviewed the case and they were able to reproduce the error on a test environment with Google PageSpeed insights extension and installing page-speed module from there:

grep -ir pagespeed /etc/apt*
/etc/apt/sources.list.d/mod-pagespeed.list:deb http://dl.google.com/linux/mod-pagespeed/deb/ stable main

Please try applying the workaround from the article linked by @Pavel Zaikin .
 
Thank you for the report, @The 8th. Our team reviewed the case and they were able to reproduce the error on a test environment with Google PageSpeed insights extension and installing page-speed module from there:



Please try applying the workaround from the article linked by @Pavel Zaikin .
Thank you all for respond, I tried the steps where mentioned in the article by @Pavel Zaikin but looks not worked for me, I even removed pageinsights ext but still not solved, screenshot attached.1734767191576.png

1734767027221.png
 
You can use the following to search for the file that has the specific mod-pagespeed file:

Bash:
grep -rnw '/etc/apt/sources.list.d/' -e 'mod-pagespeed'
 
Back
Top