|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
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
|
|||
|
|||
|
how to re-direct people from one server to another server..
|
|
#2
|
|||
|
|||
|
Hi,
my setting is wrong??? <VirtualHost 192.168.1.88> ServerAdmin admin@www.france.com Redirect /index.php http://village.france.com:9090 DocumentRoot /var/apache/htdocs/www/village ServerName village.france.com ServerPath /village Errorlog logs/village.log </VirtualHost> it does not re-direct at all when I tried village.france.com it supposes go to village.france.com:9090 why not?? jenny. |
|
#3
|
|||
|
|||
|
I hope you aware you can't redirect a file to itself.
>> my setting is wrong??? You need at least <VirtualHost 192.168.1.88:9090> and Listen directive -> http://httpd.apache.org/docs/mod/core.html#listen or BindAddress -> http://httpd.apache.org/docs/bind.html#bindaddress Start here -> http://httpd.apache.org/docs/bind.html |
|
#4
|
|||
|
|||
|
wait a minute...for redirect
I have another server rh 7.0 which listen to port 9090.
I need to do when someone punch: village.france.com redirect to village.france.com:9090 since it forward to the next server by the router. the redhat 7.0 is working ok with php and mysql. my solaris 8 is listen to port 80 and I have not installed php and mysql. I do not know which to install first ( php / mysql). the solaris 8 has apache 1.39 and virtual hosts. I have tried to write an email to devshed.com to help about which to install first. ======= This is an automatically generated Delivery Status Notification. Delivery to the following recipients failed. yzhang@sfu.ca ======== any good helping hand is deeply appreciated. see my weakness. jenny. |
|
#5
|
|||
|
|||
|
Your ServerName must be unique. You can't use village.france.com on both boxes. Apache on Solaris identified itself as village.france.com. Redirecting from port 80 to whatever port doesn't matter, it's still being interpreted or being told to redirect locally.
|
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > how to re-direct people from one server to another server.. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|