Tomcat Xampp- How Auto Conf works
JkLogFile “C:/devkit/xampp/tomcat/logs/mod_jk.log”. JkLogLevel emerg. ServerName localhost. JkMount /test ajp13 JkMount /test/* ajp13. JkMount /examples ajp13 JkMount /examples/* ajp13. JkMount /newdev ajp13
JkLogFile “C:/devkit/xampp/tomcat/logs/mod_jk.log”. JkLogLevel emerg. ServerName localhost. JkMount /test ajp13 JkMount /test/* ajp13. JkMount /examples ajp13 JkMount /examples/* ajp13. JkMount /newdev ajp13
ServerRoot "/Applications/XAMPP/xamppfiles" # # Listen: Allows you to bind Apache to specific IP addresses and/or # ports, instead of the default. See also the # directive. # # Change this to Listen on specific IP
In my case they didn't. What I mean when tell you this is that every simple technique I tried to setup a simple virtual hosts was completely non sense. They simply didn't work out.
Source: http://www.stoimen.com/blog/2010/02/23/xampp-and-virtual-hosts-on-mac/
Use name-based virtual hosting. NameVirtualHost *:80 ServerName mydomain.com DocumentRoot "C:/Program Files/xampp/htdocs/mydomain" CustomLog logs/mydomain.com-error_log combined ErrorLog logs/mydomain.com-access_log
Source: http://kodegeek.wordpress.com/2010/02/13/virtual-hosts-windows-developer/
Add a virtual host in xampp\apache\conf\extra\httpd-vhosts.conf like the one given below. DocumentRoot [YOUR DRUPAL DIRECTORY] ServerName drupal6. Add a host in your 'hosts' file in 'C:\WINDOWS\system32\drivers\etc'. 127.0.0.1 drupal6
Source: http://drupal.org/node/694484
i have installed XAMPP i think ok, at least if the write localhost/xampp i go to the administration panel. Then i have added a virtual host this way: I have written this in httpd-vhosts.conf:
Source: http://forumwebs.com/node/13566
I have try a little bit experiment in setting up virtual host in XAMPP. By default, domain name of apache server is localhost. when we using virtual host, we can set up multiple domain name in apache server. Supposed You want to set up
Source: http://adisembiring.wordpress.com/2010/01/10/setting-virtual-host-in-xampp/
On my first tutorial we was try to Installing WordPress on Windows use XAMPP , this time I will give little help again how to tweak our local server, and make it Virtual Host enable. So we can develop many many website in one time and still in our windows local machine.
This tutorial also work on Mac OSX , Linux Desktop , FreeBSD Desktop with little tweak.
What we need?
…
For Web Developer that use WordPress for their publising tools, sometimes need to add code, tweak, add plugins, or create new themes, And if you Desktop running Windows Family (2000, XP, 2003, Vista) you can test you code in you local machine before upload to real server.
What wel’ll need in this tutorial? We need Latest WordPress publising engine from here, latest XAMPP from … …