<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Joe Junkin &#187; Wordpress</title>
	<atom:link href="http://joe.junkin.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://joe.junkin.com</link>
	<description>Life as it happens</description>
	<lastBuildDate>Thu, 14 Jan 2010 23:34:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Updated wordpress</title>
		<link>http://joe.junkin.com/2009/09/05/updated-wordpress/</link>
		<comments>http://joe.junkin.com/2009/09/05/updated-wordpress/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 05:43:30 +0000</pubDate>
		<dc:creator>jjunkin</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Server Configuration]]></category>
		<category><![CDATA[Server Setup & Config]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://joe.junkin.com/?p=44</guid>
		<description><![CDATA[Thanks to popurls, I happend to see the exploit warning for wordpress. I just went and updated all my wordpress sites. Thank god for subversion!
]]></description>
			<content:encoded><![CDATA[<p>Thanks to popurls, I happend to see the exploit warning for wordpress. I just went and updated all my wordpress sites. Thank god for subversion!</p>
]]></content:encoded>
			<wfw:commentRss>http://joe.junkin.com/2009/09/05/updated-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress MU or Standalone?</title>
		<link>http://joe.junkin.com/2007/03/07/wordpress-mu-or-standalone/</link>
		<comments>http://joe.junkin.com/2007/03/07/wordpress-mu-or-standalone/#comments</comments>
		<pubDate>Wed, 07 Mar 2007 20:03:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Server Configuration]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://joe.junkin.com/?p=14</guid>
		<description><![CDATA[We have been evaluating both Wordpress and Wordpress MU (multiuser). Wordpress MU allowsÂ us to setup a domain (or sub domian) and then provide users the ability to create their own blogs instantly. Using Apache wildcard virtualhosts in conjunction with DNS wildcards allows the system to provide users with instant sub-domain hosts of their own which [...]]]></description>
			<content:encoded><![CDATA[<p>We have been evaluating both Wordpress and Wordpress MU (multiuser). Wordpress MU allowsÂ us to setup a domain (or sub domian) and then provide users the ability to create their own blogs instantly. Using Apache wildcard virtualhosts in conjunction with DNS wildcards allows the system to provide users with instant sub-domain hosts of their own which is pretty cool. But is Wordpress MU the answer for a single point install for all blogs that we host? Short answer is not at this time.<br />
<span id="more-15"></span><br />
This works great for junkin.com.Â There is limited functionality toÂ restrict who can create blogs. In this case users are restricted by email address domain. One can also black list domains.</p>
<p>The problem is that it does not work out of the box for more than one domain. If you want toÂ use domain1.com,Â domain2.com, domain3.com, etc itÂ requires some hacking. I did set it up and it was not a big deal, but I was not super happy with it.Â It requires manually adding data directly to the mysql tables. The added domains do not appear under the main wordpressÂ MU install.</p>
<p>WeÂ decided to forgo the hack and install Wordpress MUÂ where clients will be allowing users to setup many blogs (under one domain name)Â Â and for each user with their own domain name, a standalone Wordpress install.</p>
<p>This obviously adds to our maintenance but seems like a reasonable solution. If Wordpress MU allows out-of-the-box support for multiple domainsÂ we will probably switch to it in the future as a single point solution.</p>
<p>UPDATE:<br />
Wordpress MU does not work properly with the gallery2 plugin. This means that it will not work for many of the blogs I host. There are some hacks around this but it appears messy.</p>
<p>So our plans with Wordpress will be to utilize wordpress mu for free or trial blogs, or for clients who want to offer sitewide wordpress services. There are too many problems with trying to using a single wordpress install for all clients.</p>
]]></content:encoded>
			<wfw:commentRss>http://joe.junkin.com/2007/03/07/wordpress-mu-or-standalone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wordpress install and configuration</title>
		<link>http://joe.junkin.com/2007/02/15/wordpress-install/</link>
		<comments>http://joe.junkin.com/2007/02/15/wordpress-install/#comments</comments>
		<pubDate>Thu, 15 Feb 2007 22:17:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Server Configuration]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://joe.junkin.com/?p=13</guid>
		<description><![CDATA[Downloading and configuring wordpress on fedora core 6 (FC6) is fairly straightforward. Some questions I had were: what is the best installation and configuration process for setting up multiple blogs, and how easy is it to back up and update each blog?

I found it easier to use the download package from the wordpress website instead [...]]]></description>
			<content:encoded><![CDATA[<p>Downloading and configuring wordpress on fedora core 6 (FC6) is fairly straightforward. Some questions I had were: what is the best installation and configuration process for setting up multiple blogs, and how easy is it to back up and update each blog?<br />
<span id="more-14"></span><br />
I found it easier to use the download package from the wordpress website instead of the fedora yum package. I just downloaded the gzip file, unpacked in the target directory, and created a wp-config.php file. I decided to utilizeÂ one mysql database and use prefixes for each different blog. To make life easy I used one database login accross all blogs.</p>
<p>I set up apache virtualhosts for each blog. The web address that is configured in the virtualhost should match the address in Wordpress. This is because wordpress stores the hostname in the database. ServerAlias&#8217;s should probably be avoided by using redirects to a single host instead.</p>
<p><code><br />
&lt;VirtualHost&gt;<br />
ServerName joe.junkin.com<br />
ServerAdmin admin@spammenot.com<br />
DocumentRoot /home/apacheuser/html/blog/jjunkin<br />
ErrorLog /var/log/httpd/wp__error.log<br />
CustomLog /var/log/httpd/wp_access.log common<br />
DirectoryIndex index.php<br />
&lt;Directory&gt;<br />
# would allow .htaccess to be read<br />
# AllowOverride FileInfo Options<br />
# instead. this disallows .htaccess<br />
AllowOverride None<br />
# the stuff needed for permalinks<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
&lt;/Directory&gt;<br />
&lt;/VirtualHost&gt;</code></p>
<p>When I tried to switch to date and named based permalinks I received a webserver crash. This was becauseÂ in my VirtualHostÂ AllowOverride was set to None or Options. I needed to add FileInfo to allow Apache to process the local .htaccess. After I just decided to move the necessary code to the VirtualHost section within Apache and changed the AllowOverride back to None (as above).</p>
]]></content:encoded>
			<wfw:commentRss>http://joe.junkin.com/2007/02/15/wordpress-install/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
