Nous utilisons des cookies pour vous garantir la meilleure expérience sur notre site. Si vous continuez à utiliser ce dernier, nous considèrerons que vous acceptez l'utilisation des cookies. J'ai compris ! ou En savoir plus !.
banniere

Le portail francophone de la géomatique


Toujours pas inscrit ? Mot de passe oublié ?
Nom d'utilisateur    Mot de passe              Toujours pas inscrit ?   Mot de passe oublié ?

Annonce

Printemps des cartes 2024

#1 Mon 30 March 2015 13:50

GalletCédric
Participant occasionnel
Date d'inscription: 25 Mar 2015
Messages: 31

QGIS Server : problème avec l'installation ?

Bonjour,

Depuis mon dernier topic, concernant le webmapping de mon projet QGIS, plusieurs solutions m'ont été apportées, dont une en particulier qui consiste à utiliser Lizmap.

En tant que débutant dans le domaine, l'installation me pose quelque problèmes. J'ai pour le moment réussit à installer Apache via Wampserver (qui fournit Apache, MySQL, PHP,...). J'ai également installé QGIS server via OSGeo4W.

Le lien ''localhost'' fonctionne (Grace à Wampserver en revanche le lien ''http://localhost/qgis/qgis_mapserv.fcgi.exe?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities&map=c:/myprojects/world.qgs'' m'affiche un message d'erreur: ''Not Found - The requested URL /qgis/qgis_mapserv.fcgi.exe was not found on this server.''.

Malgré la relecture des différents tutos et la copie du fichier ''qgis_mapserv.fcgi.exe'' dans différents dossier (bin,...), je n'arrive pas à voir où est le problème. D'après vous, à quoi peut être dû ce message d'erreur ?

Merci et bonne journée!

Dernière modification par GalletCédric (Mon 30 March 2015 15:47)

Hors ligne

 

#2 Tue 31 March 2015 11:59

GalletCédric
Participant occasionnel
Date d'inscription: 25 Mar 2015
Messages: 31

Re: QGIS Server : problème avec l'installation ?

bonjour,

après de nombreux essais et changements de l'adresse ''http://localhost/...'', en plus de la modification du chemin d'accès de certains dossiers comme indiqué dans les tutos, je tombe toujours sur cette erreur (Not found - The requested URL /...).

J'ai vu que ce problème pouvait venir de l'installation du paquet 'fcgi' via OSGeo4W (fcgi: fastFCGi library). J'ai réinstallé ce paquet quelques fois, mais le message d'erreur s'affiche toujours. J'ai bien trouvé les différents fichiers/dossiers qui se nommaient ''fcgi'', je suppose donc que l'installation a marché.

Je sèche totalement, mais je ne veux pas lâcher l'affaire, j'ai vraiment besoin d'utiliser Lizmap !! smile

So please GeoRezo, help me ! smile

Merci.

Dernière modification par GalletCédric (Tue 31 March 2015 12:00)

Hors ligne

 

#3 Tue 31 March 2015 14:43

GalletCédric
Participant occasionnel
Date d'inscription: 25 Mar 2015
Messages: 31

Re: QGIS Server : problème avec l'installation ?

Si ça peut vous aidez, j'ai essayé de faire un firebug de la page, bien que je n'y comprenne pas grand chose smile

Code:

<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<body>
<h1>Not Found</h1>
<p>The requested URL /lizmap-web-client/2.2.0/lizmap/www was not found on this server.</p>
<hr>
<address>Apache/2.4.9 (Win64) PHP/5.5.12 Server at localhost Port 80</address>
<div id="cacaowebfirefoxextension"></div>
<script type="text/javascript">
var Cacaoweb = { callbackIsRunning: function () { var cacaodiv = document.createElement("div"); cacaodiv.id = "cacaorunning"; document.body.appendChild(cacaodiv); } };
</script>
<script id="isrunning" src="http://127.0.0.1:4001/isrunning" type="text/javascript">
Cacaoweb.callbackIsRunning()
</script>
<div id="cacaorunning"></div>
</body>
</html>

Hors ligne

 

#4 Tue 31 March 2015 15:01

dominique.lys
Participant assidu
Date d'inscription: 5 Oct 2006
Messages: 473
Site web

Re: QGIS Server : problème avec l'installation ?

Salut,

Avant toute chose il serait bon, de savoir sous quel systeme d'exploitation vous travaillez.

Ensuite il faudrait nous préciser la configuration du serveur apache? Par exemple sous linux il faut quelquechose dans ce goût là:

Code:

    ServerAdmin xxx@gmail.com
    DocumentRoot /srv/www/webMap/
    ServerName www.myGISserver.com
    ErrorLog /var/log/apache2/gis_server-error_log
    CustomLog /var/log/apache2/gis_serverm-access_log common
    ScriptAlias /cgi-bin/ "/srv/www/webMap/cgi-bin/"

<Directory "/srv/www/webMap/cgi-bin">
    SetHandler fcgid-script
    Options +ExecCGI -Includes
    Order allow,deny
    Allow from all
    </Directory>

On voit bien que localhost pointe vers le dossier /srv/www/webMap/ et que dans ce dossier j'ai créé un sous dossier cgi-bin qui contiendra qgis_mapserv.fcgi. Les droits pour ce dossier sont ouverts et l'execution de programme via CGI autorisée.

Il faudrait savoir aussi ce qu'indique vos logs d'apache, c'est dans ces fichiers que les eventuelles erreurs sont détaillées. Par ailleurs il y a 2 modules apache pour l'utilisation de fastCGI : mod_fastcgi et mod_fcgid ce dernier étant à privilégier car plus à jour. Ne pas oublier de charger le module avec la commabde "a2enmod fcgid" et de redémarer apache après chaque modifs. La liste des module chargés est dans /etc/apache2/sysconfig.d/loadmodule.conf et on doit y trouver mod_fcgid.so.

J'imagine que sous windows l'arborescence des dossiers est assez differentes, dans ce cas il faut adapter.

Hors ligne

 

#5 Tue 31 March 2015 17:00

GalletCédric
Participant occasionnel
Date d'inscription: 25 Mar 2015
Messages: 31

Re: QGIS Server : problème avec l'installation ?

salut et merci d'avoir répondu smile

Effectivement, je n'ai pas l'habitude de demander ce genre d'aide, et j'en oublie les points principaux!

Donc je travaille avec Windows 8, je sais que c'est pas le top, mais je n'ai pas eu le choix sad

Pour ce qui est de la configuration du serveur apache j'ai trouvé ça : (je suis désolé d'avoir tout copié, mais je ne trouvai pas grand chose qui ressemblait à votre exemple)

Code:

#
# This is the main Apache HTTP server configuration file.  It contains the
# configuration directives that give the server its instructions.
# See <URL:http://httpd.apache.org/docs/2.4/> for detailed information.
# In particular, see 
# <URL:http://httpd.apache.org/docs/2.4/mod/directives.html>
# for a discussion of each configuration directive.
#
# Do NOT simply read the instructions in here without understanding
# what they do.  They're here only as hints or reminders.  If you are unsure
# consult the online docs. You have been warned.  
#
# Configuration and logfile names: If the filenames you specify for many
# of the server's control files begin with "/" (or "drive:/" for Win32), the
# server will use that explicit path.  If the filenames do *not* begin
# with "/", the value of ServerRoot is prepended -- so "logs/access_log"
# with ServerRoot set to "/usr/local/apache2" will be interpreted by the
# server as "/usr/local/apache2/logs/access_log", whereas "/logs/access_log" 
# will be interpreted as '/logs/access_log'.
#
# NOTE: Where filenames are specified, you must use forward slashes
# instead of backslashes (e.g., "c:/apache" instead of "c:\apache").
# If a drive letter is omitted, the drive on which httpd.exe is located
# will be used by default.  It is recommended that you always supply
# an explicit drive letter in absolute paths to avoid confusion.

#
# ServerRoot: The top of the directory tree under which the server's
# configuration, error, and log files are kept.
#
# Do not add a slash at the end of the directory path.  If you point
# ServerRoot at a non-local disk, be sure to specify a local disk on the
# Mutex directive, if file-based mutexes are used.  If you wish to share the
# same ServerRoot for multiple httpd daemons, you will need to change at
# least PidFile.
#
ServerRoot "c:/Apache24"

