Hallo, ich bin neu bei Zend und Lamp, meine Software: Zend Framework, Ubuntu10.04, Lamp.
Ich habe mein erstes Zend-Projekt mit dem Zend-Tool erstellt
(gemäß diesem Tutorial http://akrabat.com/wp-content/uploads/Erste-Schritte-mit-Zend-Framework.pdf)
Aber wenn ich gehe zu http://localhost/zftutorial/publicich bekomme einen 500-Fehler.
Mein $dir -lvon zftutorial:
drwxr-xr-x 6 root root 4096 2010-06-01 23:54 application
drwxr-xr-x 2 root root 4096 2010-06-01 23:54 docs
drwxr-xr-x 3 root root 4096 2010-06-02 00:23 library
drwxr-xr-x 3 root root 4096 2010-06-02 00:00 nbproject
drwxr-xr-x 2 root root 4096 2010-06-01 23:54 public
drwxr-xr-x 4 root root 4096 2010-06-01 23:54 tests
Mein:/etc/apache2/sites-available/default
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
ErrorLog /var/log/apache2/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog /var/log/apache2/access.log combined
Alias /doc/ "/usr/share/doc/"
<Directory "/usr/share/doc/">
Options Indexes MultiViews FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
Allow from 127.0.0.0/255.0.0.0 ::1/128
</Directory>
</VirtualHost>
Danke,
Antwort1
Können Sie diesen Befehl ausführen, um zu wissen, warum Apache Fehler 500 zurücksendet? Gehen Sie und durchsuchen Sie dann die gleiche Seite
tail -f /var/log/apache2/error.log
es könnte ein PHP-Fehler sein, wenn Sieerror_reporting(0)