in reply to Re: Create a html page on fly
in thread Create a html page on fly

How can i check server logs? Update: I was able to check the logs. Its a permission issue. I resolved it. But i am facing a new issue here. The html page that is being generated is not being displayed. I am getting 500 internal server error. Any help?

Replies are listed 'Best First'.
Re^3: Create a html page on fly
by Anonymous Monk on Mar 16, 2012 at 22:16 UTC
Re^3: Create a html page on fly
by aaron_baugher (Curate) on Mar 17, 2012 at 09:19 UTC

    It could be that you are creating the HTML files in an area where the server expects to find CGI scripts, so it's trying to run them as scripts and failing. Again, your web server logs should give you more information behind the 500 error.

    Aaron B.
    My Woefully Neglected Blog, where I occasionally mention Perl.