<?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>rullzer &#187; Apache vhost</title>
	<atom:link href="http://rullzer.com/blog/category/linux/programming-things/apache-vhost/feed/" rel="self" type="application/rss+xml" />
	<link>http://rullzer.com/blog</link>
	<description>an experience beyond</description>
	<lastBuildDate>Thu, 24 Jun 2010 22:23:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>No more&#8230;</title>
		<link>http://rullzer.com/blog/2006/11/18/no-more/</link>
		<comments>http://rullzer.com/blog/2006/11/18/no-more/#comments</comments>
		<pubDate>Sat, 18 Nov 2006 14:49:39 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://rullzer.com/blog/2006/11/18/no-more/">rullzer</span></dc:creator>
				<category><![CDATA[Apache vhost]]></category>

		<guid isPermaLink="false">http://rullzer.com/blog/2006/11/18/no-more/</guid>
		<description><![CDATA[well not for now.
The vhost module won&#8217;t compile on my amd64 box. And well since that is the only box in the house running appache i can&#8217;t test it for now. So a module writen in C won&#8217;t happen i geuss&#8230; At least nog for now&#8230;
sorry
]]></description>
			<content:encoded><![CDATA[<p>well not for now.<br />
The vhost module won&#8217;t compile on my amd64 box. And well since that is the only box in the house running appache i can&#8217;t test it for now. So a module writen in C won&#8217;t happen i geuss&#8230; At least nog for now&#8230;</p>
<p>sorry</p>
]]></content:encoded>
			<wfw:commentRss>http://rullzer.com/blog/2006/11/18/no-more/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Break trough in apache vhosts!</title>
		<link>http://rullzer.com/blog/2006/11/13/break-trough-in-apache-vhosts/</link>
		<comments>http://rullzer.com/blog/2006/11/13/break-trough-in-apache-vhosts/#comments</comments>
		<pubDate>Mon, 13 Nov 2006 06:35:11 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://rullzer.com/blog/2006/11/13/break-trough-in-apache-vhosts/">rullzer</span></dc:creator>
				<category><![CDATA[Apache vhost]]></category>
		<category><![CDATA[Seeds]]></category>

		<guid isPermaLink="false">http://rullzer.com/blog/2006/11/13/break-trough-in-apache-vhosts/</guid>
		<description><![CDATA[As you might know vhosting in apache is a pain in my ass! especially when it comes to more than 3. Since everytime i add a new one i have to restart apache. First of all. what is that :S i mean seriously. That is not the way to go. Now i can live with [...]]]></description>
			<content:encoded><![CDATA[<p>As you might know vhosting in apache is a pain in my ass! especially when it comes to more than 3. Since everytime i add a new one i have to restart apache. First of all. what is that :S i mean seriously. That is not the way to go. Now i can live with it that i have to do this for each domain.tld but i want to create subdomains. Now that is an interesting thing. Since my dns has a database backend i can just add subdomains into it. (nice! <img src='http://rullzer.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) But i need to restart appache to make it all work.</p>
<p>Ah what am i talking about? You can all read this on in previous posts. However there i just could not figure out how to set the default vhost settings. Such as<br />
<code>AllowOverride All<br />
order allow,deny<br />
allow from all</code><br />
since well that is the basics for me. But i think i got it now. However it needs some testing but i just wanted to share this with you <img src='http://rullzer.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  You might be hearing a lot from me soon. When I&#8217;m rich and famous!</p>
<p>p.s. what has this to do with the seeds? Well it could be a really nice feature!</p>
]]></content:encoded>
			<wfw:commentRss>http://rullzer.com/blog/2006/11/13/break-trough-in-apache-vhosts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Still no progress</title>
		<link>http://rullzer.com/blog/2006/11/02/still-no-progress/</link>
		<comments>http://rullzer.com/blog/2006/11/02/still-no-progress/#comments</comments>
		<pubDate>Thu, 02 Nov 2006 08:19:01 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://rullzer.com/blog/2006/11/02/still-no-progress/">rullzer</span></dc:creator>
				<category><![CDATA[Apache vhost]]></category>

		<guid isPermaLink="false">http://rullzer.com/blog/2006/11/02/still-no-progress/</guid>
		<description><![CDATA[So i worked a little on the Apache vhost. And damn. That is a bitch!! After trying to work my way torugh the API it still is not working at all! I&#8217;m of course talking about the logging and vhost things. The other part works like a charm. Maybe i should write an angry e-mail [...]]]></description>
			<content:encoded><![CDATA[<p>So i worked a little on the Apache vhost. And damn. That is a bitch!! After trying to work my way torugh the API it still is not working at all! I&#8217;m of course talking about the logging and vhost things. The other part works like a charm. Maybe i should write an angry e-mail to the appache people <img src='http://rullzer.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>O a few days ago someone asked me if i could add caching. And well the answer is no! Since we want it to be as dynamically as possible. We want to be able to change things on the fly in the database and see direct results when we have committed. That is the whole point of this. Also i do not think it is needed that much anyway. Since it is just 1 table we check. With right indexes it should be no problem for to find a row in a fraction of a second.</p>
]]></content:encoded>
			<wfw:commentRss>http://rullzer.com/blog/2006/11/02/still-no-progress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Why!!!</title>
		<link>http://rullzer.com/blog/2006/10/06/why/</link>
		<comments>http://rullzer.com/blog/2006/10/06/why/#comments</comments>
		<pubDate>Fri, 06 Oct 2006 07:11:34 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://rullzer.com/blog/2006/10/06/why/">rullzer</span></dc:creator>
				<category><![CDATA[Apache vhost]]></category>

		<guid isPermaLink="false">http://rullzer.com/blog/2006/10/06/why/</guid>
		<description><![CDATA[Damn this module is really getting on my nerves. Its my own code and still not working like i want it to work!! It because those appache files are well lets say the API is not that well commented. I still do not know which module function to call with what paramters to log to [...]]]></description>
			<content:encoded><![CDATA[<p>Damn this module is really getting on my nerves. Its my own code and still not working like i want it to work!! It because those appache files are well lets say the API is not that well commented. I still do not know which module function to call with what paramters to log to a specific file. Same goes for the default .htaccess settings in you apache configs.</p>
<p>Maybe the new apr will help me a little bit more. However it is not yet marked stable on gentoo and i&#8217;m not in a hurry. So no need to rush things.</p>
]]></content:encoded>
			<wfw:commentRss>http://rullzer.com/blog/2006/10/06/why/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache vhosts mysql[2]</title>
		<link>http://rullzer.com/blog/2006/09/07/apache-vhosts-mysql2/</link>
		<comments>http://rullzer.com/blog/2006/09/07/apache-vhosts-mysql2/#comments</comments>
		<pubDate>Thu, 07 Sep 2006 13:50:36 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://rullzer.com/blog/2006/09/07/apache-vhosts-mysql2/">rullzer</span></dc:creator>
				<category><![CDATA[Apache vhost]]></category>

		<guid isPermaLink="false">http://rullzer.com/blog/?p=30</guid>
		<description><![CDATA[It is a real bitch&#8230; damn. I just can&#8217;t get the logging and setting the basic htaccess settting to work. I can&#8217;t find any documentation about this. And well it really annoys me.. Why can&#8217;t they write descents docs on the apache API? I mean i when i friend structs and can&#8217;t locate them or [...]]]></description>
			<content:encoded><![CDATA[<p>It is a real bitch&#8230; damn. I just can&#8217;t get the logging and setting the basic htaccess settting to work. I can&#8217;t find any documentation about this. And well it really annoys me.. Why can&#8217;t they write descents docs on the apache API? I mean i when i friend structs and can&#8217;t locate them or find on the apache website any info about them i just get really annoyed!</p>
<p>Tough i really want to finish this project so i&#8217;ll continue till i got it&#8230; Or till i&#8217;m insane. Anyway i&#8217;ll think i&#8217;l post the current development version online this weekend. Unless i have something better to do ofcourse <img src='http://rullzer.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://rullzer.com/blog/2006/09/07/apache-vhosts-mysql2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
