This is a discussion on Running Scripts in Other Directories within the Apache Web Server forums, part of the Web Server and Related Forums category; We have used older versions of Apache on RH 9 to set up a web intranet interface to our product. ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
We have used older versions of Apache on RH 9 to set up a web intranet
interface to our product. The interface requires sourcing the .cshrc for the unix user that our product runs under. It also requires access to files and scripts in the product's directory tree. As I said, this has worked fine at least upto RH 9. I am now trying to get this interface running with Apache 2 on RH EL 4 WS. "menu.cgi" is the main script that tries to source the .cshrc and set up the environment. The top level directory for each tree that I need to access is defined in the httpd.conf. Anyone have any suggestions on where I should start looking? Thanks. Don |