Page 1 of 1

A few Newbie Questions

PostPosted: 09. July 2004 20:32
by ricland
Ok, I've got xamp up and operating, no problem, but some questions:

In which foler do I put the files I want to access via localhost?

Also, how to I change my apache port from 80 to 881?

ric

PostPosted: 09. July 2004 22:31
by Terje
I can ansewer your first quest.
The files is stored under C:\apachefriends\xampp\htdocs

Not nessesary under C:\, but under the location you extract your files in.

PostPosted: 12. July 2004 10:41
by Maller
If you wanna change the port apache is listening on, locate apache.httpd with is normally located in C:/xampp/apache/conf/
Find this line:
Code: Select all
Listen 80

change 80 to 881
Save the config, upload it to your server, and restart apache.

PostPosted: 12. July 2004 10:45
by Kristian Marcroft
Maller wrote:If you wanna change the port apache is listening on, locate apache.httpd with is normally located in C:/xampp/apache/conf/

Hi,

the config File is called httpd.conf NOT apache.httpd!

So long
KriS

PostPosted: 12. July 2004 10:48
by Maller
whoop was a bit quick on the keyboard there, my mistake :)