Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. boytheo

    mkdir is failing when script is called by apache, but not from shell??

    Thanks, that solved it :)
  2. boytheo

    mkdir is failing when script is called by apache, but not from shell??

    OK thanks. How do I give apache the ability to create files and directories there, then? I guess thats an apache problem? BUt it's running through a perl script so wouldn't it be a perl problem?
  3. boytheo

    mkdir is failing when script is called by apache, but not from shell??

    Hi people, I'm trying to get a script to create a few directories on a webserver, and unzip a file or two. my script works fine locally, when accessed via shell. When accessd via apache, it fails :( What to do? Here's my code: mkdir($School, 0755); chdir($School) || die( "Cannot...

Part and Inventory Search

Back
Top