We have Cpanel v. WHM 10.8.0 cPanel 10.8.2-S120 FreeBSD 5.4-RELEASE-p16 i386 - WHM X v3.1.0 setupped on our server and apache compilled by Cpanel.
1. We have simple virtual host on our apache config:
Listen *:82
<VirtualHost *:82>
DocumentRoot /home/admin/apache_mon
Options FollowSymLinks ExecCGI
</VirtualHost>
2. There is simple cgi-script in /home/admin/apache_mon:
cat test.cgi:
#!/bin/sh
echo "Content-type: text/plain
cgi:1 ";
If I do 10 tests, such as typing http://IP_server_with_cpanel:82/test.cgi in browser, on
remote server
I see that only 4 tests from 10 was completed. In 6 times from 10 I see white page in
my browser. I think, that cause of problem is Cpanel apache. Can you give me some
explanation
about this problem?
1. We have simple virtual host on our apache config:
Listen *:82
<VirtualHost *:82>
DocumentRoot /home/admin/apache_mon
Options FollowSymLinks ExecCGI
</VirtualHost>
2. There is simple cgi-script in /home/admin/apache_mon:
cat test.cgi:
#!/bin/sh
echo "Content-type: text/plain
cgi:1 ";
If I do 10 tests, such as typing http://IP_server_with_cpanel:82/test.cgi in browser, on
remote server
I see that only 4 tests from 10 was completed. In 6 times from 10 I see white page in
my browser. I think, that cause of problem is Cpanel apache. Can you give me some
explanation
about this problem?