Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /data/e/7/e76990b9-3372-4d88-8089-fce36e16744a/webperfection.net/sub/rady-nosu/wp-content/plugins/seo-ultimate/modules/class.su-module.php on line 1195
Apache hosts nefunguje

November 17, 2011 | In: Programovanie

Apache hosts

Host v apache na debiane nefunguje

skusil som zmazat defaultny localhost a pridat rovno hosty ktore potrebujem a zistil ze kym nebudem mat pridane aj localhosty tak moj dalsi alias nebude fungovat =O amerika…

 

<VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerAlias test1.l
ServerName test1.l

DocumentRoot /var/www/test1
<Directory /var/www/test1/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>

ErrorLog ${APACHE_LOG_DIR}/errorTest.log

# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn

CustomLog ${APACHE_LOG_DIR}/accessTest.log combined

</VirtualHost>

Share This:

Comments are closed.