#
# Mutex: Allows you to set the mutex mechanism and mutex file directory
# for individual mutexes, or change the global defaults
#
# Uncomment and change the directory if mutexes are file-based and the default
# mutex file directory is not on a local disk or is not appropriate for some
# other reason.
#
# Mutex default:logs

#
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, instead of the default. See also the <VirtualHost>
# directive.
#
# Change this to Listen on specific IP addresses as shown below to 
# prevent Apache from glomming onto all bound IP addresses.
#
#Listen 12.34.56.78:80
Listen 80

#
# Dynamic Shared Object (DSO) Support
#
# To be able to use the functionality of a module which was built as a DSO you
# have to place corresponding `LoadModule' lines at this location so the
# directives contained in it are actually available _before_ they are used.
# Statically compiled modules (those listed by `httpd -l') do not need
# to be loaded here.
#
# Example:
# LoadModule foo_module modules/mod_foo.so
#
LoadModule access_compat_module modules/mod_access_compat.so
LoadModule actions_module modules/mod_actions.so
LoadModule alias_module modules/mod_alias.so
LoadModule allowmethods_module modules/mod_allowmethods.so
LoadModule asis_module modules/mod_asis.so
LoadModule auth_basic_module modules/mod_auth_basic.so
#LoadModule auth_digest_module modules/mod_auth_digest.so
#LoadModule auth_form_module modules/mod_auth_form.so
#LoadModule authn_anon_module modules/mod_authn_anon.so
LoadModule authn_core_module modules/mod_authn_core.so
#LoadModule authn_dbd_module modules/mod_authn_dbd.so
#LoadModule authn_dbm_module modules/mod_authn_dbm.so
LoadModule authn_file_module modules/mod_authn_file.so
#LoadModule authn_socache_module modules/mod_authn_socache.so
#LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
LoadModule authz_core_module modules/mod_authz_core.so
#LoadModule authz_dbd_module modules/mod_authz_dbd.so
#LoadModule authz_dbm_module modules/mod_authz_dbm.so
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
LoadModule authz_host_module modules/mod_authz_host.so
#LoadModule authz_owner_module modules/mod_authz_owner.so
LoadModule authz_user_module modules/mod_authz_user.so
LoadModule autoindex_module modules/mod_autoindex.so
#LoadModule buffer_module modules/mod_buffer.so
#LoadModule cache_module modules/mod_cache.so
#LoadModule cache_disk_module modules/mod_cache_disk.so
#LoadModule cache_socache_module modules/mod_cache_socache.so
#LoadModule cern_meta_module modules/mod_cern_meta.so
LoadModule cgi_module modules/mod_cgi.so
#LoadModule charset_lite_module modules/mod_charset_lite.so
#LoadModule data_module modules/mod_data.so
#LoadModule dav_module modules/mod_dav.so
#LoadModule dav_fs_module modules/mod_dav_fs.so
#LoadModule dav_lock_module modules/mod_dav_lock.so
#LoadModule dbd_module modules/mod_dbd.so
#LoadModule deflate_module modules/mod_deflate.so
LoadModule dir_module modules/mod_dir.so
#LoadModule dumpio_module modules/mod_dumpio.so
LoadModule env_module modules/mod_env.so
#LoadModule expires_module modules/mod_expires.so
#LoadModule ext_filter_module modules/mod_ext_filter.so
#LoadModule file_cache_module modules/mod_file_cache.so
#LoadModule filter_module modules/mod_filter.so
#LoadModule headers_module modules/mod_headers.so
#LoadModule heartbeat_module modules/mod_heartbeat.so
#LoadModule heartmonitor_module modules/mod_heartmonitor.so
#LoadModule ident_module modules/mod_ident.so
#LoadModule imagemap_module modules/mod_imagemap.so
LoadModule include_module modules/mod_include.so
#LoadModule info_module modules/mod_info.so
LoadModule isapi_module modules/mod_isapi.so
#LoadModule lbmethod_bybusyness_module modules/mod_lbmethod_bybusyness.so
#LoadModule lbmethod_byrequests_module modules/mod_lbmethod_byrequests.so
#LoadModule lbmethod_bytraffic_module modules/mod_lbmethod_bytraffic.so
#LoadModule lbmethod_heartbeat_module modules/mod_lbmethod_heartbeat.so
#LoadModule ldap_module modules/mod_ldap.so
#LoadModule logio_module modules/mod_logio.so
LoadModule log_config_module modules/mod_log_config.so
#LoadModule log_debug_module modules/mod_log_debug.so
#LoadModule log_forensic_module modules/mod_log_forensic.so
#LoadModule lua_module modules/mod_lua.so
#LoadModule macro_module modules/mod_macro.so
LoadModule mime_module modules/mod_mime.so
#LoadModule mime_magic_module modules/mod_mime_magic.so
LoadModule negotiation_module modules/mod_negotiation.so
#LoadModule proxy_module modules/mod_proxy.so
#LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
#LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
#LoadModule proxy_connect_module modules/mod_proxy_connect.so
#LoadModule proxy_express_module modules/mod_proxy_express.so
#LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so
#LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
#LoadModule proxy_html_module modules/mod_proxy_html.so
#LoadModule proxy_http_module modules/mod_proxy_http.so
#LoadModule proxy_scgi_module modules/mod_proxy_scgi.so
#LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so
#LoadModule ratelimit_module modules/mod_ratelimit.so
#LoadModule reflector_module modules/mod_reflector.so
#LoadModule remoteip_module modules/mod_remoteip.so
#LoadModule request_module modules/mod_request.so
#LoadModule reqtimeout_module modules/mod_reqtimeout.so
#LoadModule rewrite_module modules/mod_rewrite.so
#LoadModule sed_module modules/mod_sed.so
#LoadModule session_module modules/mod_session.so
#LoadModule session_cookie_module modules/mod_session_cookie.so
#LoadModule session_crypto_module modules/mod_session_crypto.so
#LoadModule session_dbd_module modules/mod_session_dbd.so
LoadModule setenvif_module modules/mod_setenvif.so
#LoadModule slotmem_plain_module modules/mod_slotmem_plain.so
#LoadModule slotmem_shm_module modules/mod_slotmem_shm.so
#LoadModule socache_dbm_module modules/mod_socache_dbm.so
#LoadModule socache_memcache_module modules/mod_socache_memcache.so
#LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
#LoadModule speling_module modules/mod_speling.so
#LoadModule ssl_module modules/mod_ssl.so
#LoadModule status_module modules/mod_status.so
#LoadModule substitute_module modules/mod_substitute.so
#LoadModule unique_id_module modules/mod_unique_id.so
#LoadModule userdir_module modules/mod_userdir.so
#LoadModule usertrack_module modules/mod_usertrack.so
#LoadModule version_module modules/mod_version.so
#LoadModule vhost_alias_module modules/mod_vhost_alias.so
#LoadModule watchdog_module modules/mod_watchdog.so
#LoadModule xml2enc_module modules/mod_xml2enc.so

<IfModule unixd_module>
#
# If you wish httpd to run as a different user or group, you must run
# httpd as root initially and it will switch.  
#
# User/Group: The name (or #number) of the user/group to run httpd as.
# It is usually good practice to create a dedicated user and group for
# running httpd, as with most system services.
#
User daemon
Group daemon

</IfModule>

# 'Main' server configuration
#
# The directives in this section set up the values used by the 'main'
# server, which responds to any requests that aren't handled by a
# <VirtualHost> definition.  These values also provide defaults for
# any <VirtualHost> containers you may define later in the file.
#
# All of these directives may appear inside <VirtualHost> containers,
# in which case these default settings will be overridden for the
# virtual host being defined.
#

#
# ServerAdmin: Your address, where problems with the server should be
# e-mailed.  This address appears on some server-generated pages, such
# as error documents.  e.g. admin@your-domain.com
#
ServerAdmin admin@example.com

#
# ServerName gives the name and port that the server uses to identify itself.
# This can often be determined automatically, but we recommend you specify
# it explicitly to prevent problems during startup.
#
# If your host doesn't have a registered DNS name, enter its IP address here.
#
#ServerName www.example.com:80

