Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - <VirtualHost ip_cím:80>
 - ServerAdmin webmaster@localhost
 - AddType text/html .php
 - <IfModule mod_autoindex.c>
 - IndexOptions FancyIndexing FoldersFirst IgnoreCase VersionSort SuppressHTMLPreamble
 - ReadmeName /webdata/footer.shtml
 - HeaderName /webdata/header.php
 - </IfModule>
 - Alias /webdata /útvonal/data
 - DocumentRoot /útvonal/Schemas
 - <Directory /útvonal/Schemas>
 - Options Indexes FollowSymLinks MultiViews
 - AllowOverride None
 - AuthName "Password required"
 - AuthType Basic
 - AuthUserFile /útvonal/.htpasswd
 - require valid-user
 - </Directory>
 - <Directory /útvonal/data>
 - Options Indexes FollowSymLinks MultiViews
 - AllowOverride None
 - AuthName "Password required"
 - AuthType Basic
 - AuthUserFile /útvonal/.htpasswd
 - require valid-user
 - </Directory>
 - ErrorLog /var/log/apache2/error_xxx.log
 - # Possible values include: debug, info, notice, warn, error, crit,
 - # alert, emerg.
 - LogLevel crit
 - CustomLog /var/log/apache2/access_xxx.log combined
 - ServerSignature On
 - ServerName xxx.ize.hu
 - ServerAlias xxx.ize.hu
 - </VirtualHost>
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment