This is a discussion on Apache Web Server Permissions within the Windows Web Servers forums, part of the Web Server and Related Forums category; To anyone who can help, I am running Windows XP service pack 2, Apache http server 2.2.4 and ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
To anyone who can help,
I am running Windows XP service pack 2, Apache http server 2.2.4 and active state perl 5.8.7. httpd is configured as follows: DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/ htdocs" ScriptAlias /cgi-bin/ "C:/Program Files/Apache Software Foundation/ Apache2.2/cgi-bin/" When I run a cgi program, Apache lets me do whatever I want to any files in those two directories listed above. However, if the cgi program I am running tries to access a file on my hard drive; such as, C:\test\test.doc, the program cannot access it. I get an error message in the log stating that the path is not correct. I know the path is correct, because if I put that file in the htdocs directory or cgi-bin directory, the program opens the file and amends it without any problems. Tommy |