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 only servers text page

2019-09-29 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