Changes between Version 19 and Version 20 of UsefulHostingLinks
- Timestamp:
- 10/05/08 22:02:11 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsefulHostingLinks
v19 v20 45 45 * [http://article.gmane.org/gmane.comp.web.zope.plone.ingeniweb.devel/3913 How to build libapache2-mod-python for Debian Etch using the Debian Lenny sources] 46 46 47 Note after building libapache2-mod-pythonDebian ''still'' told me my python version was 2.4.4-2 and that I could therefore not install the module. I had to use47 Note after building `libapache2-mod-python` Debian ''still'' told me my python version was 2.4.4-2 and that I could therefore not install the module. I had to use 48 48 49 49 {{{ … … 52 52 53 53 to install it. 54 55 This means is I want to install other packages I must first do 56 57 {{{ 58 sudo apt-get -f install 59 }}} 60 61 and then ''remove'' the `libapache2-mod-python` package, do an, 62 63 {{{ 64 sudo apt-get install XXXXX 65 }}} 66 67 to install my new packages before once again forcing an install of `libapache2-mod-python`. 68 69 {{{ 70 sudo dpkg -i --force-depends *.deb 71 }}} 54 72 55 73 === pycentral problems === … … 179 197 180 198 [wiki:Hosting/MailServers Setting up mail serving facilities] 199 200 == Setting up [http://awstats.sourceforge.net/ awstats] to monitor site activity == 201 202 [wiki:Hosting/awstats Setting up awstats to monitor the website] 203
