User Tools

Site Tools


software:webdesign

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
software:webdesign [2019/07/13 07:26] – [Apache Main Conf] superwizardsoftware:webdesign [2019/07/13 07:30] (current) – [Sample Virtual Hosts] superwizard
Line 130: Line 130:
 </VirtualHost> </VirtualHost>
  
 +<VirtualHost *:3321>
 + ServerName drupy.madmin.yall
 +        ServerAlias *.madmin.yall
  
 + ServerAdmin madmin@madmin.yall
 + DocumentRoot /var/www/html/web/
  
 + ErrorLog ${APACHE_LOG_DIR}/error.log
 + CustomLog ${APACHE_LOG_DIR}/access.log combined
 +</VirtualHost>
 +
 +
 +<VirtualHost *:3321>
 + ServerName services.madmin.yall
 +        ServerAlias *.madmin.yall
 +
 + ServerAdmin madmin@madmin.yall
 + DocumentRoot /usr/share/wordpress
 +
 + ErrorLog ${APACHE_LOG_DIR}/error.log
 + CustomLog ${APACHE_LOG_DIR}/access.log combined
 +
 +        Alias /blog /usr/share/wordpress
 +        <Directory /usr/share/wordpress>
 +              Options FollowSymLinks
 +              AllowOverride Limit Options FileInfo
 +              DirectoryIndex index.php
 +              Order allow,deny
 +              Allow from all
 +        </Directory>
 +        <Directory /usr/share/wordpress/wp-content>
 +              Options FollowSymLinks
 +              Order allow,deny
 +              Allow from all
 +        </Directory>
 +
 +</VirtualHost>
  
  
software/webdesign.txt · Last modified: 2019/07/13 07:30 by superwizard