Hans-Christian Andersen
ha at phulse.com
Thu Apr 8 11:07:03 CDT 2010
Sorry if I have misunderstood anything, but would one solution be to change which port to serve apache on? You could change it to '8080' for example. I don't use xampp on Windows, but the directory layout should be similar to Linux/OS X. If you look in c:\[path-to-xampp]/etc/httpd.conf, change the port number on the line that says "Listen 80" and restart. You might need to do the same on your virtual hosts, if that is a concern to you. Changing "NameVirtualHost *:80" and "<VirtualHost *:80>" to whatever port you decided to use. Either that, or you could turn off IIS. Hans-Christian Software Developer, UK ----------------------------------------------------------------- tel: +44 (0)782 894 5456 e-mail: hans.andersen at phulse.com www: nokenode.com ----------------------------------------------------------------- Unique Gifts, Collectables, Artwork ----------------------------------------------------------------- Come one Come all to www.corinnajasmine.com ----------------------------------------------------------------- On 8 April 2010 16:29, jwcolby <jwcolby at colbyconsulting.com> wrote: > I am trying to get MySQL installed and working and a C# project talking to > it. I am moving my > billing database to C# as a class project and also because it is VERY long > in the tooth and time for > an upgrade. Because it is a class project I am trying to get it to play > with MySQL because I can > carry a small server around on my flash drive and work on it at school as > well as anywhere else I > have Visual Studio installed. > > So, I get a copy of XAMPLite which other people in the class are using. It > fires up and runs from > the thumb drive but... > > On my dev laptop when I run it and then try to go to localhost, I get > Microsoft's IIS default web > page, not the XAMPLite server control page like I am supposed to. > Obviously XAMPLite expects that > its server will be the only one running. > > So how do I deal with this? Does anyone know how to get the apache server > instance that XAMPLite > loads to point to something other than localhost? > > TIA, > > -- > John W. Colby > www.ColbyConsulting.com > _______________________________________________ > dba-SQLServer mailing list > dba-SQLServer at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-sqlserver > http://www.databaseadvisors.com > >