[QGIS-Developer] php-cgi not found after installing QGIS Server on Windows
Stefan Steiger
Steiger at cor-management.ch
Tue Nov 28 08:01:51 PST 2017
Hi Martin,
No, this means that PHP uses the 32-bit PDO-PostgreSQL-driver.
The driver accesses PostgreSQL via TCP-IP/pipes/Unix-domain-sockets, thus you can have whatever bitness-server you want.
Your PG server could just as well run on an ARM or a PPC or a MIPS-Godson/Loongson processor.
You might potentially run into problems if the PG server is > 9.6 - but since 9.6 is the most current main release, that's unlikely to happen.
For 9.6.X, this should be OK.
But if you have an x64-server, this means you should update your PHP-version to 64-bit,
because 32-bit software is usually compiled for 80-386 instead of 80-686, which means it is very slow, and could easily be much faster, if only you actually used x64...
Unless of course you use Arch Linux - they just compile 32-Bit for 80-686. But since your screenshot says win32...
Also, if you use Windows, do yourselfs a favour and don't use Apache.
Use IIS, and if you use Linux, use nginx.
https://trends.google.com/trends/explore?date=all&q=apache,nginx
Apache is s**t, and gonna die for good.
If you need to install the latest PHP version (PHP7) on Windows, refer to my answer here:
https://stackoverflow.com/a/16427988/155077
If you have an IIS-version > 9, you need to switch
HKLM/System/CCS/Services/W3SVC/Parameters/MajorVersion
to 9 before installing PHP-Manager, and after-installation, switch the value back.
Kind regards
Stefan
Von: QGIS-Developer [mailto:qgis-developer-bounces at lists.osgeo.org] Im Auftrag von Aitor Gil Martin
Gesendet: Dienstag, 28. November 2017 13:33
An: René-Luc Dhont <rldhont at gmail.com>; qgis-developer at lists.osgeo.org
Betreff: Re: [QGIS-Developer] php-cgi not found after installing QGIS Server on Windows
Hi René-Luc,
I have been following your excellent guide without issues. It's hard to find on internet such a detailed guide on the geeky task of installing Qgis server + lizmap.
I installed Apache and PHP (x64 both) succesfully so far.
I wanted to install PostgreSQL + Postgis. My doubt arrives when I see in the php properties:
[cid:image001.png at 01D36867.BBB1FAC0]
The libpq library says PostgreSQL 9.6.2(win32).
Does this mean that I need to install a x32 PostgreSQL versión and not x64?
Can I install PostgreSQL 10 version?
Can I install PostgresQL 9.6.6 (newer than 9.6.2)?
The installation before 9.6.2 I have found is postgresql (x32) 9.5.10: https://www.enterprisedb.com/download-postgresql-binaries . Is this the one it is recommended to install?
Thank you very much for you incredible work with lizmap and your help to the community.
Regards,
Aitor
De: QGIS-Developer [mailto:qgis-developer-bounces at lists.osgeo.org] En nombre de René-Luc Dhont
Enviado el: lunes, 27 de noviembre de 2017 14:14
Para: qgis-developer at lists.osgeo.org<mailto:qgis-developer at lists.osgeo.org>
Asunto: Re: [QGIS-Developer] php-cgi not found after installing QGIS Server on Windows
Hi Aitor,
Did you use this documentation ?
https://docs.3liz.com/en/install/windows.html#qgis-server-installation
Regards,
René-Luc
Le 27/11/2017 à 13:30, Aitor Gil Martin a écrit :
I installed QGIS Server 2.18, apache, QGIS Desktop 2.18 and all their dependencies using OSGeo4w x32 setup wizard on a Windows Server 2008 R2 SP1 x64 virtual server.
After the installation I type localhost on my chrome browser to see the Apache's landing page and I am getting the following error:
Not Found
The requested URL /cgi-bin/php-cgi.exe/index.phtml was not found on this server.
I uninstalled and installed everything several times using OSGeo4w but I keep getting the same message. Something is not properly installed or missing.
Can anyone give me a clue on what might be happening?
_______________________________________________
QGIS-Developer mailing list
QGIS-Developer at lists.osgeo.org<mailto:QGIS-Developer at lists.osgeo.org>
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20171128/8c1e5802/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 39794 bytes
Desc: image001.png
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20171128/8c1e5802/attachment-0001.png>
More information about the QGIS-Developer
mailing list