Another question,
When I change the HTTP port from 80 to another port such as 100 in httpd.conf bind settings, the client browser can't visit my web page. The same configuration works well in hiawatha 5.5.
Is this a 5.7 bug or my conf wrong?
Thanks
my httpd.conf:
ServerId = 33:33
ConnectionsTotal = 100
ConnectionsPerIP = 10
SystemLogfile = /usr/local/var/log/hiawatha/system.log
GarbageLogfile = /usr/local/var/log/hiawatha/garbage.log
Binding {
Port = 100
}
CGIhandler = /opt/bin/php:php
Hostname = 127.0.0.1
WebsiteRoot = /usr/local/var/www/hiawatha
StartFile = index.html
AccessLogfile = /usr/local/var/log/hiawatha/access.log
ErrorLogfile = /usr/local/var/log/hiawatha/error.log
VirtualHost {
Hostname = 172.16.3.1
WebsiteRoot = /usr/local/var/www/hiawatha
StartFile = index.html
ExecuteCGI = yes
}