Re: WordPress on Debian

2016-09-21 Thread gricketson
>> Is there perhaps a definitive document that explains how WordPress >> things are set up in Debian. The /usr/share/wordpress/readme.html >> starts off by unpacking the zip file, which tells me that's not the >> document that describes The Debian Way. There's no "man wordpress" or >> "info wordpr

Re: WordPress on Debian

2016-09-21 Thread Eduardo M KALINOWSKI
On 19-09-2016 15:29, Kent West wrote: > Is there perhaps a definitive document that explains how WordPress > things are set up in Debian. The /usr/share/wordpress/readme.html > starts off by unpacking the zip file, which tells me that's not the > document that describes The Debian Way. There's no "

Re: WordPress on Debian

2016-09-19 Thread Miles Fidelman
On 9/19/16 3:36 PM, David Wright wrote: On Mon 19 Sep 2016 at 13:43:04 (-0500), Kent West wrote: On Mon, Sep 19, 2016 at 1:29 PM, Kent West wrote: On Mon, Sep 19, 2016 at 11:53 AM, Tony Baldwin wrote: On 09/19/2016 12:26 PM, Miles Fidelman wrote: On 9/19/16 12:20 PM, Tony Baldwin wrote:

Re: WordPress on Debian

2016-09-19 Thread Ric Moore
On 09/19/2016 12:11 PM, Kent West wrote: There's a lot of conflicting documentation out there for installing WordPress on Debian, so I thought I'd come to you folks, who generally have a lot of wisdom and knowledge in all things Debian. This will wind up being more a theoretical discussion than

Re: WordPress on Debian

2016-09-19 Thread Anthony Baldwin
On 09/19/2016 03:36 PM, David Wright wrote: On Mon 19 Sep 2016 at 13:43:04 (-0500), Kent West wrote: On Mon, Sep 19, 2016 at 1:29 PM, Kent West wrote: On Mon, Sep 19, 2016 at 11:53 AM, Tony Baldwin wrote: On 09/19/2016 12:26 PM, Miles Fidelman wrote: On 9/19/16 12:20 PM, Tony Baldwin wro

Re: WordPress on Debian

2016-09-19 Thread davidson
On Mon, 19 Sep 2016, Kent West wrote: On Mon, Sep 19, 2016 at 11:53 AM, Tony Baldwin wrote: On 09/19/2016 12:26 PM, Miles Fidelman wrote: On 9/19/16 12:20 PM, Tony Baldwin wrote: I have always downloaded the latest from wordpress, created a DB on my server and basically manually installe

Re: WordPress on Debian

2016-09-19 Thread David Wright
On Mon 19 Sep 2016 at 13:43:04 (-0500), Kent West wrote: > On Mon, Sep 19, 2016 at 1:29 PM, Kent West wrote: > > > On Mon, Sep 19, 2016 at 11:53 AM, Tony Baldwin > > wrote: > > > >> On 09/19/2016 12:26 PM, Miles Fidelman wrote: > >> > >>> On 9/19/16 12:20 PM, Tony Baldwin wrote: > >>> > >>> I ma

Re: WordPress on Debian

2016-09-19 Thread Kent West
On Mon, Sep 19, 2016 at 1:29 PM, Kent West wrote: > On Mon, Sep 19, 2016 at 11:53 AM, Tony Baldwin > wrote: > >> On 09/19/2016 12:26 PM, Miles Fidelman wrote: >> >>> On 9/19/16 12:20 PM, Tony Baldwin wrote: >>> >>> I make a new user on the server for each new WP site, and then install their

Re: WordPress on Debian

