This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

openfire ubuntu and sentora
#2
RE: openfire ubuntu and sentora
I would think you could use the custom vhost entry and make a new virtualhost that points to where you need it (say in the ZPanel custom vhosts section) something like:
Code:
</virtualhost>

# Add vhost for openfire
<VirtualHost *:80>
ServerName openfiredomain.com
DocumentRoot /location/of/openfire
<Directory  /location/of/openfire
Options FollowSymLinks Indexes
AllowOverride All
Order Allow,Deny
Allow from all
DirectoryIndex index.php
    <IfModule mod_php5.c>
        AddType application/x-httpd-php .php
        php_flag magic_quotes_gpc Off
        php_flag track_vars On
        php_flag register_globals Off
        php_admin_value upload_tmp_dir c:/zpanel/temp
    </IfModule>
</Directory>
This way you bypass being locked to /hostdata/username/public_html/ location Wink
-TGates - Project Council

SEARCH the Forums or read theĀ DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Reply
Thanks given by:


Messages In This Thread
openfire ubuntu and sentora - by swingline99 - 08-14-2014, 10:45 PM
RE: openfire ubuntu and sentora - by TGates - 08-15-2014, 02:27 AM
RE: openfire ubuntu and sentora - by kandrews - 08-15-2014, 08:39 AM
RE: openfire ubuntu and sentora - by swingline99 - 08-17-2014, 01:22 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Is Sentora dead? rajeevrrs 2 3 ,024 12-17-2022, 09:20 AM
Last Post: TGates
Sentora debug and error files johnnyp 0 1 ,169 10-27-2022, 06:16 PM
Last Post: johnnyp
Transfer Account to another Sentora BenI 1 2 ,593 07-21-2022, 07:19 PM
Last Post: Nigel

Forum Jump:


Users browsing this thread: 1 Guest(s)