The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
need help adding url to site
i just want to thank the guys for this thread first off
https://vborg.vbsupport.ru/showthrea...ll+vb+computer i am useing a win2k advanced server i have a site running on this server www.blabla.com abd now they want to add vbulliten to it. ok hears my problem i have installed the php sql and apache with no problems at all but i can not run the IIS server at the same time and this is a must for me. when i start the apache it shuts the IIS server down i dont know why i think it is because they both want port 80. is there a way to run these applications at the same time? now i have installed vbulliten and can see it np at all on another machine that has win xp pro running on it if i tpye http://localhost/vbulliten in inretnet explorer. now if i can not run these apts on the same server how do i add the url to the vbulliten site so you can see it by typing www.blabla.com/forums ?? thanks for any input kwick |
#2
|
|||
|
|||
I think this has been addressed before somewhere. Both applications cannot run from the same port because there will be conflicts. You need to change one of the applications ports from 80 and leave the other at 80. Both cannot be the same.
|
#3
|
|||
|
|||
thanks Davey i have tryed this and i still have the same problem i have changed the IIS to another port and started apache and same thing then i tryed to change the apache but was not to sure how to thanks
kwick |
#4
|
|||
|
|||
this is what i have in the httpd.conf file in apache
Code:
# Port: The port to which the standalone server listens. Certain firewall # products must be configured before Apache can listen to a specific port. # Other running httpd servers will also interfere with this port. Disable # all firewall, security, and other services if you encounter problems. # To help diagnose problems use the Windows NT command NETSTAT -a # Port 80 ## ## SSL Support ## ## When we also provide SSL we have to listen to the ## standard HTTP port (see above) and to the HTTPS port ## #<IfDefine SSL> #Listen 80 #Listen 443 #</IfDefine> Code:
# Port: The port to which the standalone server listens. Certain firewall # products must be configured before Apache can listen to a specific port. # Other running httpd servers will also interfere with this port. Disable # all firewall, security, and other services if you encounter problems. # To help diagnose problems use the Windows NT command NETSTAT -a # Port 1080 ## ## SSL Support ## ## When we also provide SSL we have to listen to the ## standard HTTP port (see above) and to the HTTPS port ## #<IfDefine SSL> #Listen 1080 #Listen 8000 #</IfDefine> kwick |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|