php - Not able to access index on local LAMP server on Linux Mint -



php - Not able to access index on local LAMP server on Linux Mint -

i'm starting play zend framework, have had troubles it. seek follow super guide from zerto zend framework in 10 minutes, amounted nothing.

i getting annyoing message

apache2: not reliably determine server's qualified domain name, using 127.0.1.1 servername ... waiting apache2: not reliably determine server's qualified domain name, using 127.0.1.1 servername twice.

and while managed prepare that, how local server looks like. .

this how /etc/hosts looks like.

127.0.0.1 localhost 127.0.0.1 prueba.local 127.0.1.1 dradis # next lines desirable ipv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters

and, according 1, how vhost configuration should be. in /sites-avaliable symlinked /sites-enabled.

prueba.local :

<virtualhost *:80> servername prueba.local documentroot /home/seba/solartekka/test/prueba/public </virtualhost>

/home/seba/solartekka/test/prueba have project.

i have completed 2 days fighting this, , spirit shattered. have thought of may happening?

i tried give much relevant info thoguht, should require more, happily deliver it.

thanks!

at times, have run permission problems. test, seek setting chmod 0777 public/index.php.

also, seek browsing straight http://prueba.local/index.php.

php zend-framework apache2

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -