|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Two web sites off one Apache
I rencently posted a plea for help but I think I was looking into the wrong thing.
He's what I got c:\Website1\ c:\Website2\ How do I tell apache to load website one via the normal port (80) and then load website2 through port 81? Thanks
__________________
regards, pgudge |
|
#2
|
||||
|
||||
|
Telling the truth I never did it,
but the documentation here: http://httpd.apache.org/docs/vhosts/examples.html and in particular the example extracted from that link (Port-based vhosts) Listen 80 Listen 8080 ServerName www.domain.tld DocumentRoot /www/domain <VirtualHost 111.22.33.44:8080> DocumentRoot /www/domain2 ... </VirtualHost> could help you
__________________
My article: mod_rewrite: No More Endless Loops! |
|
#3
|
|||
|
|||
|
Worked first time, cheers pippo
|
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > Two web sites off one Apache |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|