Hallo Leute,
bin am Ende meiner Nerven. Mein Problem ist, daß ich Apache2.0.49 prework auf mein System -SuSE Linux 8.2 minimales System- mit PHP 4.3.6 installiert habe. Die Installation ist reibunglos von statten gegangen doch leider wird mir immer wieder der Zugriff auf die *.php verwehrt...
Woran liegt das?
Die Konfigurationsoptionen:
Ein Teil von httpd.conf:
Ein Teil von vshost.conf der in httpd.conf includet wird:
cheers
bin am Ende meiner Nerven. Mein Problem ist, daß ich Apache2.0.49 prework auf mein System -SuSE Linux 8.2 minimales System- mit PHP 4.3.6 installiert habe. Die Installation ist reibunglos von statten gegangen doch leider wird mir immer wieder der Zugriff auf die *.php verwehrt...
Forbidden
You don't have permission to access /info.php on this server.
You don't have permission to access /info.php on this server.
Die Konfigurationsoptionen:
Code:
--enable-so --enable-auth-digest=shared \
--disable-actions --enable-ssl --disable-userdir --disable-asis \
--enable-logio --disable-imap --enable-cgi=shared --disable-negotation \
--disable-auth-anon --disable-echo --enable-include --enable-log-config \
--enable-mime --disable-usertrack --enable-setenvif --disable-proxy \
--disable-proxy-connect --disable-proxy-ftp --disable-proxy-http \
--disable-speling --enable-rewrite \
--enable-suexec=shared \
--with-suexec-caller=www-data \
--with-suexec-docroot=/home \
--with-suexec-logile=/var/log/suexec.log
Code:
<Directory />
Options FollowSymLinks
AllowOverride none
</Directory>
<Directory "/usr/local/apache2/htdocs">
Options Indexes FollowSymLinks
AllowOverride none
Order allow,deny
Allow from all
</Directory>
Code:
<VirtualHost 192.168.1.23:80>
ServerAdmin [email]ddd-dkdk@dkdk.sd[/email]
DocumentRoot /home/mediaup.lan/ftp/htdocs
ServerName mediaup.lan
ServerAlias [url]www.mediaup.lan[/url]
DirectoryIndex index.php index.php3 index.php4 index.htm index.html index.shtm index.shtml
<directory "/home/mediaup.lan/ftp/htdocs">
Options +IncludesNoExec
Options +Indexes
IndexOptions FancyIndexing
IndexOptions IgnoreCase
IndexOptions SuppressDescription
IndexOptions IconWidth=16
IndexOptions IconHeight=14
IndexIgnore .??* *~
AddIcon /usr/local/apache2/icons/layout.gif .html .htm .pdf
DefaultIcon /usr/local/apache2/icons/unknown.gif
</directory>
<directory "/home/mediaup.lan/ftp/htdocs/cgi-bin">
Options +ExecCGI
Options +Indexes
</directory>
ErrorLog logs/mediaup.lan-error_log
CustomLog logs/mediaup.lan-access_log common
</VirtualHost>
cheers
Moderator
Kommentar