Search Results

xampp httpd conf

11 March 2010, 1:14 pm

The Apache2.2 service terminated with service-specific error 1

in the event log. To get around this, edit Apache\Conf\Httpd.conf. Change Listen 80 to Listen 8080. Then comment out the line #LoadModule ssl_module modules/mod_ssl.so with a hash at the start, then it starts! 13:14 | Blog it Oh yes, you can get extra info by just running HTTPD from the command line. C:\xampp\xampp\apache\bin>httpd.exe (OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : make_sock: could not bind to

Source: http://networkprogramming.spaces.live.com/blog/cns!D79966C0BAAE2C7D!727.entry

10 March 2010, 11:31 pm

Upgrade Xampp 1.7.3 Apache | CraigS.be

6. To fix this, go into the xampp/apache/conf/extra/httpd-xampp.conf With notepad or your preferred text editor and go to the bottom. You will see the following: 7. Highlight and replace the text with a slightly modified version,

Source: http://craigs.be/2010/03/xampp_apache-2-2-14-to-2-2-15/

5 March 2010, 12:36 pm

Paste number 95955: jam

Server-pool management (MPM specific) #Include /Applications/XAMPP/etc/extra/httpd-mpm.conf # Multi-language error messages Include /Applications/XAMPP/etc/extra/httpd-multilang-errordoc.conf # Fancy directory listings #Include

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

23 February 2010, 2:39 pm

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

Include /Applications/xampp/etc/extra/httpd-vhosts.conf. Now everything's working like a charm! After fixing this I start to realize that this problem is not Mac specific, but however … Related posts:

Source: http://www.stoimen.com/blog/2010/02/23/xampp-and-virtual-hosts-on-mac/

1 September 2009, 1:16 pm

Vlad's Software Development Toolbox: Joomla! Installing XAMPP on Vista

My solution was to change “C:\Program Files\xampp\apache\conf\httpd.conf” file and set port to something else like 8080 or any other number. Edit lines “Listen 80” and “ServerName localhost:80” to be “Listen 8080” and “ServerName

Source: http://software-development-toolbox.blogspot.com/2009/09/joomla-installing-xampp-on-vista.html

13 July 2009, 10:24 am

Mauricio Munera. » Blog Archive » Create Apache Alias in XAMPP for Mac

Open the file /Applications/xampp/etc/httpd.conf in a text editor. Add these lines to the end of the files. (change the name of the alias for the web application that suits better for you)

Source: http://www.mauriciomunera.com/?p=127

3 July 2008, 7:19 pm

Subversion on OSX « A code for code

Now add the following lines to the Location section we added earlier to the httpd-vhosts.conf file AuthType Basic AuthName "Subversion Repository" AuthUserFile "/Applications/xampp/etc/svn-auth-file" Require valid-user

Source: http://xetius.wordpress.com/2008/07/03/subversion-on-osx/

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