php - How to make archlinux lamp dev friendly? -


i switched ubuntu manjaro on little php dev netbook.

i follow archlinux wiki install lamp stack. put websites projects in public_html.

it works if manually create files. not when extract files (old projects zipped).

so on ubuntu, changed apache_run_user , apache_run_group, can't find them on manjaro (archlinux).

what should develop did on archlinux based distro ?


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -