This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
CentOS 7 Problems / CWP.user malfunctoning
« on: July 20, 2020, 10:05:56 AM »
I've just disabled TLS 1.0 & TLS 1.1 on my server and after that my CWP.user panel has manlfunctioned.
I'm unable to see my domains, sub domains, mailboxes, php.ini or any other services. All I get is a loading icon going round in circles.
The CWP7pro.admin panel is working properly. Is there an issue I'm overlooking?
I've also tried restarting, stopping & starting the cwpsrv service.
I'm unable to see my domains, sub domains, mailboxes, php.ini or any other services. All I get is a loading icon going round in circles.
The CWP7pro.admin panel is working properly. Is there an issue I'm overlooking?
I've also tried restarting, stopping & starting the cwpsrv service.
2
CentOS 7 Problems / Awstats & CGI show as plain text
« on: August 26, 2019, 02:57:30 PM »
I've recently started learning CentOS. I've been a proficient hardware/software lad for many years and do have some experience with Apache.
I'm stuck at a certain juncture though. I'm unable to browse to CGI files. They show up as plain text and do not execute. I've tried executing a sample file form ssh and it worked fine. I've also done a lot of research and spent over 3 hours trying to fix this.
Having done several modifications to httpd.conf file and restarting httpd service multiple times.
Can anyone point out a guide to me?
LoadModule cgi_module modules/mod_cgi.so is present in my httpd.conf file
Also the following
<Directory "var/www/html">
Options +ExecCGI
AddHandler cgi-script .cgi .pl
</Directory>
Also done chmod 705 *.cgi
Still showing up as plain text. Any help?
I'm stuck at a certain juncture though. I'm unable to browse to CGI files. They show up as plain text and do not execute. I've tried executing a sample file form ssh and it worked fine. I've also done a lot of research and spent over 3 hours trying to fix this.
Having done several modifications to httpd.conf file and restarting httpd service multiple times.
Can anyone point out a guide to me?
LoadModule cgi_module modules/mod_cgi.so is present in my httpd.conf file
Also the following
<Directory "var/www/html">
Options +ExecCGI
AddHandler cgi-script .cgi .pl
</Directory>
Also done chmod 705 *.cgi
Still showing up as plain text. Any help?
Pages: [1]