Zend FrameWork を使い始めましたが、問題が発生しました。スーパーガイドFrom Zero To Zend Framework in 10 minutesに従ってみましたが、何の効果もありませんでした。
私もその迷惑なメッセージを受け取っていました
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
... waiting apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
二回。
そして、なんとかそれを修正しましたが、これが私のローカルサーバーの様子です。.
これが私の/etc/hosts
姿です。
127.0.0.1 localhost
127.0.0.1 prueba.local
127.0.1.1 dradis
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
そして、1によると、私の vhost 構成はどうあるべきか。これは に/sites-avaliable
シンボリック リンクされてい/sites-enabled
ます。
prueba.local
:
<VirtualHost *:80>
ServerName prueba.local
DocumentRoot /home/seba/solartekka/test/prueba/public
</VirtualHost>
/home/seba/solartekka/test/prueba
私のプロジェクトがある場所です。
これと戦って二日が経ち、私の精神は打ち砕かれました。何が起こっているのか、誰にも考えがありますか?
できる限り多くの関連情報を提供するように努めましたが、さらに多くの情報が必要な場合は、喜んでお届けします。
ありがとう!