Répondre à : wims.conf

#2894
Tiotomj
Participant
Up
0
Down
::

hello

Je pense qu’il y a une confusion entre les deux fichiers, d’une part le fichier :

1°) /etc/apache2/conf-enabled/wims.conf créé à l’installation de wims pour être exploiter (ou qui devrait l’être) par le serveur web
###### WIMS definitions start. Do not alter this line! ######
#
# If you manually add things concerning WIMS into this configuration file,
# add them BEFORE the ‘WIMS definition start’ line.
# Otherwise the addition will be erased in next update.
#
AddHandler cgi-script .cgi
ScriptAliasMatch ^/~wims/wims\.(.*) /var/www/wims/public_html/wims.cgi
ScriptAliasMatch ^/wims/wims\.(.*) /var/www/wims/public_html/wims.cgi
ScriptAliasMatch ^/~wims/index\.(.*) /var/www/wims/public_html/wims.cgi
ScriptAliasMatch ^/wims/index\.(.*) /var/www/wims/public_html/wims.cgi
ScriptAliasMatch ^/~wims/.._(.*).html /var/www/wims/public_html/wims.cgi
ScriptAliasMatch ^/wims/.._(.*).html /var/www/wims/public_html/wims.cgi
ScriptAliasMatch ^/~wims/getfile/(.*) /var/www/wims/public_html/wims.cgi
ScriptAliasMatch ^/wims/getfile/(.*) /var/www/wims/public_html/wims.cgi
ScriptAlias /wims/….\.cgi /var/www/wims/public_html/wims.cgi
Alias /wims /var/www/wims/public_html
Alias /~wims /var/www/wims/public_html

<Directory /var/www/wims/public_html>
Options +FollowSymLinks +ExecCGI -Indexes
AllowOverride All
Require all granted
</Directory>
<Directory /var/www/wims/public_html/modules>
Options FollowSymLinks
AllowOverride Limit
</Directory>

###### WIMS definitions end. Do not alter this line! ######

et d’autre part le fichier :

2°) /var/www/wims/log/wims.conf (chez moi) qui est un fichier de configuration
manager_site=127.0.0.1
site_manager=jm.tomczyk@wanadoo.fr

l’url : localhost:82/wims génère le message :

message erreur apache2

Cordialement