Quantcast
Channel: Sentora Support Forums - All Forums
Viewing all 4660 articles
Browse latest View live

Cron setup

$
0
0
Hello i try to setup a cron as i need it for a program but the tutorial on this site it say to set ownersip of var/spool/cron to apache but for my VPS based on ubuntu 14.04 x64 there is no such users at least this is says on terminal and the /var/spool/cron/apache dose not exit
And also i did run this command in terminal
crontab -e
and i get

-bash: crontab: command not found


and when i try to add a cron in sentora panel i get

Error: System Cron file could not be created

Sentora Panel redirecting to a hosted website

$
0
0
Hello.
I recently installed Sentora v1.0.3 on my sub domain say :- panel01.myhost.com

As I installed a SSL certificate for my Sentora Panel it works great over here https://panel01.myhost.com

But when I type the Non https link say panel01.myhost.com it redirects me to a website hosted inside in my Sentora panel. [It Opens the website that I have added first to my Sentora Panel]

I tried to add the below rule to .htaccess file located here /etc/sentora/panel/ which didnt help as well.
Code:
#Enforce
SSL
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]


a2enmod rewrite is Enabled and I did restart apache2 service after applying changes.

It would be great if some help me to automatically redirect the panel01.myhost.com to https://panel01.myhost.com

Thank You & Regards.

Problem with adding new domain.com

$
0
0
I installed sentora v1.0.3 on my domain say: domain.space
I also bought a domain.com from godaddy and added into sentora by add a new domain in sentora panel.
But i have a problem (as you can see in the picture below) when try to access domain.com .
[Image: CKMJiHD.jpg]
I tested with some free domains and it worked fine. 
What should i do to fix it?
--- Update 
I solved this problem, thanks for watching 

How to overwrite default admin. vhost?

$
0
0
Hello,

I need to overwrite the default admin.domain.tld vhost however this vhost is not available in the Apache modules settings. If I go and manually add my settings they, of course, get overwritten on next daemon run.

I am trying to enable SSL on a per domain and sub-domain basis (having different certificates for each domain/sub-domain of course). Whilst for any other vhost the host override works, for the main "admin" sub-domain doesn't as this sub-domain is not present in the drop down list.

Any thoughts are appreciated.

Thank you!

Cron Tasks not working

$
0
0
Hi,
I checked everything, and still can't know what is the problem.
When I add a task it's not working at all and I'm sure that the path is correct.

Sites stop working and needs "service httpd restart" occasionally

$
0
0
Every day my sites stop working, and some functionality breaks such as submitting a ticket on WHMCS.

The same error in httpd logs occur even for a VPS where I'm only hosting 3 very simple basically HTML only sites.


Code:
[Fri Mar 25 14:20:01.452242 2016] [mpm_prefork:notice] [pid 30460] AH00171: Graceful restart requested, doing restart
[Fri Mar 25 14:20:01.585746 2016] [auth_digest:notice] [pid 30460] AH01757: generating secret for digest authentication ...
[Fri Mar 25 14:20:01.588132 2016] [lbmethod_heartbeat:notice] [pid 30460] AH02282: No slotmem from mod_heartmonitor
[Fri Mar 25 14:20:01.623856 2016] [mpm_prefork:notice] [pid 30460] AH00163: Apache/2.4.6 (CentOS) configured -- resuming normal operations
[Fri Mar 25 14:20:01.623883 2016] [core:notice] [pid 30460] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'


Followed by many of these:



Code:
[Fri Mar 25 14:20:02.639534 2016] [core:notice] [pid 30460] AH00052: child pid 25990 exit signal Segmentation fault (11)
[Fri Mar 25 14:20:11.657357 2016] [core:notice] [pid 30460] AH00052: child pid 26003 exit signal Segmentation fault (11)
[Fri Mar 25 14:20:12.660426 2016] [core:notice] [pid 30460] AH00052: child pid 26004 exit signal Segmentation fault (11)
[Fri Mar 25 14:20:55.681254 2016] [core:notice] [pid 30460] AH00052: child pid 25993 exit signal Segmentation fault (11)


I really need to fix this ASAP! Thanks Smile

Subdomaine connexion

$
0
0
Hello everybody,
Thank you above all for this great tool.
I have a little problem. I buy a domain name with Namebay and I dedicate a server at online.
I have everything set up and everything is working normally but one point I unable to finalize.

