Click to See Complete Forum and Search --> : mod_auth_mysql on Windows (2k/XP)??


gardner1
02-05-2002, 06:41 AM
Ok, i have looked everywhere, and cannot find any documentation regarding how to, where to enable or get the mod_auth_mysql module for the win nt/2k/xp platform

in my standard package mysql-3.23.47-win.zip

there is no included mod_auth_mysql (one would think there would be, no?)

there is mod_auth_anon.so
mod_auth_dbm.so and
mod_auth_digest.so

in my apache /modules directory...

lets see, php included the mod's for php to work ... am i missing something here? (figuratively that is)

gardner1
02-05-2002, 02:51 PM
Please anyone?

Please anyone? How do you do auth and mySql DB auth, ...or do you just not even do it that way?

can session control be handled w/o mod_auth, mod_auth_mysql etc?

just use HTTP user auth, then check ur pass in the mysql?

come on folks!! someone has to know!!

Apache 1.3.22/PHP 4.1.1/MySQL 3.23.47

gardner1
02-05-2002, 03:04 PM
BINGO! Got it.

If anyone else should need this answered, here it is...

Since the PHP.ini file is not "window"'ized

the default setting listed under

[SESSION]

....
session.save_path = \tmp

must be changed to ...

session.save_path = c:\temp

PHEW!

gardner1
02-05-2002, 03:07 PM
read my last post AND

I set the session cookie path to:

session.cookie_path = c:\temp