...
3. Change the apache ServerName
indent | ||||
---|---|---|---|---|
| ||||
{panel}
\\
Edit c:\xampp\apache\conf\httpd.conf and find the line *ServerName localhost:80* and replace *localhost* with the name of the server.
For example, if the server name is *chongqing.mit.edu*, the line would read *ServerName chongqing.mit.edu:80*
Save the change and restart apache.
{panel}
|
...
4. Verify the XAMPP 1.7.1 installation
indent | ||||
---|---|---|---|---|
| ||||
{panel} \\ Restart apache. Open a web browser on the localhost and go to *http://localhost/xampp* If everything is correctly configured, the following should be displayed: !xamppWelcome.png! {panel} |