in reply to Re: Image doesnot display in perl cgi when moved code from linux to windows
in thread Image doesnot display in perl cgi when moved code from linux to windows

i guess yes.. my windows login has created image and all dirrectory
  • Comment on Re^2: Image doesnot display in perl cgi when moved code from linux to windows

Replies are listed 'Best First'.
Re^3: Image doesnot display in perl cgi when moved code from linux to windows
by BrowserUk (Patriarch) on Jul 23, 2015 at 09:15 UTC
    my windows login

    Webservers don't usually run under the login id of a named individual.

    As they are normally configured to start at boot time, they usually run under a restricted access account.


    With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority". I knew I was on the right track :)
    In the absence of evidence, opinion is indistinguishable from prejudice.
    I'm with torvalds on this Agile (and TDD) debunked I told'em LLVM was the way to go. But did they listen!
      I have user as "daemon" in httpd.conf. Is this the user which tries to access image. If yes, I have provided this user to administrator in my local machine

        I have user as "daemon" in httpd.conf. Is this the user which tries to access image. If yes, I have provided this user to administrator in my local machine

        Check the access/error logs, step 1

        I have user as "daemon" in httpd.conf. Is this the user which tries to access image.

        That indicates you are using Apache; which I tried to configure once a long time ago and gave up on as a bad job; thus, I cannot help you further.

        But I bet that permissions are the root cause of your problems.


        With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
        Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
        "Science is about questioning the status quo. Questioning authority". I knew I was on the right track :)
        In the absence of evidence, opinion is indistinguishable from prejudice.
        I'm with torvalds on this Agile (and TDD) debunked I told'em LLVM was the way to go. But did they listen!