<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 20, 2015 at 10:36 PM, J.C. Cleaver <span dir="ltr"><<a href="mailto:cleaver@terabithia.org" target="_blank">cleaver@terabithia.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class=""><div class="h5"><br>
<br>
On Wed, May 20, 2015 8:10 am, Asif Iqbal wrote:<br>
> On Tue, May 19, 2015 at 6:39 PM, J.C. Cleaver <<a href="mailto:cleaver@terabithia.org">cleaver@terabithia.org</a>><br>
> wrote:<br>
><br>
>> On Tue, May 19, 2015 12:04 pm, Asif Iqbal wrote:<br>
>> > On Tue, May 19, 2015 at 2:06 PM, J.C. Cleaver <<a href="mailto:cleaver@terabithia.org">cleaver@terabithia.org</a>><br>
>> > wrote:<br>
>> ><br>
>> >><br>
>> >> Hmm. So far, the only way I've been able to reproduce this is by<br>
>> >> replacing<br>
>> >> the ScriptAlias directives with mere Alias's in the xymon.conf apache<br>
>> >> config.<br>
>> >><br>
>> ><br>
>> ><br>
>> > I am using the config, as is, that came as xymon-apache.conf with the<br>
>> > source 4.3.20<br>
>> ><br>
>><br>
>> >> Has there been any change in the path you've used for the CGI<br>
>> directory<br>
>> >> since the previous version, or is there any chance that another Alias<br>
>> >> line<br>
>> >><br>
>> ><br>
>> > xymon and xymon-client debian version 4.3.17 has been removed, so no<br>
>> > more xymon in /usr/lib/xymon<br>
>><br>
>><br>
>> >> On Tue, May 19, 2015 10:37 am, Cortes, Manny wrote:<br>
>> >> > Having the same problem after installing 4.3.20 on both Ubuntu<br>
>> server<br>
>> >> > 14.04 and 15.04.<br>
>> >> ><br>
>> >> > Thanks,<br>
>> >> ><br>
>><br>
>><br>
>> Can you send a copy of the previous and current xymon.conf configs?<br>
>><br>
><br>
> Here is the current config<br>
><br>
>  /etc/apache2/sites-enabled$ egrep -v "^$|^#" xymon-apache.conf<br>
><br>
> Alias /xymon/  "/var/lib/xymon/server/www/"<br>
> <Directory "/var/lib/xymon/server/www"><br>
>     Options Indexes FollowSymLinks Includes MultiViews<br>
>     <IfModule mod_authz_core.c><br>
>         # Apache 2.4+<br>
>         Require all granted<br>
>     </IfModule><br>
>     <IfModule !mod_authz_core.c><br>
>         Order deny,allow<br>
>         Allow from all<br>
>     </IfModule><br>
> </Directory><br>
> ScriptAlias /xymon-cgi/ "/var/lib/xymon/cgi-bin/"<br>
> <Directory "/var/lib/xymon/cgi-bin"><br>
>     AllowOverride None<br>
>     Options ExecCGI FollowSymLinks Includes<br>
>     <IfModule mod_authz_core.c><br>
>         # Apache 2.4+<br>
>         Require all granted<br>
>     </IfModule><br>
>     <IfModule !mod_authz_core.c><br>
>         Order deny,allow<br>
>         Allow from all<br>
>     </IfModule><br>
> </Directory><br>
> ScriptAlias /xymon-seccgi/ "/var/lib/xymon/cgi-secure/"<br>
> <Directory "/var/lib/xymon/cgi-secure"><br>
>     AllowOverride None<br>
>     Options ExecCGI FollowSymLinks Includes<br>
>     <IfModule mod_authz_core.c><br>
>         # Apache 2.4+<br>
>         Require all granted<br>
>     </IfModule><br>
>     <IfModule !mod_authz_core.c><br>
>         Order deny,allow<br>
>         Allow from all<br>
>     </IfModule><br>
>     # Password file where users with access to these scripts are kept.<br>
>     # Create it with "htpasswd -c /var/lib/xymon/server/etc/xymonpasswd<br>
> USERNAME"<br>
>     # Add more users / change passwords with "htpasswd<br>
> /var/lib/xymon/server/etc/xymonpasswd USERNAME"<br>
>     #<br>
>     # You can also use a group file to restrict admin access to members of<br>
> a<br>
>     # group, instead of anyone who is logged in. In that case you must<br>
> setup<br>
>     # the "xymongroups" file, and change the "Require" settings to require<br>
>     # a specific group membership. See the Apache docs for more details.<br>
>     AuthUserFile /var/lib/xymon/server/etc/xymonpasswd<br>
>     AuthGroupFile /var/lib/xymon/server/etc/xymongroups<br>
>     AuthType Basic<br>
>     AuthName "Xymon Administration"<br>
>     # "valid-user" restricts access to anyone who is logged in.<br>
>     Require valid-user<br>
>     # "group admins" restricts access to users who have logged in, AND<br>
>     # are members of the "admins" group in xymongroups.<br>
>     # Require group admins<br>
> </Directory><br>
> RewriteEngine On<br>
> RewriteRule ^/xymon/bb.html /xymon/xymon.html [R=permanent,L]<br>
> RewriteRule ^/xymon/bb2.html /xymon/nongreen.html [R=permanent,L]<br>
> RewriteRule ^/xymon/bbnk.html /xymon/critical.html [R=permanent,L]<br>
> RewriteRule ^/xymon-cgi/bb-hist.sh /xymon-cgi/history.sh [R=permanent,L]<br>
> RewriteRule ^/xymon-cgi/bb-eventlog.sh /xymon-cgi/eventlog.sh<br>
> [R=permanent,L]<br>
> RewriteRule ^/xymon-cgi/bb-rep.sh /xymon-cgi/report.sh [R=permanent,L]<br>
> RewriteRule ^/xymon-cgi/bb-replog.sh /xymon-cgi/reportlog.sh<br>
> [R=permanent,L]<br>
> RewriteRule ^/xymon-cgi/bb-snapshot.sh /xymon-cgi/snapshot.sh<br>
> [R=permanent,L]<br>
> RewriteRule ^/xymon-cgi/bb-findhost.sh /xymon-cgi/findhost.sh<br>
> [R=permanent,L]<br>
> RewriteRule ^/xymon-cgi/bb-csvinfo.sh /xymon-cgi/csvinfo.sh<br>
> [R=permanent,L]<br>
> RewriteRule ^/xymon-cgi/hobbitcolumn.sh /xymon-cgi/columndoc.sh<br>
> [R=permanent,L]<br>
> RewriteRule ^/xymon-cgi/bb-datepage.sh /xymon-cgi/datepage.sh<br>
> [R=permanent,L]<br>
> RewriteRule ^/xymon-cgi/hobbitgraph.sh /xymon-cgi/showgraph.sh<br>
> [R=permanent,L]<br>
> RewriteRule ^/xymon-cgi/bb-hostsvc.sh /xymon-cgi/svcstatus.sh<br>
> [R=permanent,L]<br>
> RewriteRule ^/xymon-cgi/bb-histlog.sh /xymon-cgi/historylog.sh<br>
> [R=permanent,L]<br>
> RewriteRule ^/xymon-cgi/hobbit-confreport.sh /xymon-cgi/confreport.sh<br>
> [R=permanent,L]<br>
> RewriteRule ^/xymon-cgi/hobbit-confreport-critical.sh<br>
> /xymon-cgi/confreport-critical.sh [R=permanent,L]<br>
> RewriteRule ^/xymon-cgi/hobbit-nkview.sh /xymon-cgi/criticalview.sh<br>
> [R=permanent,L]<br>
> RewriteRule ^/xymon-cgi/hobbit-certreport.sh /xymon-cgi/certreport.sh<br>
> [R=permanent,L]<br>
> RewriteRule ^/xymon-cgi/hobbit-nongreen.sh /xymon-cgi/nongreen.sh<br>
> [R=permanent,L]<br>
> RewriteRule ^/xymon-cgi/hobbit-hostgraphs.sh /xymon-cgi/hostgraphs.sh<br>
> [R=permanent,L]<br>
> RewriteRule ^/xymon-cgi/hobbit-ghosts.sh /xymon-cgi/ghostlist.sh<br>
> [R=permanent,L]<br>
> RewriteRule ^/xymon-cgi/hobbit-notifylog.sh /xymon-cgi/notifications.sh<br>
> [R=permanent,L]<br>
> RewriteRule ^/xymon-cgi/hobbit-hostlist.sh /xymon-cgi/hostlist.sh<br>
> [R=permanent,L]<br>
> RewriteRule ^/xymon-cgi/hobbit-perfdata.sh /xymon-cgi/perfdata.sh<br>
> [R=permanent,L]<br>
> RewriteRule ^/xymon-cgi/hobbit-topchanges.sh /xymon-cgi/topchanges.sh<br>
> [R=permanent,L]<br>
> RewriteRule ^/xymon-seccgi/bb-ack.sh /xymon-seccgi/acknowledge.sh<br>
> [R=permanent,L]<br>
> RewriteRule ^/xymon-seccgi/hobbit-enadis.sh /xymon-seccgi/enadis.sh<br>
> [R=permanent,L]<br>
> RewriteRule ^/xymon-seccgi/hobbit-nkedit.sh<br>
> /xymon-seccgi/criticaleditor.sh<br>
> [R=permanent,L]<br>
> RewriteRule ^/xymon-seccgi/hobbit-ackinfo.sh /xymon-seccgi/ackinfo.sh<br>
> [R=permanent,L]<br>
> RewriteRule ^/xymon-seccgi/hobbit-useradm.sh /xymon-seccgi/useradm.sh<br>
> [R=permanent,L]<br>
><br>
> I do not have any old config as I removed the old install<br>
><br>
<br>
<br>
<br>
</div></div>I'm really not sure what to make of this. Everything in the apache config<br>
looks to be correct; I can't see at all why apache would fail to execute<br>
the CGI vs simply sending you the file.<br>
<br>
<br>
Can you try two experiments?<br>
<br>
First, replace one of the .sh files with a symlink (instead of a hard<br>
link) to the cgiwrap binary. I'd like to see if we can rule out the<br>
hardlink itself being the problem.<br></blockquote><div><br></div><div>I did that and still seeing the same garbage when click a column</div><div><br></div><div> /var/lib/xymon/cgi-bin$ ls -al svcstatus.sh</div><div>lrwxrwxrwx 1 root root 21 May 21 10:29 svcstatus.sh -> ../server/bin/cgiwrap</div><div><br></div><div>So that did not make any difference</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
<br>
Second, can you compare to the xymon-apache.conf with the<br>
xymon-apache-secure.conf.DIST file in the build directory to see if there<br>
were any unexpected changes?<br>
<br></blockquote><div><br></div><div>I see the two files look identical. The conf file was not under build dir.</div><div><br></div><div> $ diff -u /etc/apache2/sites-enabled/xymon-apache.conf xymon-4.3.20/xymond/etcfiles/xymon-apache-secure.DIST </div><div>--- /etc/apache2/sites-enabled/xymon-apache.conf<span class="" style="white-space:pre">     </span>2015-05-21 10:25:08.174803811 -0400</div><div>+++ xymon-4.3.20/xymond/etcfiles/xymon-apache-secure.DIST<span class="" style="white-space:pre">       </span>2015-03-13 02:15:38.000000000 -0400</div><div>@@ -2,17 +2,17 @@</div><div> #</div><div> # Add this to your Apache configuration, it makes</div><div> # the Xymon webpages and cgi-scripts available in the</div><div>-# "/xymon" and "/xymon-cgi" URLs.</div><div>+# "@XYMONHOSTURL@" and "@XYMONCGIURL@" URLs.</div><div> </div><div> </div><div> # NB: The "Alias" line below must NOT be used if you have</div><div> #     the Xymon webfiles as the root URL. In that case,</div><div> #     you should instead set this:</div><div> #</div><div>-#          DocumentRoot /var/lib/xymon/server/www</div><div>+#          DocumentRoot @INSTALLWWWDIR@</div><div> </div><div>-Alias /xymon/  "/var/lib/xymon/server/www/"</div><div>-<Directory "/var/lib/xymon/server/www"></div><div>+Alias @XYMONHOSTURL@/  "@INSTALLWWWDIR@/"</div><div>+<Directory "@INSTALLWWWDIR@"></div><div>     Options Indexes FollowSymLinks Includes MultiViews</div><div>     <IfModule mod_authz_core.c></div><div>         # Apache 2.4+</div><div>@@ -24,9 +24,8 @@</div><div>     </IfModule></div><div> </Directory></div><div> </div><div>-ScriptAlias /xymon-cgi/ "/var/lib/xymon/cgi-bin/"</div><div>-<Directory "/var/lib/xymon/cgi-bin"></div><div>-SetHandler cgi-script</div><div>+ScriptAlias @XYMONCGIURL@/ "@CGIDIR@/"</div><div>+<Directory "@CGIDIR@"></div><div>     AllowOverride None</div><div>     Options ExecCGI FollowSymLinks Includes</div><div>     <IfModule mod_authz_core.c></div><div>@@ -39,9 +38,8 @@</div><div>     </IfModule></div><div> </Directory></div><div> </div><div>-ScriptAlias /xymon-seccgi/ "/var/lib/xymon/cgi-secure/"</div><div>-<Directory "/var/lib/xymon/cgi-secure"></div><div>-SetHandler cgi-script</div><div>+ScriptAlias @SECUREXYMONCGIURL@/ "@SECURECGIDIR@/"</div><div>+<Directory "@SECURECGIDIR@"></div><div>     AllowOverride None</div><div>     Options ExecCGI FollowSymLinks Includes</div><div>     <IfModule mod_authz_core.c></div><div>@@ -54,16 +52,16 @@</div><div>     </IfModule></div><div> </div><div>     # Password file where users with access to these scripts are kept.</div><div>-    # Create it with "htpasswd -c /var/lib/xymon/server/etc/xymonpasswd USERNAME"</div><div>-    # Add more users / change passwords with "htpasswd /var/lib/xymon/server/etc/xymonpasswd USERNAME"</div><div>+    # Create it with "htpasswd -c @INSTALLETCDIR@/xymonpasswd USERNAME"</div><div>+    # Add more users / change passwords with "htpasswd @INSTALLETCDIR@/xymonpasswd USERNAME"</div><div>     #</div><div>     # You can also use a group file to restrict admin access to members of a</div><div>     # group, instead of anyone who is logged in. In that case you must setup</div><div>     # the "xymongroups" file, and change the "Require" settings to require</div><div>     # a specific group membership. See the Apache docs for more details.</div><div> </div><div>-    AuthUserFile /var/lib/xymon/server/etc/xymonpasswd</div><div>-    AuthGroupFile /var/lib/xymon/server/etc/xymongroups</div><div>+    AuthUserFile @INSTALLETCDIR@/xymonpasswd</div><div>+    AuthGroupFile @INSTALLETCDIR@/xymongroups</div><div>     AuthType Basic</div><div>     AuthName "Xymon Administration"</div><div> </div><div>@@ -79,37 +77,37 @@</div><div> # Rewrite-rules for migrating from the URL's used in Hobbit</div><div> RewriteEngine On</div><div> </div><div>-RewriteRule ^/xymon/bb.html /xymon/xymon.html [R=permanent,L]</div><div>-RewriteRule ^/xymon/bb2.html /xymon/nongreen.html [R=permanent,L]</div><div>-RewriteRule ^/xymon/bbnk.html /xymon/critical.html [R=permanent,L]</div><div>-</div><div>-RewriteRule ^/xymon-cgi/bb-hist.sh /xymon-cgi/history.sh [R=permanent,L]</div><div>-RewriteRule ^/xymon-cgi/bb-eventlog.sh /xymon-cgi/eventlog.sh [R=permanent,L]</div><div>-RewriteRule ^/xymon-cgi/bb-rep.sh /xymon-cgi/report.sh [R=permanent,L]</div><div>-RewriteRule ^/xymon-cgi/bb-replog.sh /xymon-cgi/reportlog.sh [R=permanent,L]</div><div>-RewriteRule ^/xymon-cgi/bb-snapshot.sh /xymon-cgi/snapshot.sh [R=permanent,L]</div><div>-RewriteRule ^/xymon-cgi/bb-findhost.sh /xymon-cgi/findhost.sh [R=permanent,L]</div><div>-RewriteRule ^/xymon-cgi/bb-csvinfo.sh /xymon-cgi/csvinfo.sh [R=permanent,L]</div><div>-RewriteRule ^/xymon-cgi/hobbitcolumn.sh /xymon-cgi/columndoc.sh [R=permanent,L]</div><div>-RewriteRule ^/xymon-cgi/bb-datepage.sh /xymon-cgi/datepage.sh [R=permanent,L]</div><div>-RewriteRule ^/xymon-cgi/hobbitgraph.sh /xymon-cgi/showgraph.sh [R=permanent,L]</div><div>-RewriteRule ^/xymon-cgi/bb-hostsvc.sh /xymon-cgi/svcstatus.sh [R=permanent,L]</div><div>-RewriteRule ^/xymon-cgi/bb-histlog.sh /xymon-cgi/historylog.sh [R=permanent,L]</div><div>-RewriteRule ^/xymon-cgi/hobbit-confreport.sh /xymon-cgi/confreport.sh [R=permanent,L]</div><div>-RewriteRule ^/xymon-cgi/hobbit-confreport-critical.sh /xymon-cgi/confreport-critical.sh [R=permanent,L]</div><div>-RewriteRule ^/xymon-cgi/hobbit-nkview.sh /xymon-cgi/criticalview.sh [R=permanent,L]</div><div>-RewriteRule ^/xymon-cgi/hobbit-certreport.sh /xymon-cgi/certreport.sh [R=permanent,L]</div><div>-RewriteRule ^/xymon-cgi/hobbit-nongreen.sh /xymon-cgi/nongreen.sh [R=permanent,L]</div><div>-RewriteRule ^/xymon-cgi/hobbit-hostgraphs.sh /xymon-cgi/hostgraphs.sh [R=permanent,L]</div><div>-RewriteRule ^/xymon-cgi/hobbit-ghosts.sh /xymon-cgi/ghostlist.sh [R=permanent,L]</div><div>-RewriteRule ^/xymon-cgi/hobbit-notifylog.sh /xymon-cgi/notifications.sh [R=permanent,L]</div><div>-RewriteRule ^/xymon-cgi/hobbit-hostlist.sh /xymon-cgi/hostlist.sh [R=permanent,L]</div><div>-RewriteRule ^/xymon-cgi/hobbit-perfdata.sh /xymon-cgi/perfdata.sh [R=permanent,L]</div><div>-RewriteRule ^/xymon-cgi/hobbit-topchanges.sh /xymon-cgi/topchanges.sh [R=permanent,L]</div><div>-</div><div>-RewriteRule ^/xymon-seccgi/bb-ack.sh /xymon-seccgi/acknowledge.sh [R=permanent,L]</div><div>-RewriteRule ^/xymon-seccgi/hobbit-enadis.sh /xymon-seccgi/enadis.sh [R=permanent,L]</div><div>-RewriteRule ^/xymon-seccgi/hobbit-nkedit.sh /xymon-seccgi/criticaleditor.sh [R=permanent,L]</div><div>-RewriteRule ^/xymon-seccgi/hobbit-ackinfo.sh /xymon-seccgi/ackinfo.sh [R=permanent,L]</div><div>-RewriteRule ^/xymon-seccgi/hobbit-useradm.sh /xymon-seccgi/useradm.sh [R=permanent,L]</div><div>+RewriteRule ^@XYMONHOSTURL@/bb.html @XYMONHOSTURL@/xymon.html [R=permanent,L]</div><div>+RewriteRule ^@XYMONHOSTURL@/bb2.html @XYMONHOSTURL@/nongreen.html [R=permanent,L]</div><div>+RewriteRule ^@XYMONHOSTURL@/bbnk.html @XYMONHOSTURL@/critical.html [R=permanent,L]</div><div>+</div><div>+RewriteRule ^@XYMONCGIURL@/bb-hist.sh @XYMONCGIURL@/history.sh [R=permanent,L]</div><div>+RewriteRule ^@XYMONCGIURL@/bb-eventlog.sh @XYMONCGIURL@/eventlog.sh [R=permanent,L]</div><div>+RewriteRule ^@XYMONCGIURL@/bb-rep.sh @XYMONCGIURL@/report.sh [R=permanent,L]</div><div>+RewriteRule ^@XYMONCGIURL@/bb-replog.sh @XYMONCGIURL@/reportlog.sh [R=permanent,L]</div><div>+RewriteRule ^@XYMONCGIURL@/bb-snapshot.sh @XYMONCGIURL@/snapshot.sh [R=permanent,L]</div><div>+RewriteRule ^@XYMONCGIURL@/bb-findhost.sh @XYMONCGIURL@/findhost.sh [R=permanent,L]</div><div>+RewriteRule ^@XYMONCGIURL@/bb-csvinfo.sh @XYMONCGIURL@/csvinfo.sh [R=permanent,L]</div><div>+RewriteRule ^@XYMONCGIURL@/hobbitcolumn.sh @XYMONCGIURL@/columndoc.sh [R=permanent,L]</div><div>+RewriteRule ^@XYMONCGIURL@/bb-datepage.sh @XYMONCGIURL@/datepage.sh [R=permanent,L]</div><div>+RewriteRule ^@XYMONCGIURL@/hobbitgraph.sh @XYMONCGIURL@/showgraph.sh [R=permanent,L]</div><div>+RewriteRule ^@XYMONCGIURL@/bb-hostsvc.sh @XYMONCGIURL@/svcstatus.sh [R=permanent,L]</div><div>+RewriteRule ^@XYMONCGIURL@/bb-histlog.sh @XYMONCGIURL@/historylog.sh [R=permanent,L]</div><div>+RewriteRule ^@XYMONCGIURL@/hobbit-confreport.sh @XYMONCGIURL@/confreport.sh [R=permanent,L]</div><div>+RewriteRule ^@XYMONCGIURL@/hobbit-confreport-critical.sh @XYMONCGIURL@/confreport-critical.sh [R=permanent,L]</div><div>+RewriteRule ^@XYMONCGIURL@/hobbit-nkview.sh @XYMONCGIURL@/criticalview.sh [R=permanent,L]</div><div>+RewriteRule ^@XYMONCGIURL@/hobbit-certreport.sh @XYMONCGIURL@/certreport.sh [R=permanent,L]</div><div>+RewriteRule ^@XYMONCGIURL@/hobbit-nongreen.sh @XYMONCGIURL@/nongreen.sh [R=permanent,L]</div><div>+RewriteRule ^@XYMONCGIURL@/hobbit-hostgraphs.sh @XYMONCGIURL@/hostgraphs.sh [R=permanent,L]</div><div>+RewriteRule ^@XYMONCGIURL@/hobbit-ghosts.sh @XYMONCGIURL@/ghostlist.sh [R=permanent,L]</div><div>+RewriteRule ^@XYMONCGIURL@/hobbit-notifylog.sh @XYMONCGIURL@/notifications.sh [R=permanent,L]</div><div>+RewriteRule ^@XYMONCGIURL@/hobbit-hostlist.sh @XYMONCGIURL@/hostlist.sh [R=permanent,L]</div><div>+RewriteRule ^@XYMONCGIURL@/hobbit-perfdata.sh @XYMONCGIURL@/perfdata.sh [R=permanent,L]</div><div>+RewriteRule ^@XYMONCGIURL@/hobbit-topchanges.sh @XYMONCGIURL@/topchanges.sh [R=permanent,L]</div><div>+</div><div>+RewriteRule ^@SECUREXYMONCGIURL@/bb-ack.sh @SECUREXYMONCGIURL@/acknowledge.sh [R=permanent,L]</div><div>+RewriteRule ^@SECUREXYMONCGIURL@/hobbit-enadis.sh @SECUREXYMONCGIURL@/enadis.sh [R=permanent,L]</div><div>+RewriteRule ^@SECUREXYMONCGIURL@/hobbit-nkedit.sh @SECUREXYMONCGIURL@/criticaleditor.sh [R=permanent,L]</div><div>+RewriteRule ^@SECUREXYMONCGIURL@/hobbit-ackinfo.sh @SECUREXYMONCGIURL@/ackinfo.sh [R=permanent,L]</div><div>+RewriteRule ^@SECUREXYMONCGIURL@/hobbit-useradm.sh @SECUREXYMONCGIURL@/useradm.sh [R=permanent,L]</div><div> </div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
Are there any other files in apache's /conf.d/ directory that might be<br>
taking precedence here?<br>
<span class=""><font color="#888888"><br></font></span></blockquote><div><br></div><div>Here are the conf files that are active</div><div><br></div><div> /etc/apache2/conf-enabled$ ls -al</div><div>total 8</div><div>drwxr-xr-x 2 root root 4096 May 19 10:27 .</div><div>drwxr-xr-x 8 root root 4096 May 19 10:12 ..</div><div>lrwxrwxrwx 1 root root   34 May 19 10:14 apache2-doc.conf -> ../conf-available/apache2-doc.conf</div><div>lrwxrwxrwx 1 root root   30 May 19 10:12 charset.conf -> ../conf-available/charset.conf</div><div>lrwxrwxrwx 1 root root   44 May 19 10:12 localized-error-pages.conf -> ../conf-available/localized-error-pages.conf</div><div>lrwxrwxrwx 1 root root   46 May 19 10:12 other-vhosts-access-log.conf -> ../conf-available/other-vhosts-access-log.conf</div><div>lrwxrwxrwx 1 root root   31 May 19 10:12 security.conf -> ../conf-available/security.conf</div><div>lrwxrwxrwx 1 root root   36 May 19 10:12 serve-cgi-bin.conf -> ../conf-available/serve-cgi-bin.conf</div><div><br></div><div>/etc/apache2/conf-enabled$ egrep -v "^$|^#|^ *#" apache2-doc.conf </div><div>Alias /manual /usr/share/doc/apache2-doc/manual/</div><div><Directory "/usr/share/doc/apache2-doc/manual/"></div><div>    Options Indexes FollowSymlinks</div><div>    AllowOverride None</div><div>    Require all granted</div><div>    AddDefaultCharset off</div><div></Directory></div><div><br></div><div>/etc/apache2/conf-enabled$ egrep -v "^$|^#|^ *#" charset.conf </div><div><br></div><div>/etc/apache2/conf-enabled$ egrep -v "^$|^#|^ *#" localized-error-pages.conf </div><div><br></div><div>/etc/apache2/conf-enabled$ egrep -v "^$|^#|^ *#" other-vhosts-access-log.conf </div><div>CustomLog ${APACHE_LOG_DIR}/other_vhosts_access.log vhost_combined</div><div><br></div><div>/etc/apache2/conf-enabled$ egrep -v "^$|^#|^ *#" security.conf </div><div>ServerTokens OS</div><div>ServerSignature On</div><div>TraceEnable Off</div><div><br></div><div>/etc/apache2/conf-enabled$ egrep -v "^$|^#|^ *#" serve-cgi-bin.conf </div><div><IfModule mod_alias.c></div><div><span class="" style="white-space:pre">    </span><IfModule mod_cgi.c></div><div><span class="" style="white-space:pre">         </span>Define ENABLE_USR_LIB_CGI_BIN</div><div><span class="" style="white-space:pre">      </span></IfModule></div><div><span class="" style="white-space:pre">  </span><IfModule mod_cgid.c></div><div><span class="" style="white-space:pre">                </span>Define ENABLE_USR_LIB_CGI_BIN</div><div><span class="" style="white-space:pre">      </span></IfModule></div><div><span class="" style="white-space:pre">  </span><IfDefine ENABLE_USR_LIB_CGI_BIN></div><div><span class="" style="white-space:pre">            </span>ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/</div><div><span class="" style="white-space:pre">            </span><Directory "/usr/lib/cgi-bin"></div><div><span class="" style="white-space:pre">                     </span>AllowOverride None</div><div><span class="" style="white-space:pre">                 </span>Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch</div><div><span class="" style="white-space:pre">                 </span>Require all granted</div><div><span class="" style="white-space:pre">                </span></Directory></div><div><span class="" style="white-space:pre"> </span></IfDefine></div><div></IfModule></div><div><br></div><div>/etc/apache2/conf-enabled$ </div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class=""><font color="#888888">
<br>
-jc<br>
<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Asif Iqbal<br>PGP Key: 0xE62693C5 KeyServer: <a href="http://pgp.mit.edu" target="_blank">pgp.mit.edu</a><br>A: Because it messes up the order in which people normally read text.<br>Q: Why is top-posting such a bad thing?<br><br></div>
</div></div>