danjde
Forum Replies Created
-
Yes, all done, a little bit complicated, without your help, I would hardly have succeeded in the enterprise!
Thanks for your kindly reply, very very useful!
david
Forum: Themes and Templates
In reply to: [OceanWP] YouTube embed video issuesForum: Plugins
In reply to: [OSM - OpenStreetMap] Integrate Geonode maps?Hi MiKa(@photoweblog),
do you have any news about Geonode and WordPress?Thanks!
Forum: Plugins
In reply to: [OSM - OpenStreetMap] Integrate Geonode maps?Here, the Geonode Gitter channel, where you maybe can talk to the developers:
https://gitter.im/GeoNode/general
Davide
Forum: Plugins
In reply to: [OSM - OpenStreetMap] Integrate Geonode maps?Hi MiKa(@photoweblog), installing Geonode is a little bit tricky, but possible.
and indeed it is a good tool with different potentials, unfortunately I have not found a great presence from the developers, but it could be that they are much more willing to a developer able to open their creature to WordPress.In fact, the developers of Geonode have stated the compatibility towards WordPress and Drupal, but in fact they have never done anything in this direction!
If you go to the the interoperability web page, you will notice the WordPress and Drupal compatibility, what totally disregarded.
Coming back to your question, I’ve try to install on Ubuntu 20.04 server, using native deb method and Docker method.
I suggest you the Docker one, most simple and with more consistent documentation information compared to the previous:
DEB native: https://docs.geonode.org/en/master/install/advanced/project/index.html#ubuntu-18-04
Docker: https://docs.geonode.org/en/master/install/basic/index.html#ubuntu-18-0-basic-setupLet we know ??
Forum: Plugins
In reply to: [OSM - OpenStreetMap] Integrate Geonode maps?Hi @photoweblog Mika, in the meantime I’ve spoken with Geonode developers (or maybe), and Florian Hoedt @gannebamm, asked this question-suggestion:
GeoNode does provide OGC services. Maybe you can grab a leaflet / openlayers WordPress plugin and just ingest the WMS services provided by GeoNode?
What do you think about?
if you want to play around, I can open an account on my Geonode for you ??
Forum: Plugins
In reply to: [OSM - OpenStreetMap] Integrate Geonode maps?Thanks anyway @photoweblog
Davide
No, “Enable beta threat defense feed” is disabled, only “Enable SSL Verification (Disable this if you are consistently unable to connect to the Wordfence servers.)” is enabled.
I’ve done a check without “config-synced.php” result in negative, then I’ve run several test always with “Enable beta threat defense feed” disabled, and always negative.
I saw that the file “config-synced.php” has been recreated and yet the scan is always negative.I send you an older “config-synced.php” copy..
done!
I report the file header:
<?php exit('Access denied'); __halt_compiler(); ?> ****************************************************************** This file is used by the Wordfence Web Application Firewall. Read more at https://docs.wordfence.com/en/Web_Application_Firewall_FAQ ****************************************************************** [...]
Thanks
- This reply was modified 4 years, 3 months ago by danjde.
I’ve removed the shared file link to avoid publishing sensitive data, if required I can send it to you.
Thanks
Solved!
I did bullshit:
Copying the virtualhost configuration files I kept the parameter relative to the path of the previous “config”Where “test.example.org” it had to be instead “test2.example.org”
<Directory /var/www/test.example.org/public_html/> Options Indexes FollowSymLinks AllowOverride All Require all granted </Directory>
Thanks and sorry ??
- This reply was modified 4 years, 9 months ago by danjde.
Anyway, on my “.htaccess” the auto_prepend_file seems valorized:
# Wordfence WAF <IfModule mod_php5.c> php_value auto_prepend_file '/var/www/test.prova.org/public_html/wordfence-waf.php' </IfModule> <IfModule mod_php7.c> php_value auto_prepend_file '/var/www/test.prova.org/public_html/wordfence-waf.php' </IfModule> <Files ".user.ini"> <IfModule mod_authz_core.c> Require all denied </IfModule> <IfModule !mod_authz_core.c> Order deny,allow Deny from all </IfModule> </Files>
Hi @wfgerald and thanks for your help!
Yes I could create a specific “php.ini” file to be used only for this domain.
But this increases the complexity of managing the machine.Is there a way to parameterise within the general “php.ini” the
"auto_prepend_file ="
value to search for the
"wordfence-waf.php"
file at the root of each “virtual domain”?
Thank you!
Davide