Re: Perl displayed as text, Not HTML

2019-09-30 Thread Dan Ritter
Dave wrote: > hello > > when a .pl file or .cgi file is clicked on  to our server, apache is > serving back a text code page, not html > > all of our sites were working under the old service Deb 4, our new > Server Deb 9.x has a setting off. > > we have included a link to our http.conf file. >

Perl displayed as text, Not HTML

2019-09-30 Thread Dave
hello when a .pl file or .cgi file is clicked on  to our server, apache is serving back a text code page, not html all of our sites were working under the old service Deb 4, our new Server Deb 9.x has a setting off. we have included a link to our http.conf file.

Re: apache only servers text page

2019-09-30 Thread Dave
Sorry about that. by remarking out the ForceType we are now able to view html file. Apache is serving perl executables as actual code. ( .pl .cgi ) or files that have the first line as #!/usr/bin/perl perl has been installed in correct location. /etc/mime.types file has text/x-perl .pl  

apache servering text instead of html.

2019-09-30 Thread Dave
Our apache2 is only severing text or code pages instead of html pages. apache did have a "ForceType of text/plain remarking out did not solve the problem. .pl files on the server are also served are code. text/html - is used in all scripts, and it is located in the mime.types we use sublime

Processed (with 1 error): DSA-4509-1 regression needs to be fixed in subversion

2019-09-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > reassign 936034 libapache2-mod-svn Bug #936034 [apache2] broken http2 in apache2 2.4.25-3+deb9u8 for mod_dav_svn on stretch? Bug reassigned from package 'apache2' to 'libapache2-mod-svn'. No longer marked as found in versions

Bug#936034: DSA-4509-1 regression needs to be fixed in subversion

2019-09-30 Thread Stefan Fritsch
reassign 936034 libapache2-mod-svn found 936034 1.9.0-1 fixed 1.10.4-1 affects 936034 apache2 thanks DSA-4509-1 for apache2 caused a regression with libapache2-mod-svn that needs a fix in subversion. In agreement with the security team, I will upload a fix for this to security.debian.org

apache only servers text page

2019-09-30 Thread Dave
To anyone who may have a solution, Our apache2 is only severing text or code pages instead of html pages. apache did have a "ForceType of text/plain remarking out did not solve the problem. .pl files on the server are also served are code. text/html - is used in all scripts, and it is located