Skip to content

Tag: apache

How to give apache permission to write to home directory?

My server is in /var/www/html I have a php script in /var/www/html/fileio_test/io_test.php When I try to run this script I get How do I let apache write to my home directory? The server runs on fedora 20. Answer As your file residing in your Home directory, I would suggest one of following approaches. Give 07…

WampServer orange icon

I am having problems with Wamp Server, the icon will never turn green. It is constantly stuck at orange. I have tried many ways, editing HOSTS file, .config files, disabling IIS, changing SKYPE’s port, quitting SKYPE, disabling World Wide Web publishing services etc… And under wamp server icon &gt…

Gettext will always use system default locale

I need to localise a Windows-only PHP web application and I’m evaluating the gettext extension but I’m having the hardest time trying to make it work in my Windows 7 development box. I’ve used trial and error together with Process Monitor to overcome the poor and inaccurate documentation and…