<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Webservers on Windows - Apache, Mysql and Php Installation</title>
	<link>http://elizabethmariesmith.com/2005/11/installing-and-using-apache-php-and-mysql-on-windows/</link>
	<description>Night is darkest just before the dawn...</description>
	<pubDate>Tue, 14 Oct 2008 11:42:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: bob</title>
		<link>http://elizabethmariesmith.com/2005/11/installing-and-using-apache-php-and-mysql-on-windows/#comment-16469</link>
		<author>bob</author>
		<pubDate>Mon, 18 Dec 2006 15:34:39 +0000</pubDate>
		<guid>http://elizabethmariesmith.com/2005/11/installing-and-using-apache-php-and-mysql-on-windows/#comment-16469</guid>
		<description>Hi! I setup SSL/TLS on apache 2.0.rnIts working fine apache only listen on 443 port for incoming connections. My question is:rnHow to config apache , for example when user type www.dome.com to automatic redirect him to port 443 and https connection. Now when i use www.domain.com he dont display anything because apache don listen on 80.rnCan you help me, please? Thanx :)</description>
		<content:encoded><![CDATA[<p>Hi! I setup SSL/TLS on apache 2.0.rnIts working fine apache only listen on 443 port for incoming connections. My question is:rnHow to config apache , for example when user type <a href="http://www.dome.com" rel="nofollow">www.dome.com</a> to automatic redirect him to port 443 and https connection. Now when i use <a href="http://www.domain.com" rel="nofollow">www.domain.com</a> he dont display anything because apache don listen on 80.rnCan you help me, please? Thanx <img src='http://elizabethmariesmith.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: auroraeosrose</title>
		<link>http://elizabethmariesmith.com/2005/11/installing-and-using-apache-php-and-mysql-on-windows/#comment-7172</link>
		<author>auroraeosrose</author>
		<pubDate>Sat, 12 Aug 2006 04:02:53 +0000</pubDate>
		<guid>http://elizabethmariesmith.com/2005/11/installing-and-using-apache-php-and-mysql-on-windows/#comment-7172</guid>
		<description>I don't know that much about it but according to google theoretically you can connect to PICK/UNIVERSE with an odbc driver - so you'd have to install the driver in windows and create an odbc dsn and connect to it via php's http://us2.php.net/odbc functions - but no, there is not a native way to connect to that database using php</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know that much about it but according to google theoretically you can connect to PICK/UNIVERSE with an odbc driver - so you&#8217;d have to install the driver in windows and create an odbc dsn and connect to it via php&#8217;s <a href="http://us2.php.net/odbc" rel="nofollow">http://us2.php.net/odbc</a> functions - but no, there is not a native way to connect to that database using php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: louis</title>
		<link>http://elizabethmariesmith.com/2005/11/installing-and-using-apache-php-and-mysql-on-windows/#comment-7167</link>
		<author>louis</author>
		<pubDate>Sat, 12 Aug 2006 02:48:40 +0000</pubDate>
		<guid>http://elizabethmariesmith.com/2005/11/installing-and-using-apache-php-and-mysql-on-windows/#comment-7167</guid>
		<description>Have you a way to connect to PICK/UNIVERSE databases with php?</description>
		<content:encoded><![CDATA[<p>Have you a way to connect to PICK/UNIVERSE databases with php?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabe</title>
		<link>http://elizabethmariesmith.com/2005/11/installing-and-using-apache-php-and-mysql-on-windows/#comment-4945</link>
		<author>Gabe</author>
		<pubDate>Mon, 10 Jul 2006 13:35:47 +0000</pubDate>
		<guid>http://elizabethmariesmith.com/2005/11/installing-and-using-apache-php-and-mysql-on-windows/#comment-4945</guid>
		<description>Do you know anything about adjusting the cpu utilization of apache under windows? Some data processing PHP scripts I've been running are executing rather slowly, and when I check the task monitor, the CPU usage never goes above 10%rnrnI'd like to see apache use 100% when running these scripts..</description>
		<content:encoded><![CDATA[<p>Do you know anything about adjusting the cpu utilization of apache under windows? Some data processing PHP scripts I&#8217;ve been running are executing rather slowly, and when I check the task monitor, the CPU usage never goes above 10%rnrnI&#8217;d like to see apache use 100% when running these scripts..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: auroraeosrose</title>
		<link>http://elizabethmariesmith.com/2005/11/installing-and-using-apache-php-and-mysql-on-windows/#comment-520</link>
		<author>auroraeosrose</author>
		<pubDate>Mon, 28 Nov 2005 15:36:13 +0000</pubDate>
		<guid>http://elizabethmariesmith.com/2005/11/installing-and-using-apache-php-and-mysql-on-windows/#comment-520</guid>
		<description>Then you didn't read the directions carefully enough - add the path to the php directory to your path environment variable AND RESTART THE COMPUTER - I know a lot of people say you don't have to restart after changing PATH but I can't get that to work on windows XP pro - restarting fixes it.  Also if you have problems with php_mysql.dll or php_mysqli.dll make sure the path to libmysql.dll comes BEFORE the path to your php dir in the path variable, otherwise the wrong libmysql.dll will get used.</description>
		<content:encoded><![CDATA[<p>Then you didn&#8217;t read the directions carefully enough - add the path to the php directory to your path environment variable AND RESTART THE COMPUTER - I know a lot of people say you don&#8217;t have to restart after changing PATH but I can&#8217;t get that to work on windows XP pro - restarting fixes it.  Also if you have problems with php_mysql.dll or php_mysqli.dll make sure the path to libmysql.dll comes BEFORE the path to your php dir in the path variable, otherwise the wrong libmysql.dll will get used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lew Eichorn</title>
		<link>http://elizabethmariesmith.com/2005/11/installing-and-using-apache-php-and-mysql-on-windows/#comment-519</link>
		<author>Lew Eichorn</author>
		<pubDate>Mon, 28 Nov 2005 14:35:05 +0000</pubDate>
		<guid>http://elizabethmariesmith.com/2005/11/installing-and-using-apache-php-and-mysql-on-windows/#comment-519</guid>
		<description>We have had to copy libeay32.dll, libmhash.dll, libmysql.dll, ssleay32.dll, yas.dll from php directory to either the apache2 bin directory or windows system32 directory in order for php to find corresponding extensions.</description>
		<content:encoded><![CDATA[<p>We have had to copy libeay32.dll, libmhash.dll, libmysql.dll, ssleay32.dll, yas.dll from php directory to either the apache2 bin directory or windows system32 directory in order for php to find corresponding extensions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
