Kod: Zaznacz cały
Not Found
The requested URL / was not found on this server.
Apache/2.2.4 (Debian) PHP/5.2.3-1+b1 Server at localhost Port 80
Kod: Zaznacz cały
Not Found
The requested URL / was not found on this server.
Apache/2.2.4 (Debian) PHP/5.2.3-1+b1 Server at localhost Port 80
Kod: Zaznacz cały
LoadModule php5_module modules/libphp5.so
Kod: Zaznacz cały
dpkg -l | grep apache
Kod: Zaznacz cały
/usr/sbin/apache2 -t
Kod: Zaznacz cały
dpkg -l | grep apache
Jack-PC:/etc/apache2/sites-enabled# dpkg -l | grep apache
ii apache2 2.2.3-4+etch1 Next generation, scalable, extendable web se
ii apache2-mpm-prefork 2.2.3-4+etch1 Traditional model for Apache HTTPD 2.1
ii apache2-utils 2.2.3-4+etch1 utility programs for webservers
ii apache2.2-common 2.2.3-4+etch1 Next generation, scalable, extendable web se
ii libapache2-mod-php5 5.2.0-8+etch5~pu1 server-side, HTML-embedded scripting languag
Kod: Zaznacz cały
/usr/sbin/apache2 -t
[Thu Dec 27 10:47:39 2007] [warn] module php5_module is already loaded, skipping
Syntax OK
Kod: Zaznacz cały
UserDir public_html
#<Directory /home/*/public_html>
# AllowOverride FileInfo AuthConfig Limit Indexes
# Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
# <Limit GET POST OPTIONS PROPFIND>
# Order allow,deny
# Allow from all
# </Limit>
# <LimitExcept GET POST OPTIONS PROPFIND>
# Order deny,allow
# Deny from all
# </LimitExcept>
#</Directory>