[olug] Apache question

Joel B joel at kansaslinuxfest.org
Sun Jul 23 17:28:57 CDT 2023


you might need to replace those with "require" directives.  like "require all granted". this changed in a previous 2.x version bump (2.2 to 2.4 maybe?, I forget)

or enable mod access compact

https://httpd.apache.org/docs/2.4/howto/access.html

On July 23, 2023 3:39:29 PM CDT, Craig Wolf <wolfout101 at gmail.com> wrote:
>So, trying to get Apached running on Windows 11 for a home user and I JUST
>don't hands on this stuff anymore so I need a little help:
>Trying to launch Apache and getting this
>Invalid command "Order", perhaps misspelled or defined by a module not
>included in the server configuration.
>
>Here is that section it kicks out on startup and errors:
><Directory />
>
>    Options FollowSymLinks
>
>    AllowOverride None
>
>    Order deny,allow
>
>    Deny from all
>
>    Satisfy all
>
></Directory>
>
>When I remove that whole section, it errors on the next Order command.
>
>This is a current download/unzip to the apache24 directory.  httpd.conf was
>edited to ensure pointing to the proper location and port.  C++
>redistributable was installed per instructions I found and system has been
>rebooted twice to ensure everything else is clean.
>
>What am I missing??  TIA!
>Craig Wolf
>(402)990-3010
>
>Strengths: Activator, Relator, Adaptability, Learner, Achiever
>Take a moment to Make a moment! - Shekeela/VZW
>_______________________________________________
>OLUG mailing list
>OLUG at olug.org
>https://www.olug.org/mailman/listinfo/olug


More information about the OLUG mailing list