<?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>SteveOH &#187; apache</title>
	<atom:link href="http://www.steve-oh.com/blog/index.php/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.steve-oh.com/blog</link>
	<description>Steve O Hernandez - Technology, Real Life, Advice</description>
	<lastBuildDate>Fri, 07 May 2010 18:13:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Professional Resume of Steve Hernandez</title>
		<link>http://www.steve-oh.com/blog/index.php/professional-resume/</link>
		<comments>http://www.steve-oh.com/blog/index.php/professional-resume/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 02:36:50 +0000</pubDate>
		<dc:creator>Steve Hernandez</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[masters]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[requirements]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[Steve O Hernandez]]></category>
		<category><![CDATA[SteveOH]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[troubleshoot]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/index.php/professional-resume/</guid>
		<description><![CDATA[.: Professional Resume of Steve O Hernandez :.
Steve O Hernandez &#8211; Resume &#8211; Current
]]></description>
			<content:encoded><![CDATA[<h3>.: Professional Resume of Steve O Hernandez :.</h3>
<p><a href="http://www.steve-oh.com/blog/wp-content/uploads/2008/03/Steve-Resume-Current-noContactInfo.pdf">Steve O Hernandez &#8211; Resume &#8211; Current</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.steve-oh.com/blog/index.php/professional-resume/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla User login errors using Internet Explorer 7.0 (IE7)</title>
		<link>http://www.steve-oh.com/blog/index.php/joomla-user-login-errors-using-internet-explorer-70-ie7/</link>
		<comments>http://www.steve-oh.com/blog/index.php/joomla-user-login-errors-using-internet-explorer-70-ie7/#comments</comments>
		<pubDate>Thu, 16 Aug 2007 19:32:24 +0000</pubDate>
		<dc:creator>Steve Hernandez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/?p=39</guid>
		<description><![CDATA[So registered users on one of my Joomla controlled sites simply could not log in if they were using Internet Explorer (6 or 7).  Firefox and Opera work like a charm (of course :-p), but logging in using IE would just result in them being thrown back to the main page, with the error &#8220;Unauthorized [...]]]></description>
			<content:encoded><![CDATA[<p>So registered users on one of my Joomla controlled sites simply could not log in if they were using Internet Explorer (6 or 7).  Firefox and Opera work like a charm (of course :-p), but logging in using IE would just result in them being thrown back to the main page, with the error &#8220;Unauthorized to see this content&#8221;.  So this is what I did to fix it on my site.  I have a shared hosting account on a FreeBSD Unix Server hosting it&#8217;s own mySQL database.</p>
<p>I changed the configuration.php as follows:</p>
<p><em><strong>$mosConfig_live_site = &#8216;http://www.mydomain.com/joomla&#8217;; </strong></em></p>
<p>to:</p>
<p><em><strong>$mosConfig_live_site = &#8216;http://mydomain.com/joomla&#8217;; </strong></em></p>
<p>And then I changed the htaccess file (htaccess.txt in the root of the joomla installation) by adding the following lines:</p>
<p><strong><em>Options +FollowSymlinks<br />
RewriteEngine on<br />
rewritecond %{http_host} http://www.mydomain.com/$1 [nc]<br />
rewriterule ^(.*)$ http://mydomain.com [r=301,nc]<br />
</em></strong><br />
Now this alteration may not be 100% correct, but it&#8217;s what I got after searching the net for awhile.</p>
<p>Now all requests coming to the server with www in front are changed to the domain name without<br />
it and internet explorer is working lovely.  I&#8217;m not sure if it&#8217;ll work the other way around, but I wouldn&#8217;t think so. Additionally, this of course only works on Linux/Unix systems running Apache with the modwrite option on, and wouldn&#8217;t work on a Windows server (I think, don&#8217;t quote me though).</p>
<p>Good luck.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.steve-oh.com/blog/index.php/joomla-user-login-errors-using-internet-explorer-70-ie7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD Apache HTTP Accept Filter Error</title>
		<link>http://www.steve-oh.com/blog/index.php/freebsd-apache-http-accept-filter-error/</link>
		<comments>http://www.steve-oh.com/blog/index.php/freebsd-apache-http-accept-filter-error/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 03:55:09 +0000</pubDate>
		<dc:creator>Steve Hernandez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/?p=24</guid>
		<description><![CDATA[When Apache web server is starting up in FreeBSD system, Apache loads succcessfully and web server functioning properly, but the following warning error occurs:
[warn] (2)No such file or directory:
Failed to enable the ‘httpready’ Accept Filter
The resolution to the above problem is to a accf_http module, which function is to buffer incoming connections until a certain [...]]]></description>
			<content:encoded><![CDATA[<p>When Apache web server is starting up in FreeBSD system, Apache loads succcessfully and web server functioning properly, but the following warning error occurs:</p>
<p>[warn] (2)No such file or directory:<br />
Failed to enable the ‘httpready’ Accept Filter</p>
<p>The resolution to the above problem is to a accf_http module, which function is to buffer incoming connections until a certain complete HTTP requests arrive, into FreeBSD kernel by using kernel linker:</p>
<p>kldload accf_http</p>
<p>To permanently load enable HTTP Accept Filter FreeBSD kernel module (accf_http), add the following line into /boot/loader.conf:</p>
<p>accf_http_load=”YES”</p>
<p>Note: The default settings is located in /boot/defaults/loader.cnf. To see the related settings about accf, use:</p>
<p>grep accf /boot/defaults/loader.conf</p>
<p>which will returns:</p>
<p>accf_data_load=”NO” # Wait for data accept filter<br />
accf_http_load=”NO” # Wait for full HTTP request accept filter</p>
]]></content:encoded>
			<wfw:commentRss>http://www.steve-oh.com/blog/index.php/freebsd-apache-http-accept-filter-error/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Setting Up Apache on FreeBsd UNIX</title>
		<link>http://www.steve-oh.com/blog/index.php/setting-up-apache-on-freebsd-unix/</link>
		<comments>http://www.steve-oh.com/blog/index.php/setting-up-apache-on-freebsd-unix/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 03:05:54 +0000</pubDate>
		<dc:creator>Steve Hernandez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/?p=23</guid>
		<description><![CDATA[The purpose of this document is to describe the setup of the secure web application server on FreeBsd.
Get the distributions:
# su
# cd /usr/local/src
# wget http://www.apache.org/dist/httpd/httpd-2.2.3.tar.gz
Unpack distributions:
# tar xfz httpd-2.2.3.tar.gz
Now, you would do all this if you didn&#8217;t install the PORTS during your initial install. �
Since this is going to be my firewall / gateway, I installed them and only had to do the following:
# cd /usr/ports/apache22
Build And Install Apache:
cd ../apache_2.2.3
./configure &#8211;prefix=/usr/local/apache &#8211;enable-module=all &#8211;enable-shared=max
make
make install
To configure Apache you should edit /usr/local/apache/conf/httpd.conf
Add the following line to the startup script to launch Apache at startup:
(for [...]]]></description>
			<content:encoded><![CDATA[<p>The purpose of this document is to describe the setup of the secure web application server on FreeBsd.</p>
<p>Get the distributions:</p>
<p># su<br />
# cd /usr/local/src<br />
# wget http://www.apache.org/dist/httpd/httpd-2.2.3.tar.gz</p>
<p>Unpack distributions:</p>
<p># tar xfz httpd-2.2.3.tar.gz</p>
<p>Now, you would do all this if you didn&#8217;t install the PORTS during your initial install. �<br />
Since this is going to be my firewall / gateway, I installed them and only had to do the following:</p>
<p># cd /usr/ports/apache22</p>
<p>Build And Install Apache:</p>
<p>cd ../apache_2.2.3<br />
./configure &#8211;prefix=/usr/local/apache &#8211;enable-module=all &#8211;enable-shared=max<br />
make<br />
make install</p>
<p>To configure Apache you should edit /usr/local/apache/conf/httpd.conf</p>
<p>Add the following line to the startup script to launch Apache at startup:<br />
(for example, into /etc/rc.local file)</p>
<p>/usr/local/apache/bin/apachectl start</p>
]]></content:encoded>
			<wfw:commentRss>http://www.steve-oh.com/blog/index.php/setting-up-apache-on-freebsd-unix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
