Propose CGI mode in comments

This commit is contained in:
Xavier Guimard 2015-12-16 20:12:01 +00:00
parent 0a4308bad5
commit e97edb0add
3 changed files with 12 additions and 3 deletions

View File

@ -18,7 +18,7 @@
# 1) URI management
RewriteEngine on
RewriteRule "^/$" "/psgi/manager-server.fcgi/" [PT]
RewriteRule "^/$" "/psgi/manager-server.fcgi" [PT]
# For performances, you can delete the previous RewriteRule line after
# puttings html files: simply put the HTML results of differents modules
# (configuration, sessions, notifications) as manager.html, sessions.html,
@ -44,6 +44,9 @@
# If you want to use mod_fastcgi, replace lines bellow by:
#FastCgiServer __MANAGERPSGIDIR__manager-server.fcgi
# Or if you prefer to use CGI, use /psgi/manager-server.cgi instead of
# /psgi/manager-server.fcgi and adapt the rewrite rules.
# GLOBAL CONFIGURATION
# --------------------

View File

@ -18,7 +18,7 @@
# 1) URI management
RewriteEngine on
RewriteRule "^/$" "/psgi/manager-server.fcgi/" [PT]
RewriteRule "^/$" "/psgi/manager-server.fcgi" [PT]
# For performances, you can delete the previous RewriteRule line after
# puttings html files: simply put the HTML results of differents modules
# (configuration, sessions, notifications) as manager.html, sessions.html,
@ -44,6 +44,9 @@
# If you want to use mod_fastcgi, replace lines bellow by:
#FastCgiServer __MANAGERPSGIDIR__manager-server.fcgi
# Or if you prefer to use CGI, use /psgi/manager-server.cgi instead of
# /psgi/manager-server.fcgi and adapt the rewrite rules.
# GLOBAL CONFIGURATION
# --------------------

View File

@ -18,7 +18,7 @@
# 1) URI management
RewriteEngine on
RewriteRule "^/$" "/psgi/manager-server.fcgi/" [PT]
RewriteRule "^/$" "/psgi/manager-server.fcgi" [PT]
# For performances, you can delete the previous RewriteRule line after
# puttings html files: simply put the HTML results of differents modules
# (configuration, sessions, notifications) as manager.html, sessions.html,
@ -44,6 +44,9 @@
# If you want to use mod_fastcgi, replace lines bellow by:
#FastCgiServer __MANAGERPSGIDIR__manager-server.fcgi
# Or if you prefer to use CGI, use /psgi/manager-server.cgi instead of
# /psgi/manager-server.fcgi and adapt the rewrite rules.
# GLOBAL CONFIGURATION
# --------------------