Difference between revisions of "XAMPP configuration"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(etc)
Line 1: Line 1:
 
'''XAMPP configuration''' specifies the configurable parameters of [[XAMPP]].
 
'''XAMPP configuration''' specifies the configurable parameters of [[XAMPP]].
 +
 +
XAMPP is a free and open source cross-platform [[web server]] [[solution stack]].
 +
 +
The main components of XAMPP are:
 +
 +
* [[Apache HTTP Server]]
 +
* [[MySQL]] database
 +
* Interpreters for scripts written [[PHP]] and [[Perl]]
 +
 +
== Apache HTTP Server configuration ==
 +
 +
Apache HTTP Server configuration parameters are specified in file:
 +
 +
''httpd.conf''
 +
 +
== MySQL configuration ==
 +
 +
MySQL configuration parameters are specified in file:
 +
 +
TO DO
  
 
== See also ==
 
== See also ==
  
 
* [[XAMPP]]
 
* [[XAMPP]]

Revision as of 07:31, 21 August 2015

XAMPP configuration specifies the configurable parameters of XAMPP.

XAMPP is a free and open source cross-platform web server solution stack.

The main components of XAMPP are:

Apache HTTP Server configuration

Apache HTTP Server configuration parameters are specified in file:

httpd.conf

MySQL configuration

MySQL configuration parameters are specified in file:

TO DO

See also