in reply to getting the html to the browser
The html file is generated by a perl script, if that makes it any more relevant to this forum.
Do you mean that a script creates a file, e.g. foo.html located in your webserver document tree and when a user gives the URL to the file it isn't served? Are you sure the file is named .htm or .html?
Or more likely, you probably don't mean that the script creates a file, but rather that a CGI script sends a CGI header and content to a browser (e.g. user clicks on foo.cgi or foo.pl). In that case are you sure that apache is set up to serve files with those extensions, and that CGI-scripts are executable in that location?
Either way, it sounds like you should look in your apache config for the answer.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: getting the html to the browser
by hesco (Deacon) on Jan 22, 2006 at 02:25 UTC | |
by mshiltonj (Sexton) on Jan 22, 2006 at 02:45 UTC | |
by hesco (Deacon) on Jan 22, 2006 at 04:46 UTC | |
by superfrink (Curate) on Jan 22, 2006 at 05:35 UTC | |
by spiritway (Vicar) on Jan 22, 2006 at 13:28 UTC |