2016-09-19 Thread Kent West
On Mon, Sep 19, 2016 at 11:53 AM, Tony Baldwin wrote: > On 09/19/2016 12:26 PM, Miles Fidelman wrote: > >> On 9/19/16 12:20 PM, Tony Baldwin wrote: >> >> I have always downloaded the latest from wordpress, created a DB on >>> my server and basically manually installed the upstream pkg (which I >

Re: WordPress on Debian

2016-09-19 Thread Tony Baldwin
On 09/19/2016 12:26 PM, Miles Fidelman wrote: On 9/19/16 12:20 PM, Tony Baldwin wrote: I have always downloaded the latest from wordpress, created a DB on my server and basically manually installed the upstream pkg (which I know is often discouraged here, but if you do it Our Way (ie. the Debi

Re: WordPress on Debian

2016-09-19 Thread Miles Fidelman
On 9/19/16 12:20 PM, Tony Baldwin wrote: I have always downloaded the latest from wordpress, created a DB on my server and basically manually installed the upstream pkg (which I know is often discouraged here, but if you do it Our Way (ie. the Debian Way, aka the Right Way for most stuff), an

Re: WordPress on Debian

2016-09-19 Thread Tony Baldwin
I have always downloaded the latest from wordpress, created a DB on my server and basically manually installed the upstream pkg (which I know is often discouraged here, but if you do it Our Way (ie. the Debian Way, aka the Right Way for most stuff), and then ask any questions on #wordpress on f

Re: wordpress from packages - wp-content location not applied?

2016-03-23 Thread Jiri 'Ghormoon' Novak
Jean-Louis Mas wrote: > Le 19/03/2016 14:31, Jiri 'Ghormoon' Novak a écrit : > >> what may I be missing, if the configuration that came with wordpress >> package doesn't apply correctly? >> there is: /usr/share/wordpress/wp-config.php: >> define('WP_CONTENT_DIR', '/var/lib/wordpress/wp-content')

Re: wordpress from packages - wp-content location not applied?

2016-03-23 Thread Jean-Louis Mas
Le 19/03/2016 14:31, Jiri 'Ghormoon' Novak a écrit : > what may I be missing, if the configuration that came with wordpress > package doesn't apply correctly? > there is: /usr/share/wordpress/wp-config.php: > define('WP_CONTENT_DIR', '/var/lib/wordpress/wp-content'); > > but that doesn't have

Re: wordpress from packages - wp-content location not applied?

2016-03-20 Thread Adam Wilson
On Sat, 19 Mar 2016 20:27:03 +0100 Jiri 'Ghormoon' Novak wrote: > Hi, > > the line in /usr is there by default (in package) and is not applied, > until I copy it to /etc. that's the strange part. > > Gh. > > arian wrote: > > No idea of wordpress, but > > > >> there is: /usr/share/wordpress/w

Re: wordpress from packages - wp-content location not applied?

2016-03-19 Thread Jiri 'Ghormoon' Novak
Hi, the line in /usr is there by default (in package) and is not applied, until I copy it to /etc. that's the strange part. Gh. arian wrote: > No idea of wordpress, but > >> there is: /usr/share/wordpress/wp-config.php: >> define('WP_CONTENT_DIR', '/var/lib/wordpress/wp-content'); >> >> but t

Re: wordpress from packages - wp-content location not applied?

2016-03-19 Thread arian
No idea of wordpress, but > there is: /usr/share/wordpress/wp-config.php: > define('WP_CONTENT_DIR', '/var/lib/wordpress/wp-content'); > > but that doesn't have any effect unless I define it in > /etc/wordpress/config-www.domain.tld.conf too. what happens when you define it _only_ in /etc/wor

Re: wordpress, again

2013-11-28 Thread Chris Davies
Chris Davies writes: > Last time I looked, the wordpress package was a point or two behind > the current version. Many of these point releases seem to be to fix > security issues, so I have to question the wisdom of using an "older" > version for a potentially Internet-facing server. John Hasler

Re: wordpress, again

2013-11-28 Thread Tom H
On Thu, Nov 28, 2013 at 11:08 AM, Jerry Stuckle wrote: > > I'm just the opposite. I need stable servers, which is why I use Debian. > If I wanted the "latest and greatest", I would go to Ubuntu or some other > distro. RHEL and its clones, SUSE, and Ubuntu LTS are just as stable as Debian so you m

Re: wordpress, again

2013-11-28 Thread Jerry Stuckle
On 11/28/2013 2:31 AM, Rick Thomas wrote: And, for what it's worth, when it comes to all but the most core servers (say mysql, apache, postfix), I've found that it always pays to build servers from upstream source (particularly mail related stuff - getting antispam, antivirus, SMTP, IMAP, an

Re: wordpress, again

2013-11-28 Thread Rick Thomas
On Nov 27, 2013, at 11:52 PM, Scott Ferguson wrote: > On 28/11/13 18:31, Rick Thomas wrote: >> >> On Nov 27, 2013, at 8:12 PM, Miles Fidelman >> wrote: >> >>> Scott Ferguson wrote: The OP (in this thread) is asking about the Debian WordPress package. It installs WordPress, WordPres

Re: wordpress, again

2013-11-27 Thread Scott Ferguson
On 28/11/13 18:31, Rick Thomas wrote: > > On Nov 27, 2013, at 8:12 PM, Miles Fidelman > wrote: > >> Scott Ferguson wrote: >>> The OP (in this thread) is asking about the Debian WordPress >>> package. It installs WordPress, WordPress keeps itself up-to-date >>> - i.e. it's version has nothing to

Re: wordpress, again

2013-11-27 Thread Rick Thomas
On Nov 27, 2013, at 8:12 PM, Miles Fidelman wrote: > Scott Ferguson wrote: >> The OP (in this thread) is asking about the Debian WordPress package. It >> installs WordPress, WordPress keeps itself up-to-date - i.e. it's version >> has nothing to do with the version number of the debian install

Re: wordpress, again

2013-11-27 Thread Scott Ferguson
On 28/11/13 15:12, Miles Fidelman wrote: > Scott Ferguson wrote: >> The OP (in this thread) is asking about the Debian WordPress package. >> It installs WordPress, WordPress keeps itself up-to-date - i.e. it's >> version has nothing to do with the version number of the debian >> installer. On 28/11

Re: wordpress, again

2013-11-27 Thread Miles Fidelman
Scott Ferguson wrote: The OP (in this thread) is asking about the Debian WordPress package. It installs WordPress, WordPress keeps itself up-to-date - i.e. it's version has nothing to do with the version number of the debian installer. On 28/11/13 09:48, Scott Ferguson wrote: Which is really

Re: wordpress, again

2013-11-27 Thread Scott Ferguson
Please accept my apologies John, after giving your original post the consideration it deserves I should have said:- Huh? What 'are' you talking about? Stable? Backports? I suspect you confused this with another thread about a totally different thing (blame AP who doesn't understand threads):- ***

Re: wordpress, again

2013-11-27 Thread Scott Ferguson
On 28/11/13 09:36, John Hasler wrote: > Scott Ferguson >> It would have been helpful to preface your post with "I'm guessing..." Let me rephrase that... It would have been helpful to preface your post with "Nothing to do with the OPs question, this is on a completely different tangent..." >

Re: wordpress, again

2013-11-27 Thread John Hasler
Scott Ferguson > It would have been helpful to preface your post with "I'm guessing..." Why? What I wrote is true. The Debian Wordpress package happens to be an installer package created by the Debian Wordpress maintainers, but what I wrote applies to it as it does to all Debian packages. --

Re: wordpress, again

2013-11-27 Thread Scott Ferguson
On 28/11/13 01:29, John Hasler wrote: > Chris Davies writes: >> Last time I looked, the wordpress package was a point or two behind >> the current version. Many of these point releases seem to be to fix >> security issues, so I have to question the wisdom of using an "older" >> version for a potent

Re: wordpress, again

2013-11-27 Thread Scott Ferguson
On 28/11/13 03:28, Miles Fidelman wrote: > John Hasler wrote: >> Chris Davies writes: >>> Last time I looked, the wordpress package was a point or two behind >>> the current version. Many of these point releases seem to be to fix >>> security issues, so I have to question the wisdom of using an "ol

Re: wordpress, again

2013-11-27 Thread Scott Ferguson
On 27/11/13 23:16, Chris Davies wrote: > Rick Thomas wrote: >> Would you be willing to help me get a wordpress installation up and running? > >> I've done "aptitude install wordpress" which dragged in all the >> necessary other packages, like apache2, mysql, php… etc. So I *think* >> I've got al

Re: wordpress, again

2013-11-27 Thread John Hasler
I wrote: > Debian backports security fixes to Stable. That's why they have a > security team and it's what they mean when they say that Stable is > supported. Miles Fidelman writes: > That's kind of besides the point in this case. Wordpress has a pretty > sophisticated mechanism for updating bo

Re: wordpress, again

2013-11-27 Thread Miles Fidelman
John Hasler wrote: Chris Davies writes: Last time I looked, the wordpress package was a point or two behind the current version. Many of these point releases seem to be to fix security issues, so I have to question the wisdom of using an "older" version for a potentially Internet-facing server.

Re: wordpress, again

2013-11-27 Thread John Hasler
Chris Davies writes: > Last time I looked, the wordpress package was a point or two behind > the current version. Many of these point releases seem to be to fix > security issues, so I have to question the wisdom of using an "older" > version for a potentially Internet-facing server. Debian backpo

Re: wordpress, again

2013-11-27 Thread Chris Davies
Rick Thomas wrote: > Would you be willing to help me get a wordpress installation up and running? > I've done "aptitude install wordpress" which dragged in all the > necessary other packages, like apache2, mysql, php… etc. So I *think* > I've got all the tools I'll need. Last time I looked, the

Re: wordpress, again

2013-11-24 Thread Rick Thomas
On Jun 21, 2012, at 1:02 PM, Glenn English wrote: > I have a mildly working Debian WordPress install Hi Glen, Would you be willing to help me get a wordpress installation up and running? I've done "aptitude install wordpress" which dragged in all the necessary other packages, like apache2,

Re: wordpress, again [SOLVED]

2012-06-23 Thread Glenn English
WordPress was generating bad URL/pathnames sometimes... My .htaccess was all screwed up, which broke the Permalinks. Wordpress seems to be a very nicely done piece of software -- it already knew what was wrong, and when somebody over there told me where to look, there was the text, waiting to

Re: wordpress, again

2012-06-22 Thread Glenn English
On Jun 22, 2012, at 10:46 AM, Tony Baldwin wrote: > I would guess that you need to enable apache mod-rewrite. > do (as root, in terminal) > a2enmod rewrite > service apache2 restart > > then tell us what happens. "Module rewrite already enabled" (I didn't do the restart.) In the admin state,

Re: wordpress, again

2012-06-22 Thread Tony Baldwin
On Thu, Jun 21, 2012 at 02:02:20PM -0600, Glenn English wrote: > I have a mildly working Debian WordPress install -- it makes > pictures on the screen and adds posts and pages. The posts > appear on the home page of the blog, and the names of the pages > show up in the menu (default theme). But

Re: wordpress, again

2012-06-22 Thread Miles Fidelman
Glenn, I notice you're still having problems, so, for what it's worth I've had Wordpress running on Debian, with Apache for years, and recently did a reinstall after getting hacked. Here's the step by step that I jotted down: 0. Caveat, this is running under Lenny, in a Xen VM - that sh

Re: wordpress, again

2012-06-22 Thread Glenn English
On Jun 22, 2012, at 9:10 AM, Camaleón wrote: > Just a quick note on this... The above should be used (according to the > provided configuration template located in "/usr/share/doc/wordpress/ > examples/apache.conf") when you use no virtual hosts and your files are > placed outside the "/blog" p

Re: wordpress, again

2012-06-22 Thread Camaleón
On Thu, 21 Jun 2012 14:02:20 -0600, Glenn English wrote: > I have a mildly working Debian WordPress install -- it makes pictures on > the screen and adds posts and pages. The posts appear on the home page > of the blog, and the names of the pages show up in the menu (default > theme). But when I c

Re: wordpress/apache

2012-06-20 Thread Tony Baldwin
On Tue, Jun 19, 2012 at 10:18:52AM +0100, Chris Davies wrote: > Tony Baldwin wrote: > > As far as "just work", this is generally the case for a lot of stuff, > > but for a web application, you have to consider that not everyone wants > > to use only wordpress as their webroot, which is why such th

Re: wordpress/apache

2012-06-19 Thread Chris Davies
Tony Baldwin wrote: > As far as "just work", this is generally the case for a lot of stuff, > but for a web application, you have to consider that not everyone wants > to use only wordpress as their webroot, which is why such things are > left to the user to configure, rather than automagical. I

Re: wordpress/apache

2012-06-18 Thread Tony Baldwin
On Mon, Jun 18, 2012 at 07:10:38PM +0100, Chris Davies wrote: > Glenn English wrote: > > I've installed the squeeze Apache, PHP, MySQL, and Wordpress > > packages and there's nothing there when I point a browser at it. > > > I see the PHP info. I think I need something to get Apache to run > >

Re: wordpress/apache

2012-06-18 Thread Glenn English
On Jun 18, 2012, at 4:19 PM, Chris Davies wrote: > I think an entry in /etc/hosts would have been my choice, but I can see > that a secondary IP would work pretty well. What about putting it on lo > rather than eth0, though? I hadn't thought of that -- the program said it couldn't ping a FQDN. I

Re: wordpress/apache

2012-06-18 Thread Chris Davies
Glenn English wrote: > Then the problem became that setup-mysql hurled because it couldn't > ping interface.slsware.com, the server WP is on. All it could get to > was the 1918 DMZ net IP -- like it's supposed to. A secondary IP on > eth0 fixed that, and it seems to be running now. I think an ent

Re: wordpress/apache

2012-06-18 Thread Glenn English
On Jun 18, 2012, at 12:10 PM, Chris Davies wrote: > I think what I did when trying this out the other day was this: >cd /var/www && sudo ln -s /usr/share/wordpress I did that part by copying to a file called wp.conf in /etc/apache2/conf.d from /usr/share/doc/wordpress/examples/apache.conf.

Re: wordpress/apache

2012-06-18 Thread Chris Davies
Glenn English wrote: > I've installed the squeeze Apache, PHP, MySQL, and Wordpress > packages and there's nothing there when I point a browser at it. > I see the PHP info. I think I need something to get Apache to run > the index.php (and its friends) file in /usr/share/wordpress. How do > I d

Re: wordpress/apache

2012-06-18 Thread Glenn English
On Jun 18, 2012, at 11:16 AM, Camaleón wrote: > If you're using Debian stock Wordpress package there has to be > information for its setting up under the usual path "/usr/share/doc/ > wordpress/README.Debian" :-? I got the WordPress PHP going with an alias config in /etc/apache2/conf.d and was

Re: wordpress/apache

2012-06-18 Thread Camaleón
On Mon, 18 Jun 2012 10:41:05 -0600, Glenn English wrote: (...) > I've installed the squeeze Apache, PHP, MySQL, and Wordpress packages > and there's nothing there when I point a browser at it. If I create a > PHP file named info.php (with the phpinfo() call in it) and put it in > /var/www, I see

Re: Wordpress can't find uploads

2012-05-14 Thread Camaleón
On Sun, 13 May 2012 17:25:47 -0400, Daniel D Jones wrote: > I have multiple Wordpress blogs running using Debian's method of > pointing to different blogs. I'm posting here and not a Wordpress > specific list because I believe this is related to Debian's unique > method of installation. Which

Re: Wordpress 2 trouble

2006-02-02 Thread Jacob Friis Saxberg
On 2/2/06, Jacob Friis Saxberg <[EMAIL PROTECTED]> wrote: > I have upgraded to Wordpress 2 and have several weblogs that use the same > source files. > Now I am unable to have an unique design for each weblog. > Others with this problem? Here's my solution: http://www.thinklemon.com/weblog/2006/0

Re: Wordpress

2005-12-21 Thread Jon Dowland
On Sun, Dec 18, 2005 at 10:16:03AM -0800, Todd A. Jacobs wrote: > I'm trying to install Wordpress on a Debian 3.1 system. Make sure you make regular visits to wordpress.org, if you are using their tarball, in order to find out about security releases. They have an announce list that they do not us

Re: Wordpress

2005-12-21 Thread Hugo Vanwoerkom
Anthony Campbell wrote: On 20 Dec 2005, Vicki Stanfield wrote: On Mon, Dec 19, 2005 at 08:19:49PM -, Vicki Stanfield wrote: Have you looked at the readme.html file that comes with the package? On my testing system, it is found in /usr/share/wordpres. It gives simple instructions, and that

Re: Wordpress

2005-12-21 Thread Anthony Campbell
On 20 Dec 2005, Vicki Stanfield wrote: > > On Mon, Dec 19, 2005 at 08:19:49PM -, Vicki Stanfield wrote: > > > >> Have you looked at the readme.html file that comes with the package? > >> On my testing system, it is found in /usr/share/wordpres. It gives > >> simple instructions, and that might

Re: Wordpress

2005-12-20 Thread Vicki Stanfield
> On Mon, Dec 19, 2005 at 08:19:49PM -, Vicki Stanfield wrote: > >> Have you looked at the readme.html file that comes with the package? >> On my testing system, it is found in /usr/share/wordpres. It gives >> simple instructions, and that might be all you need. > > The readme is worthless. It

Re: Wordpress

2005-12-20 Thread Todd A. Jacobs
On Mon, Dec 19, 2005 at 08:19:49PM -, Vicki Stanfield wrote: > Have you looked at the readme.html file that comes with the package? > On my testing system, it is found in /usr/share/wordpres. It gives > simple instructions, and that might be all you need. The readme is worthless. It does *not

Re: Wordpress

2005-12-19 Thread Vicki Stanfield
> Todd A. Jacobs wrote: >> I'm trying to install Wordpress on a Debian 3.1 system. I have apache >> configured with a default virtual host, and even when I get Wordpress to >> install, the Debian docs that come with it seem insufficient for getting >> it up and running in my environment. >> >> Does

Re: Wordpress

2005-12-19 Thread Hugo Vanwoerkom
Todd A. Jacobs wrote: I'm trying to install Wordpress on a Debian 3.1 system. I have apache configured with a default virtual host, and even when I get Wordpress to install, the Debian docs that come with it seem insufficient for getting it up and running in my environment. Does anyone know of a

Re: Wordpress Multiple Blog Configuration

2005-09-28 Thread Chris Purves
On 20/08/05, Chris Purves <[EMAIL PROTECTED]> wrote: > Hi, > > I just installed Wordpress and got it running. In the README.Debian > file there's a mention that the Debian configuration can support > multiple blogs, but no instructions as how to accomplish that. > > From README.Debian: > > >>> > >

Re: Wordpress

2005-08-30 Thread Andy Streich
On Monday 29 August 2005 11:33 am, Roel Schroeven wrote: > Either I don't understand what you're saying or you didn't understand > the linked website: this mailing list was added to Gmane already a long > time ago, and the link above links directly to its blog interface on Gmane. > Thanks, that

Re: Wordpress

2005-08-29 Thread Roel Schroeven
Andy Streich wrote: On Monday 29 August 2005 01:15 am, Björn Lindström wrote: Andy Streich <[EMAIL PROTECTED]> writes: Agree. Hence the suggestion entailed a blog and the existing email list as two views on exactly the same data. Gmane has something like this. http://blog.gmane.org/gmane.

Re: Wordpress

2005-08-29 Thread Andy Streich
On Monday 29 August 2005 01:15 am, Björn Lindström wrote: > Andy Streich <[EMAIL PROTECTED]> writes: > > > Agree. Hence the suggestion entailed a blog and the existing email > > list as two views on exactly the same data. > > Gmane has something like this. > > http://blog.gmane.org/gmane.linux.d

Re: Wordpress

2005-08-29 Thread Björn Lindström
Andy Streich <[EMAIL PROTECTED]> writes: > Agree. Hence the suggestion entailed a blog and the existing email > list as two views on exactly the same data. Gmane has something like this. http://blog.gmane.org/gmane.linux.debian.user -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subjec

Re: wordpress (was Re: FW: call for a vote -- should debian-user mailing list replies go to author or to list?)

2005-08-28 Thread Andy Streich
On Sunday 28 August 2005 04:18 pm, Mark Crean wrote: > I suspect an important reason for the popularity of web boards is that > they provide a greater sense of community than a mailing list and > become, for some, a place to hang out. At present, though, I don't think > anyone's really cracked the

Re: wordpress (was Re: FW: call for a vote -- should debian-user mailing list replies go to author or to list?)

2005-08-28 Thread Mark Crean
On Sun, 2005-08-28 at 17:37 +0100, Jon Dowland wrote: > On Sat, Aug 27, 2005 at 07:15:25PM -0700, Andy Streich wrote: > > > Opensource blog software is pretty good these days and simple to set up (at > > Argh wordpress > > 1) the WP release model is incompatible with debian's security release

Re: Wordpress Multiple Blog Configuration

2005-08-23 Thread Uwe Dippel
On Sat, 20 Aug 2005 08:08:17 +0800, Chris Purves wrote: > I just installed Wordpress and got it running. In the README.Debian > file there's a mention that the Debian configuration can support > multiple blogs, but no instructions as how to accomplish that. > The default wp-config.php searches f

Re: Wordpress Multiple Blog Configuration

2005-08-20 Thread Hugo Vanwoerkom
Chris Purves wrote: Hi, I just installed Wordpress and got it running. In the README.Debian file there's a mention that the Debian configuration can support multiple blogs, but no instructions as how to accomplish that. From README.Debian: A little more about the (multiple blog) conf