Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Igor S.

Pages: 1 ... 93 94 [95]
1411
Information / Re: Use CentOS Web Panel without DNS records
« on: May 07, 2015, 10:54:07 AM »
Hi there,

I have a simple question. Currently I am using zPanel to manage my hosting accounts, domains, subdomains and etc. And I was wondering if it's possible to use CentOS Web Panel the same way, without DNS Records. If I want to use a domain or subdomain with zpanel I just point them to the server IP and that's all.

Any help will be appriciated!

Cheers

You can use mod_userdir on the server or the "C:\Windows\System32\drivers\etc\hosts" (for Windows) "/etc/hosts" (for nix-based) on you PC.
With Userdir module you can use http://ip_address/~username/ where "username" - user which you created in CWP.
With hosts file, you should add records like: ip_address domainname www.domainname where ip_address - server's IP, domainname - web site which you added in CWP.
Using IP not allowed for security reason.

1412
Apache / Re: Website File Locations
« on: May 06, 2015, 02:53:30 PM »
Quote from: Bosman
I did change the vhosts, but when I make a new user the old standard vhost folder structure is added to the server. The vhosts are done correctly but the folder structure not.

Try change /etc/skel/ directory.

1413
Information / Re: command line to manage cwp
« on: May 05, 2015, 10:51:50 AM »
of course i'm using SSH, i mean manage cwp from terminal/console if web panel isn't working

Unfortunately, for now it is impossible.

1414
Information / Re: Roundcube Link
« on: May 05, 2015, 10:50:52 AM »
Hello.

You can install roundcube like any CMS to the folder for webmail.yourdomain.com
You will can use it like any web sites, without default Roundcube.

1415
Installation / Re: Nginx not ready yet for production
« on: May 05, 2015, 10:23:43 AM »
Hello.
This is "bug" and will be fix soon.
For fix you should add to /usr/local/apache/conf.d/domain-redirects.conf
Alias /roundcube /usr/local/apache/htdocs/roundcube
or
you can use
http://your_ip/webmail instead http://your_ip/roundcube

1416
Installation / Re: Clustering
« on: March 04, 2015, 12:45:59 PM »
Hello.
What exactly do you want to run through distributed?
Anyway, now CWP doesn't work such cluster.

1417
Installation / Re: Change default place of user public_html
« on: March 04, 2015, 12:09:25 PM »
You'll should recompile almost all software.
For example, SuExec does not work now wtih not the /home directory.

Hi,
By default the user public_html is created in /home/USER/public_html.
My server has only 4GB in /home, how can i setup CWP to create the users public_html in /var/www/?

1418
Installation / Re: Cwp + Nginx ?
« on: March 04, 2015, 12:06:57 PM »
Hello.
I believe nginx will be add later, to CWP. Maybe in 1.0 version.

1419
CentOS-WebPanel Bugs / Re: Suexec does not work by default
« on: January 27, 2015, 06:37:59 PM »
I recompilled apache from CWP with next options:

--with-suexec-docroot="/home"
--with-suexec-caller="nobody"
--with-suexec-logfile="/usr/local/apache/logs/suexec_log"

It works good now, for me. CWP is works, CGI scripts is works too.

1420
CentOS-WebPanel Bugs / Suexec does not work by default
« on: January 27, 2015, 01:06:25 PM »
Hello.
First of all, sorry for my english...
Suexec does not work by default , because it was compilled for user "www" (why?) and for docroot "/usr/local/apache/htdocs"

# /usr/local/apache/bin/suexec -V
 -D AP_DOC_ROOT="/usr/local/apache/htdocs"
 -D AP_GID_MIN=100
 -D AP_HTTPD_USER="www"
 -D AP_LOG_EXEC="/usr/local/apache/logs/suexec_log"
 -D AP_SAFE_PATH="/usr/local/bin:/usr/bin:/bin"
 -D AP_UID_MIN=100
 -D AP_USERDIR_SUFFIX="public_html"
#

This is really trouble.
CWP version: 0.9.7

P.S. Also SELinux disabled by default, it's not cool.

1421
PHP / Re: suPHP - 500 Internal Server Error
« on: January 25, 2015, 12:50:19 PM »
I cant believe... are u serious?

It works for me. I tested few configs and OS version.

1422
PHP / Re: suPHP - 500 Internal Server Error
« on: January 22, 2015, 06:27:03 PM »
Oh, Sorry. this is easy too...
Somebody TOUCH THIS ONE /usr/local/apache/conf.d/suphp.conf and write there suPHP_UserGroup nobody nobody !!!!!!
Question is closed. Thank you.

1423
PHP / Re: suPHP - 500 Internal Server Error
« on: January 22, 2015, 06:20:01 PM »
Quote
is not in document root of Vhost "/usr/local/apache/htdocs"

This one too easy fix. Open /usr/local/etc/suphp.conf and change check_vhost_docroot=true to check_vhost_docroot=false
I have another error. When I try open http://sharedip/~test/ I see
Mismatch between target UID (99) and UID (502) of file "/home/test/public_html/index.php" (UID must bi different)
When I open http://test.com/~test/  it works. How to fix it?

Pages: 1 ... 93 94 [95]