Hello! Any other suggestion to check what's wrong with my "missing" installation?
Many thanks -----Messaggio originale----- Da: Alessio (Personale) [mailto:[email protected]] Inviato: martedì 11 marzo 2014 10:16 A: 'John Doe'; '[email protected]' Oggetto: R: R: support to install varnish on a VPS (Plesk on Centos) Hi John, just removed and reinstalled with no errors or warnings. Unfortunately I still can't find any "/etc/sysconfig/varnish" file or directory. Many thanks for your support! Alessio -----Messaggio originale----- Da: [email protected] [mailto:[email protected]] Per conto di John Doe Inviato: lunedì 10 marzo 2014 17:09 A: [email protected] Oggetto: Re: R: support to install varnish on a VPS (Plesk on Centos) From: Alessio (Personale) <[email protected]> > conto di John Doe >> Which rpm did it install (if it did)...? >> # rpm -qa | grep varnish >> The howto you used is based on (the old) CentOS 5. >> Are you on CentOS 6 or still on CentOS 5...? >> If you are on 6, you should install the corresponding varnish repository: >> http://repo.varnish-cache.org/redhat/varnish-3.0/el6/noarch/varnish-release/ varnish-release-3.0-1.el6.noarch.rpm > > Thanks "John". > Using "rpm -qa | grep varnish" > I find "varnish-release-3.0-1.noarch" this sould confirm it's > installed. > I confirm you I'm running on CentOS 6. Yes and no... it confirms a varnish repository is installed, but not which one (el5 or el6?)... If you found only "varnish-release", it means varnish (the application) is not installed. The "yum install varnish" from the howto did not work. That's why you cannot find the files in etc... Remove the varnish repository: # rpm -e varnish-release Install the correct one: # rpm --nosignature -i http://repo.varnish-cache.org/redhat/varnish-3.0/el6/noarch/varnish-release/ varnish-release-3.0-1.el6.noarch.rpm Install the varnish application: # yum install varnish JD _______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc _______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
