jamjam
12-15-2009, 03:50 AM
Is it ok to use Apache+PHP+MySQL on Windows on a production site?
And is there any website traffic monitoring tools for windows?
And is there any website traffic monitoring tools for windows?
![]() | View Full Version : Apache on Windows jamjam 12-15-2009, 03:50 AM Is it ok to use Apache+PHP+MySQL on Windows on a production site? And is there any website traffic monitoring tools for windows? LVPSHosting 12-15-2009, 04:53 AM 1. Why not. There are many companies that use apache+PHP+MySQL on Windows. 2. I'm sure there is, but do not know which. I do not have any experience with M$. activelobby4u 12-15-2009, 10:51 AM I would suggest going with the IIS option. Its so much secure and allows you to run windows specific technologies of asp and asp.net more easily. You can still run mysql with iis, if thats your concern + it supports all other scripting engines of php , perl etc HF-Paul 12-15-2009, 01:36 PM You can, but IMO it will be better to run IIS on a Windows server- will be faster and potentially more secure. Why do you want to run Apache over IIS? ImanageNetworks 12-15-2009, 04:37 PM I always run MySQL + Apache + PHP under Windows. I have done it under 2003 and 2008 and it works great. I don't really like IIS or ASP. Apache run pretty smoothly under windows. Unless you want to host ASP.NET or IIS specific things, then you have no choice, it's IIS. kdmitchell 12-15-2009, 10:51 PM Sure you can run apache, mysql and php under windows. I actually had a few setups with Xampp under 2003 and 2008. As for monitors, check out http://www.softperfect.com/products/networx/ or http://www.paessler.com/prtg/. railto 12-16-2009, 07:10 AM our intranet is run on apache php and mysql on a windows box, I find it more stable than IIS. IIS also runs on that server on a different port as its our citrix server gregm11 12-16-2009, 09:09 AM Most people just run IIS but some do run apache on a windows server. Just make sure you disable IIS You can install AWstats for windows, its a bit tricky to configure but its free. An easier log file analyzer is web log expert. http://www.weblogexpert.com/ They have a lite version which is free and works well, It provides basic reports from the log files. bryonhost1 12-16-2009, 09:32 AM Hi! I run apache on Windows..alongside IIS7. I just use a different port. It works fine. :) jamjam 12-17-2009, 08:51 AM OK I installed Apache on Windows but I cannot make mod rewrite to work. can anyone help me. M Bacon 12-17-2009, 11:20 AM Are you using XAMPP? You probably need to enable mod_rewrite by finding the word mod_rewrite in httpd.conf and removing the # symbol in the httpd.conf file on the same line. netvnasia 12-18-2009, 02:37 AM Yes, you can using AppServ |