#
# Deny access to the entirety of your server's filesystem. You must
# explicitly permit access to web content directories in other 
# <Directory> blocks below.
#
<Directory />
    AllowOverride none
    Require all denied
</Directory>

#
# Note that from this point forward you must specifically allow
# particular features to be enabled - so if something's not working as
# you might expect, make sure that you have specifically enabled it
# below.
#

#
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "c:/Apache24/htdocs"
<Directory "c:/Apache24/htdocs">
    #
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    #
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    #
    # The Options directive is both complicated and important.  Please see
    # http://httpd.apache.org/docs/2.4/mod/core.html#options
    # for more information.
    #
    Options Indexes FollowSymLinks

    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    #   AllowOverride FileInfo AuthConfig Limit
    #
    AllowOverride None

    #
    # Controls who can get stuff from this server.
    #
    Require all granted
</Directory>

#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
<IfModule dir_module>
    DirectoryIndex index.html
</IfModule>

#
# The following lines prevent .htaccess and .htpasswd files from being 
# viewed by Web clients. 
#
<Files ".ht*">
    Require all denied
</Files>

#
# ErrorLog: The location of the error log file.
# If you do not specify an ErrorLog directive within a <VirtualHost>
# container, error messages relating to that virtual host will be
# logged here.  If you *do* define an error logfile for a <VirtualHost>
# container, that host's errors will be logged there and not here.
#
ErrorLog "logs/error.log"

#
# LogLevel: Control the number of messages logged to the error_log.
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
#
LogLevel warn

<IfModule log_config_module>
    #
    # The following directives define some format nicknames for use with
    # a CustomLog directive (see below).
    #
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common

    <IfModule logio_module>
      # You need to enable mod_logio.c to use %I and %O
      LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
    </IfModule>

    #
    # The location and format of the access logfile (Common Logfile Format).
    # If you do not define any access logfiles within a <VirtualHost>
    # container, they will be logged here.  Contrariwise, if you *do*
    # define per-<VirtualHost> access logfiles, transactions will be
    # logged therein and *not* in this file.
    #
    CustomLog "logs/access.log" common

    #
    # If you prefer a logfile with access, agent, and referer information
    # (Combined Logfile Format) you can use the following directive.
    #
    #CustomLog "logs/access.log" combined
</IfModule>

<IfModule alias_module>
    #
    # Redirect: Allows you to tell clients about documents that used to 
    # exist in your server's namespace, but do not anymore. The client 
    # will make a new request for the document at its new location.
    # Example:
    # Redirect permanent /foo http://www.example.com/bar

    #
    # Alias: Maps web paths into filesystem paths and is used to
    # access content that does not live under the DocumentRoot.
    # Example:
    # Alias /webpath /full/filesystem/path
    #
    # If you include a trailing / on /webpath then the server will
    # require it to be present in the URL.  You will also likely
    # need to provide a <Directory> section to allow access to
    # the filesystem path.

    #
    # ScriptAlias: This controls which directories contain server scripts. 
    # ScriptAliases are essentially the same as Aliases, except that
    # documents in the target directory are treated as applications and
    # run by the server when requested rather than as documents sent to the
    # client.  The same rules about trailing "/" apply to ScriptAlias
    # directives as to Alias.
    #
    ScriptAlias /cgi-bin/ "c:/Apache24/cgi-bin/"

</IfModule>

<IfModule cgid_module>
    #
    # ScriptSock: On threaded servers, designate the path to the UNIX
    # socket used to communicate with the CGI daemon of mod_cgid.
    #
    #Scriptsock cgisock
</IfModule>

#
# "c:/Apache24/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory "c:/Apache24/cgi-bin">
    AllowOverride None
    Options None
    Require all granted
</Directory>

<IfModule mime_module>
    #
    # TypesConfig points to the file containing the list of mappings from
    # filename extension to MIME-type.
    #
    TypesConfig conf/mime.types

    #
    # AddType allows you to add to or override the MIME configuration
    # file specified in TypesConfig for specific file types.
    #
    #AddType application/x-gzip .tgz
    #
    # AddEncoding allows you to have certain browsers uncompress
    # information on the fly. Note: Not all browsers support this.
    #
    #AddEncoding x-compress .Z
    #AddEncoding x-gzip .gz .tgz
    #
    # If the AddEncoding directives above are commented-out, then you
    # probably should define those extensions to indicate media types:
    #
    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz

    #
    # AddHandler allows you to map certain file extensions to "handlers":
    # actions unrelated to filetype. These can be either built into the server
    # or added with the Action directive (see below)
    #
    # To use CGI scripts outside of ScriptAliased directories:
    # (You will also need to add "ExecCGI" to the "Options" directive.)
    #
    #AddHandler cgi-script .cgi

    # For type maps (negotiated resources):
    #AddHandler type-map var

    #
    # Filters allow you to process content before it is sent to the client.
    #
    # To parse .shtml files for server-side includes (SSI):
    # (You will also need to add "Includes" to the "Options" directive.)
    #
    #AddType text/html .shtml
    #AddOutputFilter INCLUDES .shtml
</IfModule>

#
# The mod_mime_magic module allows the server to use various hints from the
# contents of the file itself to determine its type.  The MIMEMagicFile
# directive tells the module where the hint definitions are located.
#
#MIMEMagicFile conf/magic

#
# Customizable error responses come in three flavors:
# 1) plain text 2) local redirects 3) external redirects
#
# Some examples:
#ErrorDocument 500 "The server made a boo boo."
#ErrorDocument 404 /missing.html
#ErrorDocument 404 "/cgi-bin/missing_handler.pl"
#ErrorDocument 402 http://www.example.com/subscription_info.html
#

#
# MaxRanges: Maximum number of Ranges in a request before
# returning the entire resource, or one of the special
# values 'default', 'none' or 'unlimited'.
# Default setting is to accept 200 Ranges.
#MaxRanges unlimited

#
# EnableMMAP and EnableSendfile: On systems that support it, 
# memory-mapping or the sendfile syscall may be used to deliver
# files.  This usually improves server performance, but must
# be turned off when serving from networked-mounted 
# filesystems or if support for these functions is otherwise
# broken on your system.
# Defaults: EnableMMAP On, EnableSendfile Off
#
#EnableMMAP off
#EnableSendfile on

# Supplemental configuration
#
# The configuration files in the conf/extra/ directory can be 
# included to add extra features or to modify the default configuration of 
# the server, or you may simply copy their contents here and change as 
# necessary.

# Server-pool management (MPM specific)
#Include conf/extra/httpd-mpm.conf

# Multi-language error messages
#Include conf/extra/httpd-multilang-errordoc.conf

# Fancy directory listings
#Include conf/extra/httpd-autoindex.conf

# Language settings
#Include conf/extra/httpd-languages.conf

# User home directories
#Include conf/extra/httpd-userdir.conf

# Real-time info on requests and configuration
#Include conf/extra/httpd-info.conf

# Virtual hosts
#Include conf/extra/httpd-vhosts.conf

# Local access to the Apache HTTP Server Manual
#Include conf/extra/httpd-manual.conf

# Distributed authoring and versioning (WebDAV)
#Include conf/extra/httpd-dav.conf

# Various default settings
#Include conf/extra/httpd-default.conf

# Configure mod_proxy_html to understand HTML4/XHTML1
<IfModule proxy_html_module>
Include conf/extra/proxy-html.conf
</IfModule>

# Secure (SSL/TLS) connections
#Include conf/extra/httpd-ssl.conf
#
# Note: The following must must be present to support
#       starting without SSL on platforms with no /dev/random equivalent
#       but a statically compiled-in mod_ssl.
#
<IfModule ssl_module>
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>
#
# uncomment out the below to deal with user agents that deliberately
# violate open standards by misusing DNT (DNT *must* be a specific
# end-user choice)
#
#<IfModule setenvif_module>
#BrowserMatch "MSIE 10.0;" bad_DNT
#</IfModule>
#<IfModule headers_module>
#RequestHeader unset DNT env=bad_DNT
#</IfModule>

En revanche après l'avoir longuement parcouru, je ne pense pas que l'execution de programme via CGI est autorisé ?

Pour les logs d'apache j'ai trouvé ça, mais je ne sais pas trop si cela correspond :

