https://github.com/wildanm/Jibas/blob/master/readme.md terlebih dahulu. Silahkan baca Ekstrak Jibas di direktori yang Anda inginkan, kemudian setup virtual host, contohnya adalah sebagai berikut : <VirtualHost *:80> ServerName jibas.wm php_flag short_open_tag On DocumentRoot /home/wildan/jobstuff/Software/Jibas/www/Jibas/jibas <Directory "/home/wildan/jobstuff/Software/Jibas/www/Jibas/jibas"> Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all # This directive allows us to have apache2's default start page # in /apache2-default/, but still have / go to the right place #RedirectMatch ^/$ /apache2-default/ </Directory> ErrorLog /var/log/apache2/jibas_error.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn CustomLog /var/log/apache2/jibas_access.log combined ServerSignature On </VirtualHost> |