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.
1411
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.
What exactly do you want to run through distributed?
Anyway, now CWP doesn't work such cluster.
1412
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.
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/?
1413
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.
I believe nginx will be add later, to CWP. Maybe in 1.0 version.
1414
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.
--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.
1415
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.
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.
1416
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.
1417
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.
Somebody TOUCH THIS ONE /usr/local/apache/conf.d/suphp.conf and write there suPHP_UserGroup nobody nobody !!!!!!
Question is closed. Thank you.
1418
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?