Code:

Installing Apache HTTP Server 2.x with
 DomainName    = example.com
 ServerName    = www.example.com
 ServerAdmin   = admin@example.com
 ServerPort    = 80
 ServerSslPort = 443
 ServerRoot    = c:/Apache24
Rewrote docs/conf/extra/httpd-autoindex.conf.in
 to c:/Apache24/conf/original/extra/httpd-autoindex.conf
Rewrote docs/conf/extra/httpd-default.conf.in
 to c:/Apache24/conf/original/extra/httpd-default.conf
Rewrote docs/conf/extra/httpd-ssl.conf.in
 to c:/Apache24/conf/original/extra/httpd-ssl.conf
Rewrote docs/conf/extra/httpd-multilang-errordoc.conf.in
 to c:/Apache24/conf/original/extra/httpd-multilang-errordoc.conf
Rewrote docs/conf/extra/httpd-info.conf.in
 to c:/Apache24/conf/original/extra/httpd-info.conf
Rewrote docs/conf/extra/httpd-userdir.conf.in
 to c:/Apache24/conf/original/extra/httpd-userdir.conf
Rewrote docs/conf/extra/httpd-mpm.conf.in
 to c:/Apache24/conf/original/extra/httpd-mpm.conf
Rewrote docs/conf/httpd.conf.in
 to c:/Apache24/conf/original/httpd.conf
Rewrote docs/conf/extra/proxy-html.conf.in
 to c:/Apache24/conf/original/extra/proxy-html.conf
Rewrote docs/conf/extra/httpd-vhosts.conf.in
 to c:/Apache24/conf/original/extra/httpd-vhosts.conf
Rewrote docs/conf/extra/httpd-dav.conf.in
 to c:/Apache24/conf/original/extra/httpd-dav.conf
Rewrote docs/conf/extra/httpd-languages.conf.in
 to c:/Apache24/conf/original/extra/httpd-languages.conf
Rewrote docs/conf/extra/httpd-manual.conf.in
 to c:/Apache24/conf/original/extra/httpd-manual.conf
Duplicated c:/Apache24/conf/original/extra/httpd-autoindex.conf
 to c:/Apache24/conf/extra/httpd-autoindex.conf
Duplicated c:/Apache24/conf/original/extra/httpd-default.conf
 to c:/Apache24/conf/extra/httpd-default.conf
Duplicated c:/Apache24/conf/original/extra/httpd-ssl.conf
 to c:/Apache24/conf/extra/httpd-ssl.conf
Duplicated c:/Apache24/conf/original/extra/httpd-multilang-errordoc.conf
 to c:/Apache24/conf/extra/httpd-multilang-errordoc.conf
Duplicated c:/Apache24/conf/original/extra/httpd-info.conf
 to c:/Apache24/conf/extra/httpd-info.conf
Duplicated c:/Apache24/conf/original/extra/httpd-userdir.conf
 to c:/Apache24/conf/extra/httpd-userdir.conf
Duplicated c:/Apache24/conf/original/extra/httpd-mpm.conf
 to c:/Apache24/conf/extra/httpd-mpm.conf
Duplicated c:/Apache24/conf/original/httpd.conf
 to c:/Apache24/conf/httpd.conf
Duplicated c:/Apache24/conf/original/magic
 to c:/Apache24/conf/magic
Duplicated c:/Apache24/conf/original/charset.conv
 to c:/Apache24/conf/charset.conv
Duplicated c:/Apache24/conf/original/extra/proxy-html.conf
 to c:/Apache24/conf/extra/proxy-html.conf
Duplicated c:/Apache24/conf/original/extra/httpd-vhosts.conf
 to c:/Apache24/conf/extra/httpd-vhosts.conf
Duplicated c:/Apache24/conf/original/extra/httpd-dav.conf
 to c:/Apache24/conf/extra/httpd-dav.conf
Duplicated c:/Apache24/conf/original/mime.types
 to c:/Apache24/conf/mime.types
Duplicated c:/Apache24/conf/original/extra/httpd-languages.conf
 to c:/Apache24/conf/extra/httpd-languages.conf
Duplicated c:/Apache24/conf/original/extra/httpd-manual.conf
 to c:/Apache24/conf/extra/httpd-manual.conf

Je m'excuse de lancer sa comme ça, mais je ne sais pas vraiment si il s’agit du bon fichier déjà, ni sur quelle ligne se focaliser.

J’espère que ces éléments vont pouvoir vous aidez à comprendre le problème, dans le cas contraire n'hésitait pas à me demander des informations complémentaires.

Encore merci d'avoir pris le temps de me répondre.

Hors ligne

 

#6 Wed 01 April 2015 14:24

dominique.lys
Participant assidu
Date d'inscription: 5 Oct 2006
Messages: 473
Site web

Re: QGIS Server : problème avec l'installation ?

Alors, pour le fichier de conf j'imagine que c'est c:/Apache24/conf/original/httpd.conf, c'est un peu different de mon installation où les configurations sont éclatée en differents fichiers.

La première chose est de regarder l'arborescence serveur créée par défaut. On a ServerRoot "c:/Apache24" donc l'adresse http://localhost pointe vers ce dossier. Ensuite il y a

Code:

<Directory />
    AllowOverride none
    Require all denied
</Directory>

ce qui signifie que tout accès depuis le serveur au contenu de localhost est vérouillé par défaut. C'est normal, il faut laisser cette directive car l'objectif est d'obliger l'administrateur à définir les droits pour chaque dossier par mesure de sécurité. C'est d'ailleur ce qui est fait par la suite, d'abord pour le dossier htdocs destiné à accueillir les document html puis pour le dossier cgi-bin destiner à recevoir les programme cgi, soit  :

Code:

<Directory "c:/Apache24/htdocs">
    Options Indexes FollowSymLinks
    AllowOverride None
    Require all granted
</Directory>

<Directory "c:/Apache24/cgi-bin">
    AllowOverride None
    Options None
    Require all granted
</Directory>

Voilà en gros pour l'état initial, les autres directives sont expliquées avec les commentaires et bien sur dans la doc d'apache. L'autre bloc important c'est les LoadModule qui chez moi sont dans un fichiers distinct. On voit qu'il n'y a aucun module pour gérer le fast cgi ( mod_fastcgi ou mod_fcgid). En fait comme vous avez installé apache avec Wampserver d'un coté et fcgi via OSGeo4W de l'autre je pense que vous avez 2 installations d'apache l'une dans c:/Apache24 l'autre dans c:/OSGeo4W. Ce n'est pas grave, j'ai trouvé sur ce site ce site des instructions qui me paraissent pas mal pour l'install de mod_fcgid :


Pour la configuration en FastCGI il faut récupérer le fichier mod_fcgid-2.3.7-win32.zip sur le site http://www.apachelounge.com/download/
Ouvrez ce zip, aller dans le dossier mod_fcgid puis extraire le fichier mod_fcgid.so dans e:\serveur_web\Apache24\modules.
Ouvrez le fichier e:\serveur_web\apache24\conf\httpd.conf.
Dans la partie du fichier où se trouvent tous les LoadModule ajoutez à la fin la ligne

    LoadModule fcgid_module modules/mod_fcgid.so


Une fois mod_fcgid installé on va pouvoir configurer notre serveur. Un petit mot avant sur les logs il devrait être dans c:/Apache24/logs avec les fichiers access.log et error.log à consulter frequement pour voir ce qui se passe.

Normalement après installation de mod_fcgid il doit exister un fichier mod_fcgid.conf avec entre autre:

Code:

<IfModule fcgid_module>
   AddHandler fcgid-script .fcgi .exe
</IfModule>

si ce n'et pas le cas il faut ajouter cette directive dans la configuration principal.

Dans le dossier cgi-bin il faut créer un nouveau dossier qui contiendra le projet qgis à servir (attention la regle est : un dossier par projet qgs) ainsi que le fichiers qgis_mapserv.fcgi.exe qui doit être quelquepart dans le dossier d'installation de QGIS. Eventuellement on peut créer un dossier data qui contiendra les fichiers plats utilisés par le projet (c'est à dire non servis par une base de donnée). Bien évidement dans les propriétés du projet qgis il faut paramèter la section "OWS server".