I want to create subdomain kind subdomain.exemple.com the problem when I create this subdomain, I am forced to add in the registar.

FYI, I just set the @ and www with A to the server ip.

My question: what do I have to add to add sub domain directly into my panel without needing the registar.

thank you very much
Med

Subdomain Control Panel

$
0
0
Hello,

How can I specify a single subdomain for the control panel (panel.example.com) because now every subdomain that I write before my websites' domain are redirecting to the control panel. (Anysubdomain.example.com)

Thanks for your time,
Sincerely

email not received from gmail and yahoo

$
0
0
Hi,
I have installed Sentora for my VPS. I can send email from MY Server to Gmail & Yahoo. But any mail not received from gmail and yahoo to my server.
Any one can help me How to resolve this issue please?

E-Mail :Postfix Multiple Domain

$
0
0
Hello Everbody

When I Send E-Mail its saying : mail could not verify that this message is not shown by a spam that really sent from ......com area .  And TLS encrpyt unable to encrpyt  message


so I changed postfix domain and hostname but its same ı changed reverse dns to ....com 

ı will add multiple domain so how ı can do that Multiple TLS , postfix , reverse dns

thanks for your help

Setup Varnish 4.x for CentOS 6.x

$
0
0
This tutorial is strictly for Varnish 4.x, Sentora 1.0.x, and CentOS 6.x.

Installation

Log into your server via ssh gaining root access.

IMPORTANT - Make a backup of of your vhosts file.

Code:
cp /etc/zpanel/configs/apache/httpd-vhosts.conf /etc/zpanel/configs/apache/httpd-vhosts.bak.conf

Get the latest version of Varnish from their repositories:

Code:
cat << EOF >> /etc/yum.repos.d/varnish.repo
[varnish]
name=Varnish for Enterprise Linux 6
baseurl=https://repo.varnish-cache.org/redhat/varnish-4.0/el6/
enabled=1
gpgkey=https://repo.varnish-cache.org/GPG-key.txt
gpgcheck=1
EOF

Then install Varnish

Code:
yum install -y varnish


Configure Varnish

Using your favorite editor open /etc/sysconfig/varnish and change "VARNISH_LISTEN_PORT" to

Code:
VARNISH_LISTEN_PORT=80

Using your favorite editor open /etc/varnish/default.vcl and make sure line 16-18 states

Code:
 
