IIS5, under the coexistence of multiple IP, IIS is 192.168.0.1, apache for the original address of 192.168.0.2
c: \ Inetpub \ Adminscripts
cscript adsutil.vbs set w3svc/disablesocketpooling true
feedback of the order as disablesocketpooling: (BOOLEAN) True
restart IIS
Inetpub \ AdminScripts> cscript adsutil.vbs set w3svc/disablesocketpooling true
the DisableSocketPooling IIS 6.0 metabase schema in (MBSchema.xml) is defined as a valid property So, you can still set this property using Adsutil.vbs, but this setting does not work. IIS 6.0 is new functionality in the core-level driver HTTP.sys. To configure HTTP.sys, you must use Httpcfg.exe
Method Two:
IIS6,
air force one, under the coexistence of multiple IP, IIS is 192.168.0.1, apache
address for the 192.168.0.2 to the 2003 original CD under the support / tools / Support.cab. Extract httpcfg.exe file, COPY to windows/system32 / directory,
air force one shoes, use to look up help
command line
bind to a IP: httpcfg set iplisten-i 192.168.0.1
order the use of IIS,
nike air force ones, only the specified IP and port monitor
View bind: httpcfg query iplisten
remove bindings: httpcfg delete iplisten-i 192.168.0.1
command line
net stop Apache2
net stop iisadmin / y
net START Apache2
net START w3svc
guaranteed under the ip iis set global default, Apache in httpconf set listen 192.168.0.2:80, the two services should be able to run simultaneously with each other without conflict.
IIS access address is
http://192.168.0.1, Apache access the address is
http://192.168.0.2
Method three:
single IP shared common Internet port 80 method,
cheap nike air force, but not recommended, but use the Apache proxy, will affect the speed is set to use port 80 apache, IIS to use other ports, such as 81, then apache as IIS agent.
inside the httpd.conf,
nike air force, uncomment the following four lines of comments:
LoadModule proxy_module modules / mod_proxy.so
LoadModule proxy_connect_module modules / mod_proxy_connect.so
LoadModule proxy_http_module modules / mod_proxy_http.so
LoadModule proxy_ftp_module modules / mod_proxy_ftp.so
then create a virtual host, the domain name turned 81 all access ports.
ServerName iloves.vicp.net
ProxyPass /
http://localhost:81/
ProxyPassReverse /
http://localhost:81/
This can only outside a port, you can use both apache and IIS features a
analogy, using the second method, you can configure IIS PHP4, Apache2 configure PHP5, only need to install IIS,
air force 1 shoes, PHP4, copy the php.ini to \ windows directory can be, this would not have said it, Apache2, so long as the PHP5's php.ini PHP5 installation directory on the line
configure Apache to support PHP5:
LoadModule php5_module \PHP5 \
One of the most important one is PHPIniDir, used to indicate the location of php.ini file that PHP5 installation directory, pay attention to all the directories should be changed to D: / PHPServer/PHP5 this format, instead of D: \ PHPServer \ PHP5, IIS access address is
http://192.168.0.1, Apache access the address is
http://192.168.0.2