(2013-02-22, 20:26:20)D.O. Wrote: I got a problem. GS says: "Warning: Server Setup non-Apache"... Apache web server: Microsoft-IIS/7.5 - Error........ What does mean ? Yes I am using IIS server. How can I fix this error?
If it's a production/public web site AND you're sure that folders containing data (xml files etc) are secured properly, you can disable the warning by inserting this in your gsconfig.php file:
PHP Code:
# Disable check for Apache web server, default false
define('GSNOAPACHECHECK', true);