|
Uploading Your Survey to Your Internet Server
|
|
|
|
| · | Make sure that *.cgi files (including password and data files) are not visible to the world. The server needs to be configured so that it will not permit a browser to display the contents of *.cgi files. One way to do this is to configure your server such that *.cgi files are treated as cgi-scripts. Make sure that you cannot use a browser to open the file containing your Admin Module passwords (STUDYNAMEpacc.cgi). For example, you should not be able to view the contents of the STUDYNAMEpacc.cgi file if you paste an address similar to the one below (using the URL specific to your study) into your browser's address bar:
|
|
|
| http://www.yoursite.com/yourstudy/admin/STUDYNAMEpacc.cgi
|
|
|
| If attempting to access the *.cgi file causes an error to be posted to the screen, then this lets you know that the *.cgi files are configured correctly.
|
|
|
|
|
| · | The server needs to be configured so that server directory listings are not visible to the world. Make sure that if you paste the URL to your "admin" folder into your browser's address bar, you are not able to see any file names. For example (using the URL specific to your study):
|
|
|
| http://www.yoursite.com/yourstudy/admin/
|
|
File / Directory
|
Description
|
Unix Permissions
(* See notation help) |
|
STUDYNAMElogn.htm
|
Login page. Entry point for respondents.
|
404 r _ _ | _ _ _ | r _ _
|
|
STUDYNAMEadmn.htm
|
Admin Module login page. Entry point for study administrators.
|
404 r _ _ | _ _ _ | r _ _
|
|
/admin
|
Folder or directory.
|
703 r w x | _ _ _ | _ w x
|
|
STUDYNAMEqst.cgi
|
Main web questionnaire file.
|
404 r _ _ | _ _ _ | r _ _
|
|
STUDYNAMEpath.cgi
|
Contains server path information.
|
404 r _ _ | _ _ _ | r _ _
|
|
STUDYNAMEpacc.cgi
|
Contains Admin Module passwords.
|
404 r _ _ | _ _ _ | r _ _
|
|
STUDYNAMEpwds.cgi
|
Contains passwords and merged data info. File doesn't exist if no passwords implemented.
|
404 r _ _ | _ _ _ | r _ _
|
|
**STUDYNAME_CBC
[exerciseID]_ [designID].cgi |
Design file for CBC/Web studies.
|
404 r _ _ | _ _ _ | r _ _
|
|
**STUDYNAME_CVA
[exerciseID]_ [designID].cgi |
Design file for CVA/Web studies.
|
404 r _ _ | _ _ _ | r _ _
|
|
****STUDYNAME_MXD
[exerciseID]_ [designID].cgi |
Design file for MaxDiff/Web studies.
|
404 r _ _ | _ _ _ | r _ _
|
|
/cgi-bin
|
Folder or directory that contains all of the Perl files.
|
101 _ _ x | _ _ _ | _ _ x
|
|
ciwweb.pl
|
|
755 r w x | r _ x | r _ x
|
|
admin.pl
|
|
755 r w x | r _ x | r _ x
|
|
ciwlibX_X_X.pl
|
|
404 r _ _ | _ _ _ | r _ _
|
|
authlibX_X_X.pl
|
|
404 r _ _ | _ _ _ | r _ _
|
|
pverlibX_X_X.pl
|
|
404 r _ _ | _ _ _ | r _ _
|
|
grdlibX_X_X.pl
|
|
404 r _ _ | _ _ _ | r _ _
|
|
enterlibX_X_X.pl
|
|
404 r _ _ | _ _ _ | r _ _
|
|
acalibX_X_X.pl
|
|
404 r _ _ | _ _ _ | r _ _
|
|
cbclibX_X_X.pl
|
|
404 r _ _ | _ _ _ | r _ _
|
|
cvalibX_X_X.pl
|
|
404 r _ _ | _ _ _ | r _ _
|
|
/graphics
|
Folder or directory that contains all the graphics in your study.
|
707 r w x | _ _ _ | r w x
|
|
/data
|
Folder or directory that will contain respondent data.
|
707 r w x | _ _ _ | r w x
|
| · | Administrative Directory: Path from the Perl scripts to the admin directory.
|
| · | CGI Scripts Directory: Path from STUDYNAMElogn.htm to the Perl scripts.
|
| · | Data Directory: Path from the Perl scripts to the data directory.
|
| · | Relative Path from CGI Scripts to Graphics: Path from the Perl scripts to the graphics directory.
|
| · | Relative Path from logn.htm to Graphics: Path from STUDYNAMElogn.htm to the graphics directory.
|
|
|
| \cgi-bin
|
| ciwweb.pl
|
| admin.pl
|
| (etc.)
|
| \htdocs
|
| \study1
|
| \admin
|
| \data
|
| \graphics
|
| STUDYNAMElogn.htm
|
| STUDYNAMEadmn.htm
|
|
|
| · | Administrative Directory: ../htdocs/study1/admin/
|
| · | CGI Scripts Directory: ../../cgi-bin/
|
| · | Data Directory: ../htdocs/study1/data/
|
| · | Relative Path from CGI Scripts to Graphics: ../htdocs/study1/graphics/
|
| · | Relative Path from logn.htm to Graphics: graphics/
|