ispman/lib http.lib,1.55,1.55.2.1

Joerg Delker <[email protected]>
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8137/lib

Modified Files:
      Tag: rel_1_2-bugfixes
	http.lib 
Log Message:
fixed [ 1037283 ] unset vhost dir options

Index: http.lib
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/http.lib,v
retrieving revision 1.55
retrieving revision 1.55.2.1
diff -u -d -r1.55 -r1.55.2.1
--- http.lib	20 Jun 2004 12:46:28 -0000	1.55
+++ http.lib	9 Oct 2005 09:50:02 -0000	1.55.2.1
@@ -316,9 +316,7 @@
                   );
             }
             else {
-                ### put your default options here
-                $vhostHash->{$domain}{$vh}{'ispmanVhostDocumentRootOption'} =
-                  "Options FollowSymLinks MultiViews";
+                $vhostHash->{$domain}{$vh}{'ispmanVhostDocumentRootOption'} = "";
             }
 
             if (
@@ -338,9 +336,7 @@
                   );
             }
             else {
-                ### put your default options here
-                $vhostHash->{$domain}{$vh}{'ispmanVhostScriptDirOption'} =
-                  "Options ExecCGI FollowSymLinks";
+                $vhostHash->{$domain}{$vh}{'ispmanVhostScriptDirOption'} = "";
             }
 
             ### ACLS



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.