User Tools

Site Tools


technical:24.04_apache2_installation

Differences

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

Link to this comparison view

Next revision
Previous revision
technical:24.04_apache2_installation [2024/10/12 21:26] – created wikiadmintechnical:24.04_apache2_installation [2024/10/12 21:28] (current) wikiadmin
Line 9: Line 9:
  
 Remember to make the new root directory and change the permissions on the directory to 775 along with ownership for www-data Remember to make the new root directory and change the permissions on the directory to 775 along with ownership for www-data
- + 
 +<code> 
   mkdir /srv/data/www   mkdir /srv/data/www
   chown www-data:www-data /srv/data/www -R   chown www-data:www-data /srv/data/www -R
 +</code>
  
 Now copy the default config to a new one which we will make the new default. Now copy the default config to a new one which we will make the new default.
Line 56: Line 58:
  
 Now we enable this as the default apache site. Now we enable this as the default apache site.
-  
-  a2ensite solaris.conf 
  
 +  a2ensite solaris.conf
 +  
 Now we enable SSL Now we enable SSL
  
   a2enmod ssl   a2enmod ssl
 +
  
 Restart the apache2 service Restart the apache2 service
technical/24.04_apache2_installation.1728761189.txt.gz · Last modified: 2024/10/12 21:26 by wikiadmin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki