[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



Surely a reload of the Apache demon or HUP would suffice ? or am I missing
something here..

Seems a shame to lose good uptime these days ...

--

--- /usr/lib/perl5/site_perl/5.005/Cobalt/Vsite.pm.orig Mon Apr 22 11:01:11
2002
+++ /usr/lib/perl5/site_perl/5.005/Cobalt/Vsite.pm      Mon Apr 22 11:03:51
2002
@@ -681,6 +681,7 @@
                    print HTCTMP $conf;
                    $inentry = 1;
                    if ($php_enabled) {
+                       print HTCTMP "AddType application/x-httpd-php
.php3\n";
                        print HTCTMP "AddType application/x-httpd-php
.php4\n";
                        print HTCTMP "AddType application/x-httpd-php
.php\n";
                        $on = MSG_get("On_string");
--- /etc/httpd/conf/srm.conf.orig       Mon Apr 22 10:57:18 2002
+++ /etc/httpd/conf/srm.conf    Mon Apr 22 10:57:45 2002
@@ -297,15 +297,6 @@
 # Format: AddType type/subtype ext1

 # PHP4 (backwards compatible with php3)
-AddType application/x-httpd-php .php3
-AddType application/x-httpd-php .php4
-AddType application/x-httpd-php .php
-#AddType application/x-httpd-php4 .php3
-#AddType application/x-httpd-php4 .php4
-#AddType application/x-httpd-php4 .php
-#AddType application/x-httpd-php4-source .php4s
-#AddType application/x-httpd-php4-source .php3s
-#AddType application/x-httpd-php4-source .phps

 # AddHandler allows you to map certain file extensions to "handlers",
 # actions unrelated to filetype. These can be either built into the server

Matt Brown