technical:24.04_apache2_installation
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
technical:24.04_apache2_installation [2024/10/12 21:26] – created wikiadmin | technical: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 | ||
- | + | ||
+ | < | ||
mkdir / | mkdir / | ||
chown www-data: | chown www-data: | ||
+ | </ | ||
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