Re: [Qgis-user] QGIS Server setup <-- PostgreSQL/PostGIS

2025-02-11 Thread Sebastián Meyer via QGIS-User
Jorge, Now in apache logs I find: WARNING PostGIS[7394]: Connection to database failed connection to server at "db.qgiscloud.com" (136.243.87.197), port 5432 failed: timeout expired and in Postgres logs: postgres LOG:  could not receive data from client: Connection timed out proyectos_qgis

Re: [Qgis-user] Plugin for Fiber Cable Network Planning

2025-02-11 Thread krishna Ayyala via QGIS-User
Hello Slade, Thanks for your reply. Yes, I am looking for long distance fiber optic installation planning. Regards. On Mon, Feb 10, 2025 at 2:49 PM Slade Beard wrote: > Hi Krishna, > > This is my primary use case for QGIS. Are you looking at long distance FO > installation planning? > > ---

Re: [Qgis-user] QGIS Server setup <-- PostgreSQL/PostGIS

2025-02-11 Thread Jorge Gustavo Rocha via QGIS-User
Hi Sebastián, Can you try without passing MAP on the URL? Try to get the Capabilities document in first place. http://qgis.server:6080/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities Regards, Jorge Gustavo On 11/02/25 22:52, Sebastián Meyer via QGIS-User wrote: H

Re: [Qgis-user] path to basic world map

2025-02-11 Thread Nyall Dawson via QGIS-User
On Thu, 6 Feb 2025 at 22:44, Andrea Giudiceandrea via QGIS-User wrote: > > > Stefan Giese (WhereGroup) stefan.giese at wheregroup.com > > Thu Feb 6 02:56:04 PST 2025 > > I would better use: > > > > |QgsApplication.prefixPath() | > > Actually QGIS uses QgsApplication.pkgDataPath() > > *** > https:/

Re: [Qgis-user] QGIS Server setup <-- PostgreSQL/PostGIS

2025-02-11 Thread Sebastián Meyer via QGIS-User
Hi, Thanks a lot! Subject cleared! I'll share my details, Apache config, tests that work and full error log. Apache qgis.server:6080 PostgreSQL qgis.server:7000 DB structure: proyectos_qgis / qgis_metadata / qgis_projects (projects) / z_project1    / layer n ##

Re: [Qgis-user] QGIS Server setup <-- PostgreSQL/PostGIS

2025-02-11 Thread Jorge Gustavo Rocha via QGIS-User
Hi Sebastián, This is an example of QGIS_PROJECT_FILE: "postgresql://geobox:geobox@192.168.1.96:5432?sslmode=disable&dbname=geotuga&schema=qgis&project=world" The project name is "world" and it is stored in "qgis_projects" table, in schema "qgis", in the database called "geotuga". PostgreSQ

Re: [Qgis-user] QGIS Server setup <-- PostgreSQL/PostGIS

2025-02-11 Thread Sebastián Meyer via QGIS-User
Hi, a follow-up. I tried saving a project in the Public schema of another database, and when trying to publish it the result was the same. So I'm stucked with apache. My doubt is in this connection template for QGIS_PROJECT_FILE postgresql://localhost:5432?sslmode=disable&dbname=mydb&schema

Re: [Qgis-user] QGIS Server setup <-- PostgreSQL/PostGIS

2025-02-11 Thread Sebastián Meyer via QGIS-User
Hi, I'm closer now thank you. What I can't find in the docs is how to specify a database schema where I stored the projects table. The URI is (db.schema.table) proyectos_qgis.qgis_metadata.qgis_projects # Apache webserver config: SetEnv PG_SERVICE_FILE "/var/www/.pg_service.conf" SetEnv QGI