How to setup Apache server (http) in Solaris 11 system
Hi,
Just read it should need to install package.
# pkg install web/server/apache-24
and enable service
# svcadm -v enable /network/http:apache24
if I have some files in /var/tmp/, how can I share those files via http?
or I need to copy those to apache file share path?
Is there any example for how to configure? Thanks.