| View previous topic :: View next topic |
| Author |
Message |
GMC
Joined: 15 Aug 2009 Posts: 159
|
Posted: Aug 25, 2009 7:16 am Post subject: Error - htdocs URL accessibility: ERROR (should see XFS on.. |
|
|
Trying to add a second server
Its a new server I got today - Debian Dedicated
I am been working on this all day, and am down to the last hurdle
I get this
| Code: |
File Server tests:
api.cgi: OK
temp dir exist: OK
temp dir mkdir: OK
temp dir rmdir: OK
tmp dir exist: OK
tmp dir mkdir: OK
tmp dir rmdir: OK
upload dir exist: OK
upload dir mkdir: OK
upload dir rmdir: OK
htdocs dir exist: OK
htdocs dir mkdir: OK
htdocs dir symlink: OK
htdocs dir symlink del: OK
htdocs dir rmdir: OK
config read: OK
config write: OK
fs.cgi: OK
upload.cgi: OK
htdocs URL accessibility: ERROR (should see XFS on link)
|
Funny thing is when I press the should see XFS on this link - I DO see XFS - lol
Any one got any info for me
Cheers
GMC |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2109 Location: UFO Lab
|
Posted: Aug 25, 2009 10:31 am Post subject: |
|
|
That's weird, but you can comment these lines in index.cgi to disable this check:
| Code: | my $res = $ua->get("$f->{srv_htdocs_url}/index.html");
push @tests, $res->content eq 'XFS' ? 'htdocs URL accessibility: OK' : "htdocs URL accessibility: ERROR (should see XFS on <a href='$f->{srv_htdocs_url}/index.html' target=_blank>link</a>)"; |
|
|
| Back to top |
|
 |
GMC
Joined: 15 Aug 2009 Posts: 159
|
Posted: Aug 25, 2009 10:41 am Post subject: |
|
|
| PilgrimX182 wrote: | That's weird, but you can comment these lines in index.cgi to disable this check:
| Code: | my $res = $ua->get("$f->{srv_htdocs_url}/index.html");
push @tests, $res->content eq 'XFS' ? 'htdocs URL accessibility: OK' : "htdocs URL accessibility: ERROR (should see XFS on <a href='$f->{srv_htdocs_url}/index.html' target=_blank>link</a>)"; |
|
Thanks for the fast response - I'll try that now!!
G |
|
| Back to top |
|
 |
|