Koozali.org: home of the SME Server

Backporting smesailenv rpm changes from 4 to 3.1.1

Offline apmuthu

  • *
  • 244
  • +0/-0
Backporting smesailenv rpm changes from 4 to 3.1.1
« on: January 19, 2013, 01:37:03 PM »
Diff patch of /opt/sark/etc/httpd/httpd.conf
from smesailenv-4.0.0-6.noarch.rpm to smesailenv-4.0.0-10.noarch.rpm

Code: [Select]
--- smesailenv4006/opt/sark/httpd/httpd.conf    Mon Jul 30 05:05:36 2012
+++ smesailenv40010/opt/sark/etc/httpd/httpd.conf    Sun Oct 28 02:37:35 2012
@@ -140,7 +140,7 @@
 SSLProxyEngine On
 
 # modSSL{CertificateChainFile} not set
-Include /opt/sark/httpd/sslcerts
+Include /opt/sark/etc/httpd/sslcerts
 
 SSLCipherSuite ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM
 
@@ -644,7 +644,7 @@
     Alias /sark-common /opt/sark/www/sark-common
 #    Alias /sark /opt/sark/www
 #    Alias /sail /opt/sark/www
-    Alias /server-sounds/ /var/lib/asterisk/sounds/
+    Alias /server-sounds /var/lib/asterisk/sounds

 


In the light of changes above, must the path alias for asterisk sounds also be changed without the trailing slash in SAIL v3.1.1?
The affected file is /etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/28SarkProxy
found in smesailenv-1.0.0-30.noarch.rpm
« Last Edit: January 19, 2013, 02:27:11 PM by apmuthu »