|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Do any of you know if it is possible to have multiple virtual hosts.
Where one of them have another portnumber?? And only use one ipaddress ex: Listen 80 Listen 8000 NameVirtualHost 192.168.0.1 # phpMyAdmin <VirtualHost 192.168.0.1> ServerAdmin root@some.domain DocumentRoot /var/www/phpMyAdmin ServerName mysql.ll </VirtualHost> # phpPgAdmin <VirtualHost 192.168.0.1:8000> ServerAdmin root@some.domain DocumentRoot /var/www/phpPgAdmin ServerName pgsql.ll </VirtualHost>
__________________
regds.. -ulrik- --------------------------------------- Do or do not, there is no try.... |
|
#2
|
|||
|
|||
|
Sure this is possible even almost with Ur example, but add a line:
NameVirtualHost 192.168.0.1:8000 before declaration of virtual host. Ciao |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > apache, virtual hosts and portnumber |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|