Ensuite on modifie les directives pour le dossier cgi-bin avec par exemple:

Code:

<Directory "c:/Apache24/cgi-bin">
    SetHandler fcgid-script
    Options +ExecCGI -Includes
    Order allow,deny
    Allow from all
</Directory>

Exemple que j'avais pompé quelquepart pour mes tests en local. L'important ici est le SetHandler qui fait bien entendu echo au AddHandler précédent et qui permet de traiter les fichier d'extension *.fcgi avec le bon module,  Options ExecCGI qui autorise l'execution de programme CGI et Allow from all equivalent à Require all granted qui ouvre l'accès à tout le monde. L'idéal est de bien se documenté pour comprendre l'impact de chaque directive notamment du point de vue de la sécurité, voir par exemple http://www.cgsecurity.org/Articles/apache.html.

A ce stade cela devrait fonctionner, pour tester il suffit d'ouvrir qgis et d'ajouter une couche WMS avec l'adresse http://localhost/cgi-bin/monProjet/qgis_mapserv.fcgi.exe, sinon voir ce que disent les logs.

Bon courage.

Dernière modification par dominique.lys (Fri 03 April 2015 12:31)

Hors ligne

 

#7 Fri 03 April 2015 11:52

GalletCédric
Participant occasionnel
Date d'inscription: 25 Mar 2015
Messages: 31

Re: QGIS Server : problème avec l'installation ?

salut !

C'est surement la réponse la plus complète que j'ai eu depuis moi arrivé sur le forum! Un grand merci à vous d'avoir pris le temps de me répondre avec autant de détails, utile pour un débutant comme moi.

