Softaculous


Topic : Need help to create virtual host


Posted By: boxified on July 22, 2015, 7:03 am
Hello,

I've installed webuzo and it's working great. I need one folder access outside Apache, htdocs. So i want to create a virtual host to access that directory from browser. I've tried to configure through httpd.conf from webuzo but it's not working.

Quote

<VirtualHost *:80>
    ServerAdmin dummy@webmaster.com
    DocumentRoot /home/folder
    ServerName dummy.dummy.net
    ErrorLog logs/dummy.dummy.net-error_log
    CustomLog logs/dummy.dummy.net-access_log common
    <Directory /home/folder>
        Order allow,deny
        Allow from all
    </Directory>
</VirtualHost>


How can i achieve this?

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.