PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Hébergement serveur > comp.info.servers.unix > Question on "Invalid command "order" on fresh Apache 2.2.2 justinstalled
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
comp.info.servers.unix Web servers for UNIX platforms.

Question on "Invalid command "order" on fresh Apache 2.2.2 justinstalled

Réponse
 
LinkBack Outils de la discussion
Vieux 30/06/2006, 21h48   #1
PasadenaDave
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Question on "Invalid command "order" on fresh Apache 2.2.2 justinstalled

Newbie here.. on a new RH 4EL Linux box, just downloaded and installed
Apache 2.2.2, and did all the configure, make, make install, and edited
the httpd.conf file for the locations of the server root etc.

When I run apachectl -k start I get errors "Invalid command 'Order' on
lines 131 etc. This is a plane Jane install, shouldn't 2.2.2 have all
the needed standard modules installed already? No errors are logged.

Appreciate any suggestions and .. Also thanks for hints to the
proper newsgroup for this kind of message!

Thx!
  Réponse avec citation
Vieux 01/07/2006, 03h52   #2
bobmct
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Question on "Invalid command "order" on fresh Apache 2.2.2 just installed

PasadenaDave wrote:

> Newbie here.. on a new RH 4EL Linux box, just downloaded and installed
> Apache 2.2.2, and did all the configure, make, make install, and edited
> the httpd.conf file for the locations of the server root etc.
>
> When I run apachectl -k start I get errors "Invalid command 'Order' on
> lines 131 etc. This is a plane Jane install, shouldn't 2.2.2 have all
> the needed standard modules installed already? No errors are logged.
>
> Appreciate any suggestions and .. Also thanks for hints to the
> proper newsgroup for this kind of message!
>
> Thx!


Dave;

Take a look at your /etc/apache2/sysconfig.d/loadmodule.conf file and check
for/add the line for mod_access. My guess is that it is not there.
The syntax of the line should follow the other lines and most likely the
module is in the same directory as the other modules.

Do a search in the apache2 docs for the Order directive to verify this
requirement.

Good luck.
  Réponse avec citation
Vieux 01/07/2006, 03h52   #3
bobmct
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Question on "Invalid command "order" on fresh Apache 2.2.2 just installed

PasadenaDave wrote:

> Newbie here.. on a new RH 4EL Linux box, just downloaded and installed
> Apache 2.2.2, and did all the configure, make, make install, and edited
> the httpd.conf file for the locations of the server root etc.
>
> When I run apachectl -k start I get errors "Invalid command 'Order' on
> lines 131 etc. This is a plane Jane install, shouldn't 2.2.2 have all
> the needed standard modules installed already? No errors are logged.
>
> Appreciate any suggestions and .. Also thanks for hints to the
> proper newsgroup for this kind of message!
>
> Thx!


Dave;

Take a look at your /etc/apache2/sysconfig.d/loadmodule.conf file and check
for/add the line for mod_access. My guess is that it is not there.
The syntax of the line should follow the other lines and most likely the
module is in the same directory as the other modules.

Do a search in the apache2 docs for the Order directive to verify this
requirement.

Good luck.
  Réponse avec citation
Vieux 05/07/2006, 20h54   #4
PasadenaDave
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Question on "Invalid command "order" on fresh Apache 2.2.2just installed

Thanks, Bob .. Apache is loaded to /usr/local/apache2 and there is no
/etc/apache2 anything. I don't find a sysconfig.d on the system, and I
also don't find a loadmodule.conf on it either.

Shouldn't a standard Apache 2.2.2 install have taken care of all this?
Configure and make and make install all seemed to work fine.

Thank you,
Dave


bobmct wrote:
> PasadenaDave wrote:
>
>> Newbie here.. on a new RH 4EL Linux box, just downloaded and installed
>> Apache 2.2.2, and did all the configure, make, make install, and edited
>> the httpd.conf file for the locations of the server root etc.
>>
>> When I run apachectl -k start I get errors "Invalid command 'Order' on
>> lines 131 etc. This is a plane Jane install, shouldn't 2.2.2 have all
>> the needed standard modules installed already? No errors are logged.
>>
>> Appreciate any suggestions and .. Also thanks for hints to the
>> proper newsgroup for this kind of message!
>>
>> Thx!

>
> Dave;
>
> Take a look at your /etc/apache2/sysconfig.d/loadmodule.conf file and check
> for/add the line for mod_access. My guess is that it is not there.
> The syntax of the line should follow the other lines and most likely the
> module is in the same directory as the other modules.
>
> Do a search in the apache2 docs for the Order directive to verify this
> requirement.
>
> Good luck.

  Réponse avec citation
Vieux 05/07/2006, 20h54   #5
PasadenaDave
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Question on "Invalid command "order" on fresh Apache 2.2.2just installed

Thanks, Bob .. Apache is loaded to /usr/local/apache2 and there is no
/etc/apache2 anything. I don't find a sysconfig.d on the system, and I
also don't find a loadmodule.conf on it either.

Shouldn't a standard Apache 2.2.2 install have taken care of all this?
Configure and make and make install all seemed to work fine.

Thank you,
Dave


bobmct wrote:
> PasadenaDave wrote:
>
>> Newbie here.. on a new RH 4EL Linux box, just downloaded and installed
>> Apache 2.2.2, and did all the configure, make, make install, and edited
>> the httpd.conf file for the locations of the server root etc.
>>
>> When I run apachectl -k start I get errors "Invalid command 'Order' on
>> lines 131 etc. This is a plane Jane install, shouldn't 2.2.2 have all
>> the needed standard modules installed already? No errors are logged.
>>
>> Appreciate any suggestions and .. Also thanks for hints to the
>> proper newsgroup for this kind of message!
>>
>> Thx!

