View Single Post
Old 01-17-2017, 06:01 PM   #1396
MontyJ
Addict
MontyJ began at the beginning.
 
Posts: 224
Karma: 10
Join Date: Jul 2012
Device: Kindle
@mariosipad

Here is the "Web" directory:
Code:
[/share/CACHEDEV1_DATA/Web] # ls -l
drwxrwxrwx    2 admin    administ      4096 Jan 12 09:47 @Recycle/
lrwxrwxrwx    1 admin    administ        37 Jan 15 09:26 COPS -> /share/CACHEDEV1_DATA/.qpkg/COPS/COPS/
[/share/CACHEDEV1_DATA/Web] #
When I put in the browser:
Code:
https://mydomain.pagekite.me/cops/index.php
It has the same results as in my previous post:
- I get the Pagekite login menu.
- I put in my username and password
- I get the Apache 403 error

That is because "mydomain" gets resolved to go to Pagekite, which then does its thing on my port 80.

However, if I put in my browser:
Code:
http://192.168.x.xxx/COPS/index.php
then I get the normal COPS menu, showing my 5 libraries, ready for browsing! Also, Pagekite works with either https or http. But locally https with the above does not work.

It seems to me, in my inexperience with website stuff, that Apache config file(s) might need a tweak. But I have no clue what/where or the risks, if any!

I am certainly open to suggestions!!
MontyJ is offline   Reply With Quote