Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
examples:apache_virtual_site_config [2014/07/14 09:36] – created yehudaexamples:apache_virtual_site_config [2022/01/03 16:03] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +Enter to /etc/apache2/sites-available
 +
 +create file with 
 +
 <code> <code>
 <VirtualHost *:80> <VirtualHost *:80>
-ServerName bulboa +ServerName s0000000 
-DocumentRoot /home/suser/ +DocumentRoot /home/suser/Websites/s0000000 
-ErrorLog ${APACHE_LOG_DIR}/NNNNNN-error.log +ErrorLog ${APACHE_LOG_DIR}/s0000000-error.log 
-CustomLog ${APACHE_LOG_DIR}/NNNNN-access.log combined +CustomLog ${APACHE_LOG_DIR}/s0000000-access.log combined 
-<Directory "/home/suser">+<Directory "/home/suser/Websites/s0000000">
 Options All Options All
 AllowOverride All AllowOverride All
 Require all granted Require all granted
 </Directory> </Directory>
 +</VirtualHost>
 </code> </code>
examples/apache_virtual_site_config.1405330608.txt.gz · Last modified: (external edit)
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0