This is a discussion on newbie question within the Apache Web Server forums, part of the Web Server and Related Forums category; I'd like to create a login page for my website. I already have a list of logins and passwords ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I'd like to create a login page for my website. I already have a list of
logins and passwords for individuals that will have access. How do I go about create a file with that information to authenticate logins that apache can use? How do I go about creating a user login and password form that will work with apache for win32? some many questions, I can't find docs that will show me how to do all that... thanks for the help... -- H2 THROUGH ME THE WAY INTO THE SUFFERING CITY, THROUGH ME THE WAY TO THE ETERNAL PAIN, .... JUSTICE URGED ON MY HIGH ARTIFICER; MY MAKER WAS DIVINE AUTHORITY, THE HIGHEST WISDOM, AND THE PRIMAL LOVE. Dante |
|
|||
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 H2 wrote: > I'd like to create a login page for my website. I already have a list of > logins and passwords for individuals that will have access. > How do I go about create a file with that information to authenticate > logins that apache can use? How do I go about creating a user login and > password form that will work with apache for win32? > > some many questions, I can't find docs that will show me how to do all > that... > > thanks for the help... > You could use standard http authentication - make a .htaccess file with the appropriate directives (lookup mod_auth) Fred -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQFACG9wDvn9hyzHIq4RAqJcAJ9KfOhlK9E8zCY2XWU1+q aII6yYBwCggklb TxiSuFUv89817dgRra0XT08= =SGsB -----END PGP SIGNATURE----- |
|
|||
|
I understand that I have to use htpasswd to create a password file for
apache. But I'm on windowz using the win32 version of apache. Is there a way to create a password file in windows that apache can use? -- H2 THROUGH ME THE WAY INTO THE SUFFERING CITY, THROUGH ME THE WAY TO THE ETERNAL PAIN, .... JUSTICE URGED ON MY HIGH ARTIFICER; MY MAKER WAS DIVINE AUTHORITY, THE HIGHEST WISDOM, AND THE PRIMAL LOVE. Dante |
|
|||
|
Hey guess what...I found what I was looking for on the net...go figure...
THanks for the help -- H2 THROUGH ME THE WAY INTO THE SUFFERING CITY, THROUGH ME THE WAY TO THE ETERNAL PAIN, .... JUSTICE URGED ON MY HIGH ARTIFICER; MY MAKER WAS DIVINE AUTHORITY, THE HIGHEST WISDOM, AND THE PRIMAL LOVE. Dante http://h2server.dyndns.org |