<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.3" -->
<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/"
	>

<channel>
	<title>Linux-Girl.com</title>
	<link>http://www.linux-girl.com</link>
	<description>got blog?</description>
	<pubDate>Mon, 30 Jun 2008 19:44:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>
	<language>en</language>
			<item>
		<title>cPanel and Apache - httpd failed to start</title>
		<link>http://www.linux-girl.com/cpanel-and-apache-httpd-failed-to-start/</link>
		<comments>http://www.linux-girl.com/cpanel-and-apache-httpd-failed-to-start/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 19:44:37 +0000</pubDate>
		<dc:creator>Asia</dc:creator>
		
		<category><![CDATA[YouTube]]></category>

		<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://www.linux-girl.com/cpanel-and-apache-httpd-failed-to-start/</guid>
		<description><![CDATA[This morning I woke up to one of my servers not responding to SSL, immediately my thoughts went to expired certificates - I checked and found I had 2 months left on contract, I took the time to renew, just in case. I then went back to the WHM Manager and reconfigured Apache - even [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.linux-girl.com/wp-content/uploads/apache_logo_medium.png' title='apache_logo_medium.png'><img src='http://www.linux-girl.com/wp-content/uploads/apache_logo_medium.thumbnail.png' alt='apache_logo_medium.png'  style="float: right; padding: 5px;"/></a>This morning I woke up to one of my servers not responding to SSL, immediately my thoughts went to expired certificates - I checked and found I had 2 months left on contract, I took the time to renew, just in case. I then went back to the WHM Manager and reconfigured Apache - even so far as reinstalling but still the message &#8220;httpd failed to start please contact your sysadmin&#8221; continued. </p>
<p>As most Linux Geeks, I attempted to read logs - but nothing to be found. There&#8217;s nothing worse than not having a problem physically eminent on logs. After hours of basic linux commands through various Apache and cPanel logs: grep, tail etc&#8230; I was unable to locate the root of this issue.  I manually started Apache from the command line and all went well - except there was still no SSL. ARGH!! </p>
<p>/usr/sbin/httpd configtest </p>
<p>Showed no errors, everything loaded fine. I went back to the WHM and reinstalled RPM packages - sat out the 20 minutes and still no SSL. httpd continued to fail on restart. </p>
<p>From here, it was evident that my httpd.conf was configured correctly - proof: Web Pages Loaded. SSL was the problem, and therefore I decided to shut down the ssl portion of Apache and try to debug from there. First I had to find the PID:</p>
<p>ps aux | grep httpd</p>
<p>What you are looking for here, is the PID for the SSL Apache Server. It&#8217;s easy to find this among all the other httpd lines. Simply look for the Ss. </p>
<p>kill -9 PID</p>
<p>I restarted this portion of the Apache Server</p>
<p>/usr/sbin/httpd sslstart</p>
<p>File Size Exceeds Limit&#8230;</p>
<p>Ah huh! Let&#8217;s find that offending file&#8230; </p>
<p>du -h /usr/local/apache/domlogs/*</p>
<p>This returned multiple files, at which 2 were way over 4 G. I issued the following commands for both files.</p>
<p>rm domainname.ssl_data_log</p>
<p>Restarted apache using the WHM: httpd restarted</p>
<p>So how do I avoid this in the future? I decided to alter my domain template by removing the ssl log file. This file is unnecessary in my opinion - never use it, and doubt I will require it any other time. </p>
<p>vim /usr/local/cpanel/etc/httptemplates/apache1/ssldefault</p>
<p>Found the line for ssl_data_log and removed it. </p>
<p>cd /usr/local/apache/domlogs<br />
rm *ssl_data_log</p>
<p>Restarted apache with peace of mind - of course, this is until WHM automatic update decides to rewrite my ssldefault file - but for now, I get to sleep comfortably.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linux-girl.com/cpanel-and-apache-httpd-failed-to-start/feed/</wfw:commentRss>
		</item>
		<item>
		<title>YouTube: Design Coding Rap</title>
		<link>http://www.linux-girl.com/youtube-design-coding-rap/</link>
		<comments>http://www.linux-girl.com/youtube-design-coding-rap/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 16:26:46 +0000</pubDate>
		<dc:creator>Asia</dc:creator>
		
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.linux-girl.com/youtube-design-coding-rap/</guid>
		<description><![CDATA[Even the rappers have jumped into SEO!



]]></description>
			<content:encoded><![CDATA[<p>Even the rappers have jumped into SEO!</p>
<object width="425" height="344">
<param name="movie" value="http://www.youtube.com/v/a0qMe7Z3EYg&#038;hl=en"></param>
<p><embed src="http://www.youtube.com/v/a0qMe7Z3EYg&#038;hl=en" type="application/x-shockwave-flash" width="425" height="344"></embed></object>
]]></content:encoded>
			<wfw:commentRss>http://www.linux-girl.com/youtube-design-coding-rap/feed/</wfw:commentRss>
		</item>
		<item>
		<title>It&#8217;s Not a Go-Go Cart! It&#8217;s a Steamer</title>
		<link>http://www.linux-girl.com/its-not-a-go-go-cart-its-a-steamer/</link>
		<comments>http://www.linux-girl.com/its-not-a-go-go-cart-its-a-steamer/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 15:54:11 +0000</pubDate>
		<dc:creator>Asia</dc:creator>
		
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.linux-girl.com/its-not-a-go-go-cart-its-a-steamer/</guid>
		<description><![CDATA[Ever have one of those damn days where everything starts out badly? Here&#8217;s a great way to get out of the hell-hole and start the day anew&#8230;
Find a really funny YouTube Video that makes you laugh - I have a few favorites, but the number 1 Video on YouTube that keeps me laughing every time [...]]]></description>
			<content:encoded><![CDATA[<p>Ever have one of those damn days where everything starts out badly? Here&#8217;s a great way to get out of the hell-hole and start the day anew&#8230;</p>
<p>Find a really funny YouTube Video that makes you laugh - I have a few favorites, but the number 1 Video on YouTube that keeps me laughing every time I watch it is the Richard Simmons Steamer on David Letterman:</p>
<object width="425" height="344">
<param name="movie" value="http://www.youtube.com/v/3SCJLlSf21Y&#038;hl=en"></param>
<p><embed src="http://www.youtube.com/v/3SCJLlSf21Y&#038;hl=en" type="application/x-shockwave-flash" width="425" height="344"></embed></object>
<p>Every time I watch this video, I crack up and my day goes a lot smoother. It&#8217;s just $%@#ing Hilarious!!!!</p>
<p>Got a favorite funny YouTube video you want to share? Leave a comment or find my email address below and shoot it over. The more the merrier!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linux-girl.com/its-not-a-go-go-cart-its-a-steamer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>It&#8217;s time to move past the digg, don&#8217;t you think?</title>
		<link>http://www.linux-girl.com/its-time-to-move-past-the-digg-dont-you-think/</link>
		<comments>http://www.linux-girl.com/its-time-to-move-past-the-digg-dont-you-think/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 19:20:11 +0000</pubDate>
		<dc:creator>lani</dc:creator>
		
		<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://www.linux-girl.com/its-time-to-move-past-the-digg-dont-you-think/</guid>
		<description><![CDATA[If I read one more article on how to improve your visibility on the web with Digg.com I will scream! Much respect for everyone who puts in their time to keeping the SEO/SEM communities up to date, but don&#8217;t you think that it&#8217;s time to talk about something new? 
How about discussing the true benefits [...]]]></description>
			<content:encoded><![CDATA[<p>If I read one more article on how to improve your visibility on the web with <a href="http://digg.com/" onclick="javascript:urchinTracker ('/outbound/article/digg.com');">Digg.com</a> I will scream! <a href="http://searchengineland.com/080415-144936.php" onclick="javascript:urchinTracker ('/outbound/article/searchengineland.com');">Much respect for everyone who puts in their time to keeping the SEO/SEM communities up to date</a>, but don&#8217;t you think that it&#8217;s time to talk about something new? </p>
<p>How about discussing the true benefits of <a href="http://answers.yahoo.com/" onclick="javascript:urchinTracker ('/outbound/article/answers.yahoo.com');">Yahoo Answers</a> and how defining your exact demographic can truly enhance your visibility on the internet? Let&#8217;s discuss how <a href="https://adcenter.microsoft.com/" onclick="javascript:urchinTracker ('/outbound/article/adcenter.microsoft.com');">MSN Demographic marketing</a> can really up your game on ad placement and define your status in your industry? How about you teach people how to define their demographics while you&#8217;re at it?</p>
<p>Just no more Digg! Frankly, I love digg.com but I don&#8217;t shop at my clients websites and neither do their demographics. Sure it&#8217;s great for link love, but I&#8217;m more interested in protecting the integrity of my clients rather than spamming the hell out of some news website. </p>
<p>So let&#8217;s move on and talking about something that&#8217;s more realistic to the masses. How about some ice cream?  It&#8217;s Yummy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linux-girl.com/its-time-to-move-past-the-digg-dont-you-think/feed/</wfw:commentRss>
		</item>
		<item>
		<title>VMWare vs Parallels</title>
		<link>http://www.linux-girl.com/vmware-vs-parallels/</link>
		<comments>http://www.linux-girl.com/vmware-vs-parallels/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 11:40:13 +0000</pubDate>
		<dc:creator>Asia</dc:creator>
		
		<category><![CDATA[Mac / Apple]]></category>

		<guid isPermaLink="false">http://www.linux-girl.com/vmware-vs-parallels/</guid>
		<description><![CDATA[Since I purchased my iMac a year and a half ago, I&#8217;ve been a solid Parallels fan, until yesterday. After reading Danny Sullivans post on his experience with VMWare I decided to give it a shot.
Installation, I still have to give Parallels props on, installing windows is far more advanced with Parallels than VMWare, but [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.linux-girl.com/wp-content/uploads/small-game.png" title="small-game.png" ><img src="http://www.linux-girl.com/wp-content/uploads/small-game.thumbnail.png" alt="small-game.png" align="right" height="161" width="254" /></a>Since I purchased my iMac a year and a half ago, I&#8217;ve been a solid Parallels fan, until yesterday. After reading <a href="http://daggle.com/080312-192557.html" onclick="javascript:urchinTracker ('/outbound/article/daggle.com');">Danny Sullivans post on his experience with VMWare</a> I decided to give it a shot.</p>
<p>Installation, I still have to give Parallels props on, installing windows is far more advanced with Parallels than VMWare, but despite the installation portion of my experience, VMWare is superior to Parallels. Start up with VMWare is faster, and running in unity mode is a dream, unlike Parallels which was very sluggish and almost every program took quite a bit of time to start up.</p>
<p>With VMWare, I&#8217;m able to play my usual games at Shockwave.com with only the minimalization where VMWare like Parallels reduce the window size to around 800 pixels wide vs utilizing my full desktop. I&#8217;m sure I&#8217;ll find a solution to this, as I prefer to play games with a larger screen resolution.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linux-girl.com/vmware-vs-parallels/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