En plus d'en avoir appris d’avantages sur les manips à effectuer, j'ai pas mal avancé dans mon projet. La plupart des modifs ( dont https://fredthefarfadet.wordpress.com/2 … on-de-php/) ont à priori fonctionnées, puisqu’après redémarrage de Wamp et vérifications des logs, tout semble correctement fonctionner.

La dernière étape (ajout de couche WMS) me pose un petit souci. quand je créer un nouvelle couche WMS, et que je clique sur connexion, ce message d'erreur apparait :

Code:

Échec du téléchargement des possibilités:
Échec du téléchargement des possibilités de cette couche : Error downloading http://localhost/cgi-bin/Carte-ERGenv/qgis_mapserv.fcgi.exe?SERVICE=WMS&REQUEST=GetCapabilities - server replied: Not Found

Je n'arrive pas encore bien à traduire les erreurs, néanmoins j'essayerai de me renseigner sur la toile. Si en revanche vous savez à quoi correspond ce message d'erreurs, je prend smile

C'est pas évident ce genre de manip quand on débute, mais je commence à y prendre gout ! Encore merci pour votre réponse je rame beaucoup moins, et j'ai appris pas mal de choses en plus de ça!

Merci et bon weekend!

Hors ligne

 

#8 Fri 03 April 2015 15:19

dominique.lys
Participant assidu
Date d'inscription: 5 Oct 2006
Messages: 473
Site web

Re: QGIS Server : problème avec l'installation ?

Not Found c'est simplement qu'il ne trouve pas l'adresse http://localhost/cgi-bin/Carte-ERGenv/qgis_mapserv.fcgi.exe.

La partie SERVICE=WMS&REQUEST=GetCapabilities n'est pas névessaire pour charger le WMS dans QGIS mais je ne pense pas que le problème vienne de là.

Est-ce qu'il y a une intallation d'Apache dans le dossier c:/OSGeo4W qui pourrait faire conflit ?

Que disent les logs (acces et error) juste après avoir tenté d'acceder au server via QGIS ?

Pour être sûr que localhost pointe bien C:/Apache24 on peut temporaiment modifier les droits d'accès du dossier racine du serveur

<Directory />
    Options Indexes FollowSymLinks MultiViews #permet de lister les fichier contenus dans le dossier
    AllowOverride none
    Order allow,deny
    allow from all
</Directory>

ainsi normalement en tapant http://localhost dans un navigateur on devrait accèder au contenu de C:/Apache24 et donc voir le dossier cgi-bin

Hors ligne

 

#9 Fri 03 April 2015 19:42

Auré
Participant occasionnel
Date d'inscription: 18 Oct 2006
Messages: 32

Re: QGIS Server : problème avec l'installation ?

Bonjour,

Je suis complètement néophyte dans le domaine et n'ai jamais procédé à ce type d'installation, mais ne faut-il pas mettre un </head> avant le <body> ?

Hors ligne

 

#10 Wed 08 April 2015 14:12

GalletCédric
Participant occasionnel
Date d'inscription: 25 Mar 2015
Messages: 31

Re: QGIS Server : problème avec l'installation ?

bonjour,

j'avais en effet une installation d'Apache différente de celle de Wampserver, qui devait faire conflit. Du coup, j'ai repris mes installations d'Apache, QGISserver et Lizmap depuis le début et.... j'arrive enfin à accéder au carte de démo de Lizmap grâce au server.

J'ai essayé de rajouter le module FCGID à apache, je ne sais pas trop si ça a vraiment fonctionné, en tout cas, avec les modifs que vous m'avez apporté, l’icône de wampserver reste verte lorsque j'apporte les modifications au fichier httpd.conf.build.

En revanche j'ai un fichier httpd.conf et un httpd.conf.build. En modifiant les paramètres comme indiqué ici https://fredthefarfadet.wordpress.com/2 … on-de-php/ du fichiers httpd.conf, wampserver reste orange... Est ce bien ce fichier (httpd.conf) qu'il faut modifier ou bien httpd.conf.build ?

Même si l'accès à Lizmap fonctionne, ça paraissait trop facile, et j'ai maintenant un problème avec la visualisation des cartes de démo de Lizmap --> le chargement est infini... J'ai regardé quelques forums et tutos qui correspondaient à ce problème, mais aucune solutions n'a vraiment fonctionné.

voila ce que me dit le log erreur :

Code:

[Wed Apr 08 12:17:34.979880 2015] [access_compat:error] [pid 6872:tid 980] [client ::1:50882] AH01797: client denied by server configuration: C:/CARTO/wamp/www/lizmap-web-client-2.11.0/lib/, referer: http://localhost/
[Wed Apr 08 12:17:34.986882 2015] [access_compat:error] [pid 6872:tid 980] [client ::1:50882] AH01797: client denied by server configuration: C:/CARTO/wamp/www/lizmap-web-client-2.11.0/temp/, referer: http://localhost/
[Wed Apr 08 12:17:34.996890 2015] [authz_core:error] [pid 6872:tid 972] [client ::1:50885] AH01630: client denied by server configuration: C:/Apache24, referer: http://localhost/lizmap-web-client-2.11.0/
[Wed Apr 08 12:17:34.996890 2015] [authz_core:error] [pid 6872:tid 988] [client ::1:50884] AH01630: client denied by server configuration: C:/Apache24, referer: http://localhost/lizmap-web-client-2.11.0/
[Wed Apr 08 12:17:34.998892 2015] [authz_core:error] [pid 6872:tid 1000] [client ::1:50886] AH01630: client denied by server configuration: C:/Apache24, referer: http://localhost/lizmap-web-client-2.11.0/
[Wed Apr 08 12:17:34.999892 2015] [authz_core:error] [pid 6872:tid 992] [client ::1:50883] AH01630: client denied by server configuration: C:/Apache24, referer: http://localhost/lizmap-web-client-2.11.0/
[Wed Apr 08 12:17:35.001893 2015] [authz_core:error] [pid 6872:tid 980] [client ::1:50882] AH01630: client denied by server configuration: C:/Apache24, referer: http://localhost/lizmap-web-client-2.11.0/
[Wed Apr 08 12:17:36.216106 2015] [authz_core:error] [pid 6872:tid 980] [client ::1:50882] AH01630: client denied by server configuration: C:/Apache24, referer: http://localhost/lizmap-web-client-2.11.0/lizmap/
[Wed Apr 08 12:17:36.216106 2015] [authz_core:error] [pid 6872:tid 1000] [client ::1:50886] AH01630: client denied by server configuration: C:/Apache24, referer: http://localhost/lizmap-web-client-2.11.0/lizmap/
[Wed Apr 08 12:17:36.216106 2015] [authz_core:error] [pid 6872:tid 992] [client ::1:50883] AH01630: client denied by server configuration: C:/Apache24, referer: http://localhost/lizmap-web-client-2.11.0/lizmap/
[Wed Apr 08 12:17:36.217106 2015] [authz_core:error] [pid 6872:tid 988] [client ::1:50884] AH01630: client denied by server configuration: C:/Apache24, referer: http://localhost/lizmap-web-client-2.11.0/lizmap/

et le log access:

Code:

 [08/Apr/2015:10:38:22 +0200] "GET / HTTP/1.1" 200 4882
::1 - - [08/Apr/2015:10:38:22 +0200] "GET /index.php?img=favicon HTTP/1.1" 200 1429
::1 - - [08/Apr/2015:10:38:22 +0200] "GET /index.php?img=pngPlugin HTTP/1.1" 200 548
::1 - - [08/Apr/2015:10:38:22 +0200] "GET /index.php?img=gifLogo HTTP/1.1" 200 4549
::1 - - [08/Apr/2015:10:38:22 +0200] "GET /index.php?img=pngWrench HTTP/1.1" 200 741
::1 - - [08/Apr/2015:10:38:22 +0200] "GET /index.php?img=pngFolderGo HTTP/1.1" 200 694
::1 - - [08/Apr/2015:10:38:22 +0200] "GET /index.php?img=favicon HTTP/1.1" 200 1429
::1 - - [08/Apr/2015:12:03:11 +0200] "GET / HTTP/1.1" 200 4898
::1 - - [08/Apr/2015:12:03:11 +0200] "GET /index.php?img=gifLogo HTTP/1.1" 200 4549
::1 - - [08/Apr/2015:12:03:11 +0200] "GET /index.php?img=pngFolderGo HTTP/1.1" 200 694
::1 - - [08/Apr/2015:12:03:11 +0200] "GET /index.php?img=pngPlugin HTTP/1.1" 200 548
::1 - - [08/Apr/2015:12:03:11 +0200] "GET /index.php?img=pngWrench HTTP/1.1" 200 741
::1 - - [08/Apr/2015:12:03:15 +0200] "GET /?phpinfo=1 HTTP/1.1" 200 102661
::1 - - [08/Apr/2015:12:15:20 +0200] "GET / HTTP/1.1" 200 4868
::1 - - [08/Apr/2015:12:15:20 +0200] "GET /index.php?img=gifLogo HTTP/1.1" 200 4549
::1 - - [08/Apr/2015:12:15:20 +0200] "GET /index.php?img=pngPlugin HTTP/1.1" 200 548
::1 - - [08/Apr/2015:12:15:20 +0200] "GET /index.php?img=pngWrench HTTP/1.1" 200 741
::1 - - [08/Apr/2015:12:15:20 +0200] "GET /index.php?img=pngFolder HTTP/1.1" 200 850
::1 - - [08/Apr/2015:12:15:20 +0200] "GET /index.php?img=pngFolderGo HTTP/1.1" 200 694
::1 - - [08/Apr/2015:12:15:22 +0200] "GET /lizmap-web-client-2.11.0/ HTTP/1.1" 200 2086
::1 - - [08/Apr/2015:12:15:22 +0200] "GET /icons/blank.gif HTTP/1.1" 403 317
::1 - - [08/Apr/2015:12:15:22 +0200] "GET /icons/back.gif HTTP/1.1" 403 316
::1 - - [08/Apr/2015:12:15:22 +0200] "GET /icons/text.gif HTTP/1.1" 403 316
::1 - - [08/Apr/2015:12:15:22 +0200] "GET /icons/image2.gif HTTP/1.1" 403 318
::1 - - [08/Apr/2015:12:15:22 +0200] "GET /icons/folder.gif HTTP/1.1" 403 318
::1 - - [08/Apr/2015:12:15:24 +0200] "GET /lizmap-web-client-2.11.0/lizmap/ HTTP/1.1" 200 3184
::1 - - [08/Apr/2015:12:15:24 +0200] "GET /icons/blank.gif HTTP/1.1" 403 317
::1 - - [08/Apr/2015:12:15:24 +0200] "GET /icons/back.gif HTTP/1.1" 403 316
::1 - - [08/Apr/2015:12:15:24 +0200] "GET /icons/unknown.gif HTTP/1.1" 403 319
::1 - - [08/Apr/2015:12:15:24 +0200] "GET /icons/folder.gif HTTP/1.1" 403 318
::1 - - [08/Apr/2015:12:15:25 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/ HTTP/1.1" 200 6079
::1 - - [08/Apr/2015:12:15:26 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/css/bootstrap.css HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:15:26 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/css/jquery-ui-1.8.23.custom.css HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:15:26 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/css/bootstrap-responsive.css HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:15:26 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/css/view.css HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:15:26 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/css/main.css HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:15:26 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/themes/default/css/view.css HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:15:26 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/themes/default/css/main.css HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:15:26 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/css/media.css HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:15:26 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/js/view.js HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:15:26 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/js/jquery-ui-1.10.3.custom.min.js HTTP/1.1" 404 367
::1 - - [08/Apr/2015:12:15:26 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/themes/default/css/media.css HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:15:26 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/js/bootstrap.js HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:15:26 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/js/jquery-1.9.1.js HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:15:26 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/themes/default/css/img/logo_footer.png HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:15:26 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/themes/default/css/img/logo.png HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:15:26 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/themes/default/css/images/sprite_20_tools.png HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:15:26 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/view/media/illustration?repository=montpellier&project=montpellier HTTP/1.1" 200 138393
::1 - - [08/Apr/2015:12:15:29 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/jauth/login/form HTTP/1.1" 200 3530
::1 - - [08/Apr/2015:12:15:29 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/themes/default/css/admin.css HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:15:29 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/js/jquery-ui-1.10.3.custom.min.js HTTP/1.1" 404 367
::1 - - [08/Apr/2015:12:15:29 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/css/admin.css HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:15:37 +0200] "POST /lizmap-web-client-2.11.0/lizmap/www/index.php/jauth/login/in HTTP/1.1" 303 -
::1 - - [08/Apr/2015:12:15:40 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/jauth/login/form?login=admin+&failed=1 HTTP/1.1" 200 3706
::1 - - [08/Apr/2015:12:15:40 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/js/jquery-ui-1.10.3.custom.min.js HTTP/1.1" 404 367
::1 - - [08/Apr/2015:12:15:46 +0200] "POST /lizmap-web-client-2.11.0/lizmap/www/index.php/jauth/login/in HTTP/1.1" 303 -
::1 - - [08/Apr/2015:12:15:49 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/jauth/login/form?login=admin+&failed=1 HTTP/1.1" 200 3706
::1 - - [08/Apr/2015:12:15:49 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/js/jquery-ui-1.10.3.custom.min.js HTTP/1.1" 404 367
::1 - - [08/Apr/2015:12:15:59 +0200] "POST /lizmap-web-client-2.11.0/lizmap/www/index.php/jauth/login/in HTTP/1.1" 303 -
::1 - - [08/Apr/2015:12:16:02 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/jauth/login/form?login=admin+&failed=1 HTTP/1.1" 200 3706
::1 - - [08/Apr/2015:12:16:03 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/js/jquery-ui-1.10.3.custom.min.js HTTP/1.1" 404 367
::1 - - [08/Apr/2015:12:16:23 +0200] "POST /lizmap-web-client-2.11.0/lizmap/www/index.php/jauth/login/in HTTP/1.1" 303 -
::1 - - [08/Apr/2015:12:16:23 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/view/ HTTP/1.1" 200 9204
::1 - - [08/Apr/2015:12:16:24 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/js/jquery-ui-1.10.3.custom.min.js HTTP/1.1" 404 367
::1 - - [08/Apr/2015:12:16:24 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/view/media/illustration?repository=intranet&project=montpellier_intranet HTTP/1.1" 200 148565
::1 - - [08/Apr/2015:12:16:30 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/view/map/?repository=montpellier&project=montpellier HTTP/1.1" 200 22180
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/css/jquery.dataTables.bootstrap.css HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/TreeTable/stylesheets/jquery.treeTable.css HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/css/map.css HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/themes/default/css/map.css HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/OpenLayers-2.13/theme/default/style.css HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/OpenLayers-2.13/lib/OpenLayers/Format/XML.js HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/OpenLayers-2.13/lib/OpenLayers/Format/SLD/v1_1_0.js HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/OpenLayers-2.13/lib/OpenLayers/Control/ScaleLine.js HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/OpenLayers-2.13/lib/OpenLayers/Control/Attribution.js HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/OpenLayers-2.13/lib/OpenLayers/Control/Scale.js HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/OpenLayers-2.13/lib/OpenLayers/Control/lizmapMousePosition.js HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/OpenLayers-2.13/OpenLayers.js HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/OpenLayers-2.13/lib/OpenLayers/Popup/lizmapAnchored.js HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/TreeTable/javascripts/jquery.treeTable.js HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/js/jquery.combobox.js HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/Proj4js/proj4js-compressed.js HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/js/jquery-1.11.1.min.js HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/js/jquery-ui-1.11.2.custom.min.js HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/js/jquery.dataTables.bootstrap.js HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/js/jquery.dataTables.min.js HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/jelix/js/jforms_jquery.js HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/jelix/js/jforms/datepickers/default/init.js HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/js/map.js HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/js/bootstrapErrorDecoratorHtml.js HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/jelix/js/jforms/datepickers/default/ui.en.js HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/js/attributeTable.js HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/view/translate/ HTTP/1.1" 200 1984
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/themes/default/css/img/loading.gif HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/view/media/illustration?repository=montpellier&project=montpellier HTTP/1.1" 200 138393
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/themes/default/css/images/sprite_menu.png HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/themes/default/css/images/123_click.png HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/css/images/123_click.png HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/css/images/sprite_30.png HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/css/images/ui-bg_flat_75_ffffff_40x100.png HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/lizmap/service/getProjectConfig?repository=montpellier&project=montpellier HTTP/1.1" 200 10666
127.0.0.1 - - [08/Apr/2015:12:16:32 +0200] "GET /cgi-bin/qgis_mapserv.fcgi?map=C%3A%5CCARTO%5Cwamp%5Cwww%5Clizmap-web-client-2.11.0%5Clizmap%5Cinstall%5Cqgis%2Fmontpellier.qgs&request=GetCapabilities&service=WMS&version=1.3.0 HTTP/1.0" 404 323
::1 - - [08/Apr/2015:12:16:31 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/lizmap/service/?repository=montpellier&project=montpellier&SERVICE=WMS&REQUEST=GetCapabilities&VERSION=1.3.0 HTTP/1.1" 200 224
::1 - - [08/Apr/2015:12:16:43 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/view/ HTTP/1.1" 200 9204
::1 - - [08/Apr/2015:12:16:52 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/view/ HTTP/1.1" 200 9204
::1 - - [08/Apr/2015:12:16:53 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/css/jquery-ui-1.8.23.custom.css HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:53 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/css/bootstrap-responsive.css HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:53 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/css/main.css HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:53 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/css/bootstrap.css HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:56 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/css/view.css HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:56 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/js/view.js HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:56 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/js/bootstrap.js HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:56 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/themes/default/css/img/logo_footer.png HTTP/1.1" 304 -
::1 - - [08/Apr/2015:12:16:56 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/js/jquery-ui-1.10.3.custom.min.js HTTP/1.1" 404 367
::1 - - [08/Apr/2015:12:16:56 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/css/img/logo.png HTTP/1.1" 200 3720
::1 - - [08/Apr/2015:12:16:56 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/css/images/sprite_20_tools.png HTTP/1.1" 200 24034
::1 - - [08/Apr/2015:12:16:56 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/view/media/illustration?repository=intranet&project=montpellier_intranet HTTP/1.1" 200 148565
::1 - - [08/Apr/2015:12:16:56 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/view/media/illustration?repository=montpellier&project=montpellier HTTP/1.1" 200 138393
::1 - - [08/Apr/2015:12:17:00 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/view/map/?repository=intranet&project=montpellier_intranet HTTP/1.1" 200 17865
::1 - - [08/Apr/2015:12:17:01 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/view/translate/ HTTP/1.1" 200 1984
::1 - - [08/Apr/2015:12:17:02 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/lizmap/service/getProjectConfig?repository=intranet&project=montpellier_intranet HTTP/1.1" 200 3422
127.0.0.1 - - [08/Apr/2015:12:17:02 +0200] "GET /cgi-bin/qgis_mapserv.fcgi?map=C%3A%5CCARTO%5Cwamp%5Cwww%5Clizmap-web-client-2.11.0%5Clizmap%5Cinstall%5Cqgis_intranet%2Fmontpellier_intranet.qgs&request=GetCapabilities&service=WMS&version=1.3.0 HTTP/1.0" 404 323
::1 - - [08/Apr/2015:12:17:02 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/lizmap/service/?repository=intranet&project=montpellier_intranet&SERVICE=WMS&REQUEST=GetCapabilities&VERSION=1.3.0 HTTP/1.1" 200 224
::1 - - [08/Apr/2015:12:17:04 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/view/map/?repository=montpellier&project=montpellier HTTP/1.1" 200 22180
::1 - - [08/Apr/2015:12:17:05 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/view/translate/ HTTP/1.1" 200 1984
::1 - - [08/Apr/2015:12:17:06 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/lizmap/service/getProjectConfig?repository=montpellier&project=montpellier HTTP/1.1" 200 10666
127.0.0.1 - - [08/Apr/2015:12:17:07 +0200] "GET /cgi-bin/qgis_mapserv.fcgi?map=C%3A%5CCARTO%5Cwamp%5Cwww%5Clizmap-web-client-2.11.0%5Clizmap%5Cinstall%5Cqgis%2Fmontpellier.qgs&request=GetCapabilities&service=WMS&version=1.3.0 HTTP/1.0" 404 323
::1 - - [08/Apr/2015:12:17:06 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/lizmap/service/?repository=montpellier&project=montpellier&SERVICE=WMS&REQUEST=GetCapabilities&VERSION=1.3.0 HTTP/1.1" 200 224
::1 - - [08/Apr/2015:12:17:10 +0200] "GET / HTTP/1.1" 200 4868
::1 - - [08/Apr/2015:12:17:10 +0200] "GET /index.php?img=pngFolderGo HTTP/1.1" 200 694
::1 - - [08/Apr/2015:12:17:10 +0200] "GET /index.php?img=gifLogo HTTP/1.1" 200 4549
::1 - - [08/Apr/2015:12:17:10 +0200] "GET /index.php?img=pngWrench HTTP/1.1" 200 741
::1 - - [08/Apr/2015:12:17:10 +0200] "GET /index.php?img=pngFolder HTTP/1.1" 200 850
::1 - - [08/Apr/2015:12:17:10 +0200] "GET /index.php?img=pngPlugin HTTP/1.1" 200 548
::1 - - [08/Apr/2015:12:17:10 +0200] "GET /index.php?img=favicon HTTP/1.1" 200 1429
::1 - - [08/Apr/2015:12:17:30 +0200] "GET / HTTP/1.1" 200 4868
::1 - - [08/Apr/2015:12:17:30 +0200] "GET /index.php?img=pngPlugin HTTP/1.1" 200 548
::1 - - [08/Apr/2015:12:17:30 +0200] "GET /index.php?img=gifLogo HTTP/1.1" 200 4549
::1 - - [08/Apr/2015:12:17:30 +0200] "GET /index.php?img=pngFolder HTTP/1.1" 200 850
::1 - - [08/Apr/2015:12:17:30 +0200] "GET /index.php?img=pngWrench HTTP/1.1" 200 741
::1 - - [08/Apr/2015:12:17:30 +0200] "GET /index.php?img=pngFolderGo HTTP/1.1" 200 694
::1 - - [08/Apr/2015:12:17:34 +0200] "GET /lizmap-web-client-2.11.0/ HTTP/1.1" 200 2086
::1 - - [08/Apr/2015:12:17:34 +0200] "GET /icons/folder.gif HTTP/1.1" 403 318
::1 - - [08/Apr/2015:12:17:34 +0200] "GET /icons/back.gif HTTP/1.1" 403 316
::1 - - [08/Apr/2015:12:17:34 +0200] "GET /icons/image2.gif HTTP/1.1" 403 318
::1 - - [08/Apr/2015:12:17:34 +0200] "GET /icons/text.gif HTTP/1.1" 403 316
::1 - - [08/Apr/2015:12:17:34 +0200] "GET /icons/blank.gif HTTP/1.1" 403 317
::1 - - [08/Apr/2015:12:17:36 +0200] "GET /lizmap-web-client-2.11.0/lizmap/ HTTP/1.1" 200 3184
::1 - - [08/Apr/2015:12:17:36 +0200] "GET /icons/blank.gif HTTP/1.1" 403 317
::1 - - [08/Apr/2015:12:17:36 +0200] "GET /icons/unknown.gif HTTP/1.1" 403 319
::1 - - [08/Apr/2015:12:17:36 +0200] "GET /icons/back.gif HTTP/1.1" 403 316
::1 - - [08/Apr/2015:12:17:36 +0200] "GET /icons/folder.gif HTTP/1.1" 403 318
::1 - - [08/Apr/2015:12:17:37 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/ HTTP/1.1" 200 6079
::1 - - [08/Apr/2015:12:17:37 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/js/jquery-ui-1.10.3.custom.min.js HTTP/1.1" 404 367
::1 - - [08/Apr/2015:12:17:39 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/jauth/login/form HTTP/1.1" 200 3530
::1 - - [08/Apr/2015:12:17:40 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/js/jquery-ui-1.10.3.custom.min.js HTTP/1.1" 404 367
::1 - - [08/Apr/2015:12:17:47 +0200] "POST /lizmap-web-client-2.11.0/lizmap/www/index.php/jauth/login/in HTTP/1.1" 303 -
::1 - - [08/Apr/2015:12:17:47 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/view/ HTTP/1.1" 200 9204
::1 - - [08/Apr/2015:12:17:48 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/js/jquery-ui-1.10.3.custom.min.js HTTP/1.1" 404 367
::1 - - [08/Apr/2015:12:17:51 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/view/map/?repository=intranet&project=montpellier_intranet HTTP/1.1" 200 17865
::1 - - [08/Apr/2015:12:17:52 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/view/translate/ HTTP/1.1" 200 1984
::1 - - [08/Apr/2015:12:17:52 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/lizmap/service/getProjectConfig?repository=intranet&project=montpellier_intranet HTTP/1.1" 200 3422
127.0.0.1 - - [08/Apr/2015:12:17:53 +0200] "GET /cgi-bin/qgis_mapserv.fcgi?map=C%3A%5CCARTO%5Cwamp%5Cwww%5Clizmap-web-client-2.11.0%5Clizmap%5Cinstall%5Cqgis_intranet%2Fmontpellier_intranet.qgs&request=GetCapabilities&service=WMS&version=1.3.0 HTTP/1.0" 404 323
::1 - - [08/Apr/2015:12:17:53 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/lizmap/service/?repository=intranet&project=montpellier_intranet&SERVICE=WMS&REQUEST=GetCapabilities&VERSION=1.3.0 HTTP/1.1" 200 224
::1 - - [08/Apr/2015:12:17:56 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/view/ HTTP/1.1" 200 9204
::1 - - [08/Apr/2015:12:17:59 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/view/map/?repository=intranet&project=montpellier_intranet HTTP/1.1" 200 17865
::1 - - [08/Apr/2015:12:18:01 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/view/media/illustration?repository=intranet&project=montpellier_intranet HTTP/1.1" 200 148565
::1 - - [08/Apr/2015:12:18:01 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/view/translate/ HTTP/1.1" 200 1984
::1 - - [08/Apr/2015:12:18:01 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/lizmap/service/getProjectConfig?repository=intranet&project=montpellier_intranet HTTP/1.1" 200 3422
::1 - - [08/Apr/2015:12:18:02 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/view/map/?repository=montpellier&project=montpellier HTTP/1.1" 200 22180
127.0.0.1 - - [08/Apr/2015:12:18:04 +0200] "GET /cgi-bin/qgis_mapserv.fcgi?map=C%3A%5CCARTO%5Cwamp%5Cwww%5Clizmap-web-client-2.11.0%5Clizmap%5Cinstall%5Cqgis_intranet%2Fmontpellier_intranet.qgs&request=GetCapabilities&service=WMS&version=1.3.0 HTTP/1.0" 404 323
::1 - - [08/Apr/2015:12:18:02 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/lizmap/service/?repository=intranet&project=montpellier_intranet&SERVICE=WMS&REQUEST=GetCapabilities&VERSION=1.3.0 HTTP/1.1" 200 224
::1 - - [08/Apr/2015:12:18:03 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/view/translate/ HTTP/1.1" 200 1984
::1 - - [08/Apr/2015:12:18:03 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/view/media/illustration?repository=montpellier&project=montpellier HTTP/1.1" 200 138393
::1 - - [08/Apr/2015:12:18:04 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/lizmap/service/getProjectConfig?repository=montpellier&project=montpellier HTTP/1.1" 200 10666
127.0.0.1 - - [08/Apr/2015:12:18:05 +0200] "GET /cgi-bin/qgis_mapserv.fcgi?map=C%3A%5CCARTO%5Cwamp%5Cwww%5Clizmap-web-client-2.11.0%5Clizmap%5Cinstall%5Cqgis%2Fmontpellier.qgs&request=GetCapabilities&service=WMS&version=1.3.0 HTTP/1.0" 404 323
::1 - - [08/Apr/2015:12:18:04 +0200] "GET /lizmap-web-client-2.11.0/lizmap/www/index.php/lizmap/service/?repository=montpellier&project=montpellier&SERVICE=WMS&REQUEST=GetCapabilities&VERSION=1.3.0 HTTP/1.1" 200 224

Je n'ai pas encore essayé avec mon projet perso de QGIS, mais je me dit que si les cartes de Montpelliers ne fonctionnent pas, le reste risque de ne pas fonctionner non plus.

Ca avance petit à petit (grace à l'aide du forum smile ), je pense être bientot au bout, mais c'est toujours pas ça.

Pouvez vous me dire, ce qui fait que les chargements des cartes de démo sont infini ?

Merci encore pour votre aide smile !

Hors ligne

 

#11 Wed 08 April 2015 22:48

dominique.lys
Participant assidu
Date d'inscription: 5 Oct 2006
Messages: 473
Site web

Re: QGIS Server : problème avec l'installation ?

Le message client denied by server est assez explicite : le client n'a pas les droits sur le dossier http://localhost/lizmap-web-client-2.11.0, il faut bien évidement ouvrir les droits sur ce dossier dans http.conf (je ne sais pas à quoi sert http.conf.build faudrait voir ce qu'il contient).

Cela dit je vous conseil fortement de procéder par étape et de vous assurer une bonne fois pour toute que qgis server fonctionne correctement avant d'essayer de faire tourner un client html. Donc, comme expliqué précédement, configurer un projet pour qu'il soit servie en WMS et tenter de charger ce flux à partir d'un autre projet qgis.

Hors ligne

 

#12 Thu 09 April 2015 15:15

GalletCédric
Participant occasionnel
Date d'inscription: 25 Mar 2015
Messages: 31

Re: QGIS Server : problème avec l'installation ?

bonjour,

j'ai parcouru httpd.conf en long en large et en travers, j'ai modifié certaines lignes qui paraissait correspondre à l'acceptation des droits mais en vérité je ne sais pas trop quelle est la ligne qui correspond à la manip.

J'ai bien essayer de configurer l'url WMS dans QGIS, et de recharger le tout, mais rien ne fonctionne... je vais tenté de choper un tuto avec un maximum d'infos sur les configurations a faire en WMS et réessayer de faire les manips...

Merci pour ton aide.
A bientôt.

Hors ligne

 

#13 Thu 28 May 2015 11:03

Maxime Petraud
Participant occasionnel
Date d'inscription: 27 May 2015
Messages: 11

Re: QGIS Server : problème avec l'installation ?

Bonjour,  Je relance le topic

Je rencontre le même problème que Cedric, as-tu trouvé une solution à ton problème ?

Hors ligne

 

Pied de page des forums

Powered by FluxBB