[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Jessie, PHP, WordPress und der Apache Default-Server



Hi,

Am 26.05.15 um 17:55 schrieb Marco Stoecker:

Hallo Manfred,

was steht denn in /etc/apache2/sites-enabled ?

Grüße
Marco



Du meinst: in 000-default.conf?

Hier:

 <VirtualHost *:80>

        ServerAdmin webmaster@localhost
        DocumentRoot /home/webs/html
        DirectoryIndex index.html
# Test RemoveHandler too:
#        RemoveHandler .html

        ErrorLog ${APACHE_LOG_DIR}/error.log
        CustomLog ${APACHE_LOG_DIR}/access.log combined

    # don't loose time with IP address lookups
    HostnameLookups Off

    # needed for named virtual hosts
    UseCanonicalName Off

    # configures the footer on server-generated documents
    ServerSignature Off
 </VirtualHost>


Reply to: