Search Results

virtual host on xampp


Warning: /home/dx/public_html/blog/wp-content/cache/148a3f5a46be0ce356b1e2a92f62ff1d.spc is not writeable in /home/dx/public_html/blog/engine/wp-content/plugins/simplepie-core/simplepie.inc on line 1769
15 March 2010, 9:27 pm

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

Source: http://pxapp1.packagex.com/wordpress/?p=2173

5 March 2010, 12:36 pm

Paste number 95955: jam

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

Source: http://paste.lisp.org/display/95955

23 February 2010, 2:39 pm

XAMPP and virtual hosts on Mac | stoimen.com/blog

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/

13 February 2010, 12:12 pm

Virtual Hosts in Windows, Linux, Mac for developer « It's All About Me

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/

3 February 2010, 8:00 am

Access forbidden! trying to run install.php; Vista, XAMPP | drupal.org

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

26 January 2010, 12:49 pm

I cannot enter to the XAMPP adminstration panel if i create a

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

10 January 2010, 5:01 pm

Setting Virtual Host In XAMPP « :: from dusk till dawn ::

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/

10 • 01 • 2007 10 Comments

Virtual Host on Windows with 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?

06 • 01 • 2007 1 Comment

WordPress Installation on Windows with XAMPP

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 … …