Changes

Jump to navigation Jump to search
11 bytes added ,  14:25, 25 August 2011
Line 15: Line 15:     
* create a custom proxypass directive for /roundup:
 
* create a custom proxypass directive for /roundup:
  md -p /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
+
  <nowiki>md -p /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
cd /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
+
cd /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
echo '# ProxyPass Support for Internal Exchange Server
+
echo '# ProxyPass Support for Internal Exchange Server
        ProxyPreserveHost On
+
      ProxyPreserveHost On
   −
        #roundup
+
      #roundup
        ProxyPass /roundup/ http://localhost:8080/
+
      ProxyPass /roundup/ http://localhost:8080/
        ProxyPassReverse /roundup/ http://localhost:8080/
+
      ProxyPassReverse /roundup/ http://localhost:8080/
    
* End of Exchange settings
 
* End of Exchange settings
' > 91ProxyPassRoundup
+
' > 91ProxyPassRoundup</nowiki>
 
* expand httpd.conf and restart httpd
 
* expand httpd.conf and restart httpd
 
  expand-template /etc/httpd/conf/httpd.conf
 
  expand-template /etc/httpd/conf/httpd.conf

Navigation menu