![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi: I am building a site (unix/apache)and I am wondering if I have my bases covered. The first two can be done with standard apache facilities: |
|
Issue 3: I am also looking at setting up a multiple page form. This is done with GET or POST methods in the <FORM> tag. Both require |
#3
| |||
| |||
|
|
Peter wrote: Hi: I am building a site (unix/apache)and I am wondering if I have my bases covered. The first two can be done with standard apache facilities: 1. Use .htaccess 2. Set up a /cgi-bin directory. Issue 3: I am also looking at setting up a multiple page form. This is done with GET or POST methods in the <FORM> tag. Both require server side programs to process the data as it arrives from each page. |
#4
| |||
| |||
|
|
Thanks...checking out my layout of folders, my final question... I do not want directory/folder restrictions, all I want is a password program, is that possible? If not, would it be possible to make an empty folder with access to that? You have not actually explained why you want a login. What is its |
#5
| |||
| |||
|
|
Peter wrote: Thanks...checking out my layout of folders, my final question... I do not want directory/folder restrictions, all I want is a password program, is that possible? If not, would it be possible to make an empty folder with access to that? You have not actually explained why you want a login. What is its purpose? What does it restrict or protect? If you feel compelled to write your own access program, search the archives of the server side program you have chosen (PHP, perl, cgi, shell, asp, jsp, whatever). Examples exist in abundance. Note that you will most likely need to use HTTPS as well. I have handled logins both ways. It depends on the application. If all you want is to restrict access to a directory or even the whole site, using .htaccess is the easiest method, is reasonably secure (esp. with the digest method), and users are familiar with it. |
![]() |
| Thread Tools | |
| Display Modes | |
| |