You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by siegfried <si...@heintze.com> on 2007/08/05 16:45:08 UTC

[users@httpd] How to run both 2.0.59 and 2.2?

When I try to execute the command 

 

"C:\Program Files\Apache Group\Apache2\bin\Apache.exe" -w -n "Apache2" -k
start

 

It seems to be trying to use the http.conf file in "C:\Program Files\Apache
Software Foundation\Apache2.2\"

 

I tried 

 

cd "C:\Program Files\Apache Group\Apache2\bin\"

 

"C:\Program Files\Apache Group\Apache2\bin\Apache.exe" -w -n "Apache2" -k
start -d ..

 

But I got the same error message:

 

 

bash-3.2$ bin/Apache.exe -w -n Apache2 -k start -d ../

Syntax error on line 67 of C:/Program Files/Apache Software
Foundation/Apache2.2

/conf/httpd.conf:

Cannot load C:/Program Files/Apache Software
Foundation/Apache2.2/modules/mod_ac

tions.so into server: The specified module could not be found.

Note the errors or messages above, and press the <ESC> key to exit.
0...bash-3.

2$ 

 

Mod_access.so exists in :\Program Files\Apache Group\Apache2\modules\" but
not C:\Program Files\Apache Software Foundation\Apache2.2\"

 

Can someone help me remedy this?

Thanks,

Siegfried