Sebelum nya mohon maaf kalo kalau salah tempat..
Saya lagi coba bikin Hosting Speedtest di mesin Ipcop di net saya dengan cara seperti yg di jelaskan di link ini http://www.speedtest.net/mini.php
dengan keterbatasan saya tentang webserver, saya coba utak atik di config nya webserver Ipcop dan alhasil, untuk dalam percobaan test speedtes untuk hit latency (ping) dan download speed sudah bisa ke hit (sudah mengarah ke webserver nya ipcop) tetapi untuk Upload speed masih tetap eror.
berikut SS Hit dan Eror serta Config Httpd.conf nya:
<Directory />
Options None
AllowOverride None
</Directory>
<Directory /home/httpd/html>
Options ExecCGI
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<DirectoryMatch "/home/httpd/html/(graphs|sgraph)">
AuthName "Restricted"
AuthType Basic
AuthUserFile /var/ipcop/auth/users
require user admin
</DirectoryMatch>
ScriptAlias /cgi-bin/ /home/httpd/cgi-bin/
<Directory "/home/httpd/html/speedtest">
Options None
AllowOverride All
Allow from all
</Directory>
<Directory /home/httpd/cgi-bin>
AllowOverride None
Options None
AuthName "Restricted"
AuthType Basic
AuthUserFile /var/ipcop/auth/users
Require user admin
<Files index.cgi>
Satisfy Any
Allow from All
</Files>
# Start of modification by advproxy
<Files chpasswd.cgi>
Satisfy Any
Allow from All
</Files>
<Files webaccess.cgi>
Satisfy Any
Allow from All
</Files>
# End of modification by advproxy
<Files credits.cgi>
Satisfy Any
Allow from All
</Files>
<Files dial.cgi>
Require user admin dial
</Files>
</Directory>
<IfModule mod_dir.c>
DirectoryIndex index.html index.htm index.shtml index.cgi
</IfModule>
AccessFileName .htaccess
<Files ~ "^\.ht">
Order allow,deny
Allow from all
</Files>
<IfModule mod_mime.c>
TypesConfig /etc/mime.types
</IfModule>
DefaultType text/plain
setelah mencari tau kode 405 di log nya webserver tersebut, dikatakan bahwa eror 405 adalah bahwa kira2 "HTTP method not Allowed"
nah ada bagi para mastah webmaster mungkin bisa bantu mengenai eror tersebut..??
note: untuk webfig nya ipcop menggunakan Https port=445
terimakasih sebelum nya..