[TYPO3-UG Dutch] aanpassen hostname

Remco Zwaan RZwaan at fdc.nl
Wed Mar 28 12:29:23 CEST 2007


Hi..list...

 

 

I gebruik srfeuserregister mbt inviteren van nieuwe gebruikers tot het
extranet. Nu is het zo dat het de extranet server achter een
proxy-server staat (apache2)....

 

Definitie virtualhost

 

<VirtualHost *>

 ServerName www.publiekdomein.nl

    Serveralias  publiekdomein.nl

    #DocumentRoot /var/www/remco

    # Put this in the main section of your configuration (or desired
virtual host, if using Apache virtual hosts)

   # ProxyRequests Off

   # <Proxy *>

   #     Order deny,allow

   #     Allow from all

   # </Proxy>

 <Directory />

  Options FollowSymLinks

  AllowOverride None

 </Directory>

 

 ProxyPass / http://10.0.0.40/

 ProxyPassReverse / http://10.0.0.40/

 

  #  ProxyHTMLURLMap /confluence/ /

 

 <Location />

  Order allow,deny

  Allow from all

 </Location>

 CustomLog /var/log/apache2/publiekdomein.log combined

</VirtualHost>

 

 

De request voor publiekdomein.nl worden 'doorgestuurd' naar een
vmware-sessie, op dezelfde server met een ander IP. Dit werk
prima...maar alleen de invitation-mailtjes die worden verstuurd..begint
de activatin-url met 10.0.0.40. Hoe pas ik die aan naar publiekdomein.nl

 

Groetjes...remco

 

 

 

 



More information about the TYPO3-UG-dutch mailing list