Page 1 of 1

installing xampp on IIS server

PostPosted: 15. April 2008 07:43
by arashagha
i have a server pc which is runnin IIS
it connects to 4 pc via LAN ,
i wanna know is there any way like this
Image

i wanna install phpbb on my server which can be accessed through pc 1 - 3

but apache wont start, port 80 occupied

PostPosted: 15. April 2008 08:06
by Wiedmann
but apache wont start, port 80 occupied

Correct, IIS is using port 80.

BTW:
Why want you install an Apache, if you allready have a running webserver (IIS)?

PostPosted: 15. April 2008 12:08
by arashagha
as i told u before , i wanna run phpbb

by the way, i finally run apache on port 81 successfully
and i run phpbb successfully,
but the problem is now i can not run forum from pc 1 - 3

in PC 1 - 3 i type http://localhost:81 but nothing happens
how to solve this?> :roll:

PostPosted: 15. April 2008 12:34
by Wiedmann
as i told u before , i wanna run phpbb

Well, you need a webserver to run phppp (any webserver. IIS, Apache, whatever...)

in PC 1 - 3 i type http://localhost:81 but nothing happens

"localhost" is allways the own pc.
--> Use the hostname of your server.

PostPosted: 15. April 2008 12:45
by arashagha
Wiedmann wrote:
--> Use the hostname of your server.


how can i know what is my hostname is?
plz explain

thanks again

PostPosted: 15. April 2008 12:50
by Wiedmann
Normally that's just the computername.

(Or just ask your administrator)

PostPosted: 15. April 2008 12:58
by sari42
>how can i know what is my hostname is?
on the server open a shell ("cmd") and type
ipconfig
<Enter>

it will show the ip-address of the server then.

on the clients(PC1..3) then http://192.168.0.1:81 (or whatever you found out)

PostPosted: 15. April 2008 13:00
by arashagha
so you mean, i open internet explorer on pc 1 -3 and enter computer name?

can u explain what should i enter in internet explorer?

PostPosted: 15. April 2008 13:06
by arashagha
sari42 wrote:>how can i know what is my hostname is?
on the server open a shell ("cmd") and type
ipconfig
<Enter>

it will show the ip-address of the server then.

on the clients(PC1..3) then http://192.168.0.1:81 (or whatever you found out)


thanks

PostPosted: 15. April 2008 13:24
by arashagha
ok
now i can access main server from any pc 1 - 3 via ip adress of server
http://192.168.2.1:81

ok?
but now i wanna run setup of my php script
Image

Image
what should i enter in the field of "SQL server"?

after filling fields, this error occurs:

Image

PostPosted: 15. April 2008 13:30
by Wiedmann
what should i enter in the field of "SQL server"?

"localhost"

PostPosted: 15. April 2008 13:45
by arashagha
wow
thanks for all support

u and this forum teach me great things