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. Link to comment https://forums.phpfreaks.com/topic/133009-digest-auth-error/ Share on other sites More sharing options...
ShaolinF Posted November 17, 2008 Author Share Posted November 17, 2008 Anyone ? Link to comment https://forums.phpfreaks.com/topic/133009-digest-auth-error/#findComment-692084 Share on other sites More sharing options...
corbin Posted November 17, 2008 Share Posted November 17, 2008 Is mod_auth_digest loaded? Link to comment https://forums.phpfreaks.com/topic/133009-digest-auth-error/#findComment-692347 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. Link to comment https://forums.phpfreaks.com/topic/133009-digest-auth-error/#findComment-692421 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 Link to comment https://forums.phpfreaks.com/topic/133009-digest-auth-error/#findComment-692474 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.