>
> Dave;
>
> Take a look at your /etc/apache2/sysconfig.d/loadmodule.conf file and check
> for/add the line for mod_access. My guess is that it is not there.
> The syntax of the line should follow the other lines and most likely the
> module is in the same directory as the other modules.
>
> Do a search in the apache2 docs for the Order directive to verify this
> requirement.
>
> Good luck.

  Réponse avec citation
Vieux 05/07/2006, 20h54   #6
PasadenaDave
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Question on "Invalid command "order" on fresh Apache 2.2.2just installed

Thanks, Bob .. Apache is loaded to /usr/local/apache2 and there is no
/etc/apache2 anything. I don't find a sysconfig.d on the system, and I
also don't find a loadmodule.conf on it either.

Shouldn't a standard Apache 2.2.2 install have taken care of all this?
Configure and make and make install all seemed to work fine.

Thank you,
Dave


bobmct wrote:
> PasadenaDave wrote:
>
>> Newbie here.. on a new RH 4EL Linux box, just downloaded and installed
>> Apache 2.2.2, and did all the configure, make, make install, and edited
>> the httpd.conf file for the locations of the server root etc.
>>
>> When I run apachectl -k start I get errors "Invalid command 'Order' on
>> lines 131 etc. This is a plane Jane install, shouldn't 2.2.2 have all
>> the needed standard modules installed already? No errors are logged.
>>
>> Appreciate any suggestions and .. Also thanks for hints to the
>> proper newsgroup for this kind of message!
>>
>> Thx!

>
> Dave;
>
> Take a look at your /etc/apache2/sysconfig.d/loadmodule.conf file and check
> for/add the line for mod_access. My guess is that it is not there.
> The syntax of the line should follow the other lines and most likely the
> module is in the same directory as the other modules.
>
> Do a search in the apache2 docs for the Order directive to verify this
> requirement.
>
> Good luck.

  Réponse avec citation
Vieux 05/07/2006, 20h54   #7
PasadenaDave
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Question on "Invalid command "order" on fresh Apache 2.2.2just installed

Thanks, Bob .. Apache is loaded to /usr/local/apache2 and there is no
/etc/apache2 anything. I don't find a sysconfig.d on the system, and I
also don't find a loadmodule.conf on it either.

Shouldn't a standard Apache 2.2.2 install have taken care of all this?
Configure and make and make install all seemed to work fine.

Thank you,
Dave


bobmct wrote:
> PasadenaDave wrote:
>
>> Newbie here.. on a new RH 4EL Linux box, just downloaded and installed
>> Apache 2.2.2, and did all the configure, make, make install, and edited
>> the httpd.conf file for the locations of the server root etc.
>>
>> When I run apachectl -k start I get errors "Invalid command 'Order' on
>> lines 131 etc. This is a plane Jane install, shouldn't 2.2.2 have all
>> the needed standard modules installed already? No errors are logged.
>>
>> Appreciate any suggestions and .. Also thanks for hints to the
>> proper newsgroup for this kind of message!
>>
>> Thx!

>
> Dave;
>
> Take a look at your /etc/apache2/sysconfig.d/loadmodule.conf file and check
> for/add the line for mod_access. My guess is that it is not there.
> The syntax of the line should follow the other lines and most likely the
> module is in the same directory as the other modules.
>
> Do a search in the apache2 docs for the Order directive to verify this
> requirement.
>
> Good luck.

  Réponse avec citation
Vieux 06/07/2006, 04h20   #8
bobmct
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Question on "Invalid command "order" on fresh Apache 2.2.2 just installed

PasadenaDave wrote:

> Thanks, Bob .. Apache is loaded to /usr/local/apache2 and there is no
> /etc/apache2 anything. I don't find a sysconfig.d on the system, and I
> also don't find a loadmodule.conf on it either.
>
> Shouldn't a standard Apache 2.2.2 install have taken care of all this?
> Configure and make and make install all seemed to work fine.
>
> Thank you,
> Dave
>
>
> bobmct wrote:
>> PasadenaDave wrote:
>>
>>> Newbie here.. on a new RH 4EL Linux box, just downloaded and installed
>>> Apache 2.2.2, and did all the configure, make, make install, and edited
>>> the httpd.conf file for the locations of the server root etc.
>>>
>>> When I run apachectl -k start I get errors "Invalid command 'Order' on
>>> lines 131 etc. This is a plane Jane install, shouldn't 2.2.2 have all
>>> the needed standard modules installed already? No errors are logged.
>>>
>>> Appreciate any suggestions and .. Also thanks for hints to the
>>> proper newsgroup for this kind of message!
>>>
>>> Thx!

>>
>> Dave;
>>
>> Take a look at your /etc/apache2/sysconfig.d/loadmodule.conf file and
>> check
>> for/add the line for mod_access. My guess is that it is not there.
>> The syntax of the line should follow the other lines and most likely the
>> module is in the same directory as the other modules.
>>
>> Do a search in the apache2 docs for the Order directive to verify this
>> requirement.
>>
>> Good luck.


Hmmmm, Dave;

I am using Apache 2.0.54 on SUSE 10.0 and while I understand your distro
might locate files differently, the /etc/apache2 directory should be common
and the mod_access.so module must be there. That is unless 2.2 is so
drastically different.

I would check the online docs for apache2.2 and even try the accessing your
on-line html docs for the installed apache2.

Otherwise, I don't know what to tell you. However, if/when you do find out,
please post for those of us that are interested to know?

Thanks and good luck,

Bob
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 11h16.


Édité par : vBulletin® version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,20244 seconds with 16 queries