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: can't locate api module structure 'access_module'
Author
DocDJ



Joined: 11 Oct 2009
Posts: 18

PostPosted: Tue 01 Jan '13 18:25    Post subject: can't locate api module structure 'access_module' Reply with quote

The subject error message, coming from modules/mod_access_compat.so is preventing the startup of the 2.4 x64 server on my Win 7 X64 system. I have no local mods.

I've copied & modified my old 2.2 conf file, to reflect the new server-root folder and (obviously) added a line for mod_access_compat.so which sees a problem.

Do you have any tips on what to do to solve this?
Back to top
covener



Joined: 23 Nov 2008
Posts: 59

PostPosted: Tue 01 Jan '13 19:12    Post subject: Re: can't locate api module structure 'access_module' Reply with quote

The first arg to LoadModule should be "access_compat_module" not "access_module" for mod_access_compat.so
Back to top
DocDJ



Joined: 11 Oct 2009
Posts: 18

PostPosted: Tue 01 Jan '13 21:36    Post subject: Re: can't locate api module structure 'access_module' Reply with quote

The first arg to LoadModule should be "access_compat_module" not "access_module" for mod_access_compat.so[/quote]

Thanks Covener! That got me further. Now it is complaining that "require" is an invalid command here:
Directory />
AllowOverride none
Require all denied
</Directory>
I'll check the forum for this.
Back to top
covener



Joined: 23 Nov 2008
Posts: 59

PostPosted: Tue 01 Jan '13 21:40    Post subject: Reply with quote

I suggest you stop copying from your 2.2 conf like this, otherwise, look up the directives returning an error and see what module provides them.

httpd.apache.org/docs/2.4/mod/quickreference.html


Ideally you'd only track your delta from the default conf in 2.2 and apply it to 2.4, rather than start with your entire top to bottom 2.2 config.
Back to top


Reply to topic   Topic: can't locate api module structure 'access_module' View previous topic :: View next topic
Post new topic   Forum Index -> Apache