Page 1 of 1

upgrade 1.5.3 to 1.5.3a

PostPosted: 04. June 2006 19:11
by Killerfrog
Hello

Is there any simple way to upgrade from 1.5.3 to 1.5.3a? I dont want to do a complete install again and have to reconfigure again :?

Thx

PostPosted: 04. June 2006 19:16
by Wiedmann
IMHO there is no need to do that.
--> The difference is only one thing in "httpd.conf".

PostPosted: 04. June 2006 19:20
by Killerfrog
how can I do this change myself ?!

PostPosted: 04. June 2006 19:27
by Wiedmann
Code: Select all
--- apache\conf\httpd.conf.orig   Mon May 22 17:56:32 2006
+++ apache\conf\httpd.conf   Wed May 31 18:24:29 2006
@@ -214,9 +214,7 @@
     # for more information.
     #
     Options Indexes FollowSymLinks Includes ExecCGI
-    AddType text/shtml .shtml
-    AddOutputFilter INCLUDES .shtml
-
+   
     #
     # AllowOverride controls what directives may be placed in .htaccess files.
     # It can be "All", "None", or any combination of the keywords:
@@ -435,8 +433,8 @@
     # To parse .shtml files for server-side includes (SSI):
     # (You will also need to add "Includes" to the "Options" directive.)
     #
-    #AddType text/html .shtml
-    #AddOutputFilter INCLUDES .shtml
+   AddType text/html .shtml
+   AddOutputFilter INCLUDES .shtml
 </IfModule>
 
 #

PostPosted: 04. June 2006 19:54
by Killerfrog
thx but it would be easier to understard if you would write it this form

Replace ".........." by ".........." at line xxx etc etc.

Thx