| View previous topic :: View next topic |
| Author |
Message |
alexs
Joined: 16 Jul 2010 Posts: 2
|
Posted: Jul 16, 2010 10:36 am Post subject: upload problem |
|
|
I try to upload and get:
Not Found
The requested URL /upload_status.cgi was not found on this server.
in apache`s log
[Fri Jul 16 14:16:38 2010] [error] [client 10.144.130.160] script not found or unable to stat: /usr/local/www/fileshare.local/upload_status.cgi, referer: https://fileshare.local/ |
|
| Back to top |
|
 |
alexs
Joined: 16 Jul 2010 Posts: 2
|
Posted: Jul 16, 2010 10:54 am Post subject: |
|
|
it is becouse ssl
i change index.cgi and it begin uploads
]>diff index.cgi.orig index.cgi
35c35
< my ($site_cgi_rel) = $c->{site_cgi}=~/^http:\/\/.+?(\/.+)/i;
---
> my ($site_cgi_rel) = $c->{site_cgi}=~/^https:\/\/.+?(\/.+)/i; |
|
| Back to top |
|
 |
|