1. RE: CGI
- Posted by irv mullins <irvm at ellijay.com> Jun 12, 2004
- 447 views
> ok..thanks..but now..here's where i'm confused..do i put all of this inside > the cgi-bin directory? if so, the html pages won't work right in there, > will they? do i put the html inside where the regular html documents go and > the rest inside the cgi? > Michelle Rogers Yes. Apache has a large configuration file where you can set the paths where different files are stored, as well as what permissions are needed to access those files (when you need people to log in). But the defaults should work just fine. CGI in /cgi-bin, html in /html. You may also need to take a look at who has permission to run the cgi euphoria programs. With Linux, Apache is a user with very limited permissions (so that if it is compromised, it can't do much damage). Therefore, your cgi programs must be owned by Apache or by someone who is in the Apache group. I don't know how Windows works. Irv