backend default {
   .host = "127.0.0.1";
   .port = "8080";


Configure Sentora

set your apache port

Code:
setso --set apache_port 8080

set your sentora port

Code:
setso --set sentora_port 8080

Go to your sentora administration panel to admin --> Module Admin --> Apache Config and set "Apache Port" to "8080".  Tick the "Force Update" box and click on "Save Changes"

restart the apache server

Code:
service httpd restart

start / restart Varnish

Code:
service varnish restart

If all goes well both should restart with no issue and Varnish is running in the front of your apache server.

If for some reason the varnish service is not starting try to start it again. If it still does not start and you think there my be a syntax error somewhere you can run the varnish debug command to see where your error is.

Code:
varnishd -C -f /etc/varnish/default.vcl


To verify Varnish is working correctly

Going back to you root login via ssh type in the command below replacing 127.0.0.1 with one of your websites.

Code:
curl -I http://127.0.0.1/

You should get back a response that looks similar to this:

HTTP/1.1 200 OK
Date: Tue, 29 Mar 2016 22:43:18 GMT
Server: Apache
Vary: Accept-Encoding,Cookie
Cache-Control: max-age=3, must-revalidate
WP-Super-Cache: Served supercache file from PHP
Content-Type: text/html; charset=UTF-8
X-Varnish: 65560
Age: 3
Via: 1.1 varnish-v4
Connection: keep-alive


Two flags  to that let you know Varnish is working correctly:

X-Varnish: 16
Via: 1.1 varnish-v4


In case something goes wrong


Remove Varnish completely

Code:
yum erase varnish

Restore your vhosts file

Code:
cp /etc/zpanel/configs/apache/httpd-vhosts.bak.conf /etc/zpanel/configs/apache/httpd-vhosts.conf

Set your apache port back to 80

Code:
setso --set apache_port 80

set your sentora port back to 80

Code:
setso --set sentora_port 8080

Restart the apache server

Code:
service httpd restart

sieve sends vacation message as virtual maildir

$
0
0
on zpanel when i set a vacation message in roundcube filters managesieve would send the autoreply back as the user who had received the email.  on sentora the email comes from vmail[at]sub.domain.tld.  do you know how to change it back to the way it was?

Email Forwards don't work :\

$
0
0
Hi,

I had old server with zPanel on it.
Today I installed Sentora on my new VPS server.
I tried to set the email forwards again but it doesn't work.
I can received and send email through the webmail but the forward don't work.

I read this topic:
http://forums.sentora.org/showthread.php?tid=1440

He had the same problem.
I tried to do what "heberth" explain but it still don't work.

On the old server with zPanel it works great.

Thank you !!

[Free Tool] Record your website visitors

$
0
0
Disclaimer: This is NOT an adverstisement. I have NOT been paid neither I'm associated with Smartlook in any way.
 I only found their service and found it really really great for a free service (heck, it's great even against some paid services) and I wanted to help them and share their project that started last month. That is my only motivation on creating this post.
The link at the end is a referral link that gives me and you one extra day of history, just that.

[Image: logo.png?v=2]
 
Record everything visitors do on your site.
Absolutely for free.

This awesome tool that let's you record what your visitors do on your website.
It's like a Screen Record Video of what every single visitor did on your page.

Yes it is really 100% free
no trials, no tricks, no upgrade packages, free forever.
No complicated graphs, or numbers.
You easily see what happens on your website.

2 minutes setup. Yes, that fast.
You only need to copy paste a portion of javascript only our website, and it's working right away.

Create your account at


Hope you like Smile Post here your comments!

Function Subdomain

$
0
0
Hello I wonder if it is possible to include in future update this function :
When we create a subdomain automatically create a folder name we have put in the dns domainname and automatically update.

Exemple my domain is zenirax and my subdomain is toto :
My directory : /zenirax/toto But now that he creates in : /zenirax

SSL using Let's Encrypt

$
0
0
Hi All,

I managed to install sentora into my Ubuntu 14.04 TLS in Azure. I've point my DNS domain.com such as mail, *, ns1, ns2, panel, ftp, and www to my azure VM machine. The installation was successful together with letsencrypt. However, when i add the domain.com in Sentora, the server wasn't able to run. From my apache error log, it mentioned that SSL initialization failed. Everything was working fine until i add a domain into sentora. 

Suspect
1. panel.domain.com was used for sentora.
2. does the domain.com added crash with the panel.domain.com which i would like to use it for my websites?


I would appreciate any feedback here to solve the problem. Thank you very much

Subdomain error

$
0
0
Hi.


I have a problem creating subdomains. I need a subdomain that points the same as the domain. It creates good, but gives the following error message when navigating

503 Service Unavailable
No server is available to handle this Request .

It's not a DNS problem.

What I can check ?
Thank you.

Sentora with mailcow

$
0
0
Hello Sentora Community,

I am not even sure, if noob questions are allowed here. Please ignore or delete this thread, if that's the case.
I searched 4 daysfor a nice control panel with dns management for the project I want to realize, because PowerAdmin wasn't satisfing at all.
I want to set up a mail server with mailcow and seafile. (http://mailcow.email/)
So I did begin with a fresh install of Ubuntu 14.04 LTS with Sentora, then I purged dovecot* and postfix* to install mailcow to mail.domain.tld. So my (maybe simple) question is:
How do I move mail.domain.tld to the subdomain mail.domain.tld, which I created with sentora?
All I get is "your hosting space is ready". I get that sentora uses it's own apache config, but how do I get sentora to recognize my mailcow installation (btw my dns set up should be right).

Thank you in advance.
With regards

Portforward in Sentora

$
0
0
Hello!

Im running an icecast2 servern on my sentora host. How can i add in sentora so icecast use port 80 and forward it to port 8000?

I use musikmixen.se as domain and want to use rc2.musikmixen.se as icecast stream on port 80...

Thanks!

Regards

Lets put letsencrypt.org in the new Sentora Build

$
0
0
Free SSL certificates with auto renew options!
YEAH!
Please add this to the standard Sentora Build.

Meanwhile.. how can i install letsencrypt on 1.03 and get it working properly?
Viewing all 4660 articles
Browse latest View live


Latest Images