Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
digest
- Page 1
Digest
Community Center
Meta DaniWeb
15 Years Ago
by Nick Evan
I haven't received a monthly '
Digest
' for the last few months (since the server "problems"). It's not in my junk either. Can anyone confirm if this is a problem with Daniweb or with my email?
Re: Digest
Community Center
Meta DaniWeb
15 Years Ago
by happygeek
As far as I am aware there have been no problems with
Digest
mailings, another is due to go out today so maybe anyone who has not got this tomorrow could post here and let us know?
Re: Digest
Community Center
Meta DaniWeb
15 Years Ago
by blud
The
Digest
mailings were a little late today, they are going out now though, and don't appear to be experiencing any issues.
Digest Authentication in PHP
Programming
Web Development
14 Years Ago
by prem2
Dear all,
Digest
authentication is not working in my php. I do not how to check whether
digest
authentication is enabled in my php . Is any other module is required to enable the
digest
authentication in php. Thank you, With Regards, Prem
Digest trouble (again)
Community Center
Meta DaniWeb
15 Years Ago
by Nick Evan
So normally there's about a 50% change that I receive the monthly
digest
. But this month the haunted-mail server decided to catch up and send me the
digest
twice. Once on the second and once on the 9th. No big problem, just thought you should know.
Re: Digest
Community Center
Meta DaniWeb
15 Years Ago
by Nick Evan
Received it, so the problem is gone. Still wonder where my other digests went, but I guess I could read them in the archive.
Disable username and password prompt in Digest Authentication Mode.
Programming
Web Development
14 Years Ago
by ketanerp
… mode. Foe getting Logon computer username i m using
digest
authntication mode. But when i browse website it's asking …
Subject line of Daniweb Digest
Community Center
Meta DaniWeb
8 Years Ago
by tinstaafl
When I receive the DaniWeb
Digest
the subject line includes some sort of query string - `DaniWeb
Digest
for t=?UTF-8?Q?instaafl?=`
Who got the first edition of our Monthly Digest?
Community Center
Meta DaniWeb
18 Years Ago
by Dani
Last week marked the first issue - the May issue - of our DaniWeb Monthly
Digest
eNewsletter. I was just looking for some feedback on it. Anyone read it? :)
daniweb digest
Community Center
Meta DaniWeb
16 Years Ago
by bbxrider
can somebody reply with how to subscribe to the daniweb
digest
email, i think i've been thru all the control panel and didn't see it anywhere? thanks bob
DaniWeb Digest online copy
Community Center
Meta DaniWeb
15 Years Ago
by peter_budo
DaniWeb
Digest
online copy is not available. If you click on the link from email you get message "An issue of our newsletter doesn't exist for this day." Also where can we found link for previous Digests that been previously located at the bottom of the page?
I need a php equivalent to digest::sha1.hexdigest
Programming
Web Development
15 Years Ago
by xylude
… the encryption shown below: [code] def self.encrypt(password, salt)
Digest
::SHA1.hexdigest("--#{salt}--#{password}--") end [/code] I am…
Re: I need a php equivalent to digest::sha1.hexdigest
Programming
Web Development
15 Years Ago
by tiger86
… the encryption shown below: [code] def self.encrypt(password, salt)
Digest
::SHA1.hexdigest("--#{salt}--#{password}--") end [/code] I am…
Full Sail Uni advertised in the September DaniWeb Digest
Community Center
Meta DaniWeb
13 Years Ago
by cobberas
… discussion, but anyhow here goes... The September issue of DaniWeb
Digest
mentions [URL="http://www.fullsail.edu/degrees/web-design…
DaniWeb Digest
Community Center
8 Years Ago
by happygeek
Moving forward with the DaniWeb
Digest
, we'd like to hear from you about what you would like to read from us. Just give us your ideas for content to include in future issues of the DaniWeb newsletter and we will see if we can make it happen. Join the conversation here and let us know what you want from your community newsletter.
DaniWeb Digest
Community Center
Meta DaniWeb
7 Years Ago
by chuckc
I was a supervisor for a software tech support group many years ago. The rules/recommendations/suggestions in the latest DaniWeb
Digest
(7/14) were outstanding and even though the products we supported were different, your email would have been just as relevant then as it is now. Great Job.
Postgres digest func inside procedure works on pgadmin but not in Laravel
Programming
Databases
6 Years Ago
by azegurb
…=$3, tip=$1 where user_id=$2; END IF; SELECT encode(
digest
(token, 'sha256'), 'hex') as tt into tok; return tok; END…
Re: Digest Authentication in PHP
Programming
Web Development
14 Years Ago
by pritaeas
[url]http://httpd.apache.org/docs/current/howto/auth.html[/url] mod_auth_digest needs to be enabled in Apache. If it is enabled, it should be visible in phpinfo()
Re: Digest Authentication in PHP
Programming
Web Development
14 Years Ago
by prem2
Dear pritaeas, how to enable it in apache server. Thank you
Re: Digest Authentication in PHP
Programming
Web Development
14 Years Ago
by pritaeas
I think you need to enable it using [icode]configure[/icode]. See the Apache manual for details.
Re: Digest Authentication in PHP
Programming
Web Development
14 Years Ago
by prem2
Dear pritaeas, I have seen my phpinfo and noted that apache2handler section contains a part LoadedModules : ore prefork http_core mod_so mod_auth_basic mod_auth_digest mod_authn_file mod_authn_alias mod_authn_anon mod_authn_dbm mod_authn_default mod_authz_host mod_authz_user mod_authz_owner mod_authz_groupfile mod_authz_dbm mod_authz_default …
Re: Digest Authentication in PHP
Programming
Web Development
14 Years Ago
by pritaeas
No, this should suffice.
Re: Digest Authentication in PHP
Programming
Web Development
14 Years Ago
by prem2
I have seen in the httpd.conf file . The following line is enabled. LoadModule auth_digest_module modules/mod_auth_digest.so Where should is find the passwdfile for the particular user.? Reference: [url]http://httpd.apache.org/docs/current/programs/htdigest.html[/url] Thankyou, Regards, Prem
Re: Digest Authentication in PHP
Programming
Web Development
14 Years Ago
by pritaeas
htdigest can create it if you use the -c option. There are no default ones.
Re: Digest Authentication in PHP
Programming
Web Development
14 Years Ago
by prem2
So, if i want to run the program in root user.Is i need to create a passwd file for the username root.Is it mandatory? I am confused about it.I same program is executed in my collegue system.But the authorization is not acception in my system. Thank you,
Re: Digest Authentication in PHP
Programming
Web Development
14 Years Ago
by pritaeas
Yes, every user that you want to allow must be added to that password-file.
Re: Digest Authentication in PHP
Programming
Web Development
14 Years Ago
by prem2
I have created a file in the same programs located folder.Still not getting Worked. The command i have used is , htdigest -c passwdfile matrimony.net root Is it mandatory to create a file in apache directory? Thank you,
Re: Digest Authentication in PHP
Programming
Web Development
14 Years Ago
by pritaeas
No, the location doesn't matter, since you specify it's location in your htaccess file.
Re: Digest trouble (again)
Community Center
Meta DaniWeb
15 Years Ago
by Dani
Hey Niek :) Thanks for reporting this. It was actually a known screw-up on my part. To workaround some technical difficulties, we switched the newsletter from going out the first Tuesday of the month to going out the second Tues/Wed/Thurs of the month. The problem is that I made the change the first weekend, and forgot to account for it going …
Re: Digest trouble (again)
Community Center
Meta DaniWeb
15 Years Ago
by Nick Evan
Ok. No problem then :)
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC