vote up -5 vote down star

is_dir function is stopping Apache service

flag
1  
not really much of a question... – workmad3 Oct 21 at 13:02
11  
congratulations! – peirix Oct 21 at 13:02
...and you want to know why? Please provide (much) more information like the OS, apache Version, php version, how the apache is configured to run php (as module or cgi/fastcgi). Is there something in the error logs (of the apache or the system-wide error log) that might be related? – VolkerK Oct 21 at 13:02
I guess you're problem is that one of the paths specified in your Apache/php/etc configuration is not a correct one. I advise you to reformulate the question, since it's a bit TOO cryptic in this way. Logs would be appreciated, also. – Roberto Aloi Oct 21 at 13:05
3  
Stackoverflow is NOT Twitter... Please provide more info, and pose a real question. Thanks! – Martin Bøgelund Oct 21 at 13:11
show 2 more comments

closed as not a real question by peirix, Donut, Mitch Wheat, Noldorin, Marius Oct 21 at 13:12

1 Answer

vote up 2 vote down

Maybe open_basedir restriction in effect?

link|flag
Upvoted for effort – David Caunt Oct 21 at 14:14

Not the answer you're looking for? Browse other questions tagged or ask your own question.