Search found 12 matches

by gaddcasey1
Thu Oct 11, 2018 4:28 pm
Forum: Sphider Help
Topic: Font error
Replies: 1
Views: 4706

Font error

I am getting a font error when I parse some of my PDF documents. has anyone ran into this error and have a solution? I am using centos 7.
1.png
1.png (14.18 KiB) Viewed 4706 times
by gaddcasey1
Wed Oct 10, 2018 4:57 pm
Forum: Sphider Help
Topic: ssl redirect
Replies: 16
Views: 30405

Re: ssl redirect

We are on the same path lol. I have been working on the command line this morning. I will let you know If I find anything. if you want to test drupal bitnami offers prebuilt ova. https://bitnami.com/stack/drupal/virtual-machine
by gaddcasey1
Wed Oct 10, 2018 3:31 pm
Forum: Sphider Help
Topic: ssl redirect
Replies: 16
Views: 30405

Re: ssl redirect

I have tried some other SSL sites and I am getting the same results :( . I set up an ubuntu Sphider server and I verify that it does work on Ubuntu and not on centos. I thought it might be selinux, but disabling it has no effect.
by gaddcasey1
Tue Oct 09, 2018 9:53 pm
Forum: Sphider Help
Topic: ssl redirect
Replies: 16
Views: 30405

Re: ssl redirect

So this is the solution I came up with. so if a request comes from the servers internal address (10.1.0.2) the redirect will not happen. RewriteCond %{REMOTE_ADDR} !^10\.1\.0\.2$ RewriteCond %{HTTPS} !on RewriteCond %{HTTP_HOST} ^www\.okanoganpud\.org* RewriteRule ^(.*)$ https://www.okanoganpud.org/...
by gaddcasey1
Tue Oct 09, 2018 9:14 pm
Forum: Sphider Help
Topic: ssl redirect
Replies: 16
Views: 30405

Re: ssl redirect

I tried to reproduce your success, but I am getting the same error. the .htaccess code causes httpd to crash. (I am using centos 7). I found a recomended https redirect on drupal.com that looked similar to your code. I still causes issues with sphider. RewriteEngine on #RewriteCond %{SERVER_PORT} 80...
by gaddcasey1
Tue Oct 09, 2018 2:55 pm
Forum: Sphider Help
Topic: ssl redirect
Replies: 16
Views: 30405

Re: ssl redirect

If I disable the line below I can index the site. My temporary fix is to disable the line, index the site, then re-enable the SSL redirect. This is not ideal so I hope I can fix the issue. 4.png I was concerned that The SSL was not set up properly, but from the research, I have done it seems like it...
by gaddcasey1
Fri Oct 05, 2018 9:44 pm
Forum: Sphider Help
Topic: ssl redirect
Replies: 16
Views: 30405

Re: ssl redirect

I am using sphider 2.0.0.c-pdo . I am on a CENTOS (self hosted) using mysql.
2.png
2.png (48.3 KiB) Viewed 17519 times
3.png
3.png (51.54 KiB) Viewed 17519 times
4.png
4.png (14.84 KiB) Viewed 17519 times
by gaddcasey1
Fri Oct 05, 2018 3:53 pm
Forum: Sphider Help
Topic: ssl redirect
Replies: 16
Views: 30405

Re: ssl redirect

Well it looks like the ssl redirect was disabled.So it works if the ssl redirect is disabled and breaks if you enable it. I tested another site with a ssl redirect and i got the same errors as in the picture attached. https://www.okanoganpud.org/ 1.png Robots.txt # # robots.txt # # This file is to p...
by gaddcasey1
Fri Oct 05, 2018 1:32 pm
Forum: Sphider Help
Topic: ssl redirect
Replies: 16
Views: 30405

Re: ssl redirect

Not sure what happened, but now everything is working. It kept saying all my pages were less than 1 word. I assumed it was because the pages were ssl. Thanks for your help.
by gaddcasey1
Thu Oct 04, 2018 4:51 pm
Forum: Sphider Help
Topic: ssl redirect
Replies: 16
Views: 30405

ssl redirect

I have an apache ssl redirect (http to https) and I can't get the site to index. keep getting no host error.