logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Cannot load module even though it is there
Author
xplodersuv



Joined: 03 Mar 2007
Posts: 1

PostPosted: Sat 03 Mar '07 2:47    Post subject: Cannot load module even though it is there Reply with quote

I thought I wasn't an idiot, but i'm beginning to reconsider...

Trying to install apache 2 with openssl

C:\apache>apache -n "Apache" -k install
Syntax error on line 70 of c:/apache/conf/httpd.conf:
Cannot load c:/apache/modules/mod_auth_basic.so into server: (126) The specified module could not be found:

C:\apache\modules>dir
Volume in drive C has no label.
Volume Serial Number is xxxxxxxx

Directory of C:\apache\modules

03/02/2007 01:33 PM <DIR> .
03/02/2007 01:33 PM <DIR> ..
...
03/02/2007 01:33 PM 8,704 mod_auth_basic.so
...


I don't understand. Its there, why is telling me its not. I check the file permissions and everything looks right.

Info:
Windows Server 2k3
I downloaded a precompiled binary from http://hunter.campbus.com/
ServerRoot "c:\apache"

The httpd.conf is pretty much unaltered, but just in case...

Admin note
httpd.conf removed, see forum rules
Back to top
imchaz



Joined: 01 Mar 2007
Posts: 2

PostPosted: Sat 03 Mar '07 7:20    Post subject: Re: Cannot load module even though it is there Reply with quote

xplodersuv wrote:
I thought I wasn't an idiot, but i'm beginning to reconsider...

Trying to install apache 2 with openssl

C:\apache>apache -n "Apache" -k install
Syntax error on line 70 of c:/apache/conf/httpd.conf:
Cannot load c:/apache/modules/mod_auth_basic.so into server: (126) The specified module could not be found:


xplodersuv,
Im still a novice at this but it appears you are trying to install the service Apache in the wrong directory. Try navigating to the bin directory. In your case I am guessing C:\apache\bin

Once you are at the C:\apache\bin
type...
httpd -k install -n "Apache"

Maybe this might work.
Back to top


Reply to topic   Topic: Cannot load module even though it is there View previous topic :: View next topic
Post new topic   Forum Index -> Apache