ShaolinF Posted November 17, 2008 Share Posted November 17, 2008 Hi Guys I am trying to setup Digest authorization for one of my virtual hosts. The problem is when I try to start apache I get the following error: Invalid command 'AuthDigestDomain', perhaps misspelled or defined by a module not included in the server configuration Below is my configuration in the vhosts conf file: NameVirtualHost 127.0.0.1 <VirtualHost 127.0.0.1> DocumentRoot /www/sites/site1 ServerName www10.site.local <Location /sites/> AuthType Digest AuthName MySite AuthDigestDomain http://www10.site.local AuthDigestProvider file AuthUserFile /usr/auth/.digest_pw Require valid-user </Location> </VirtualHost> Does anyone know where I am going wrong? I am running the latest version of apache. Quote Link to comment Share on other sites More sharing options...
ShaolinF Posted November 17, 2008 Author Share Posted November 17, 2008 Anyone ? Quote Link to comment Share on other sites More sharing options...
corbin Posted November 17, 2008 Share Posted November 17, 2008 Is mod_auth_digest loaded? Quote Link to comment Share on other sites More sharing options...
ShaolinF Posted November 18, 2008 Author Share Posted November 18, 2008 No its not, and I dont know how to load it either. I dont have the .so file so I need to recompile it but I dont know how to. Quote Link to comment Share on other sites More sharing options...
corbin Posted November 18, 2008 Share Posted November 18, 2008 Just download the source and do ./configure --help. After reading the options for a few minutes, you should know the right configure line for you. Then, it's just: ./configure <blah> make Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.