suPhp - Internal Server Error

giorgi91

Verified User
Joined
Oct 22, 2011
Messages
19
Hello,

I'm install Cloudlinux for PHP selection plugin, Cloudlinux support says if I want install it on Directadmin I need to install suPhp
So I'm install suPhp but I'm get Internal Server Error when I'm creating php file.

I'm see /var/log/suphp.log but it is empty
I'm use this installation guide http://help.directadmin.com/item.php?id=197

In /var/log/httpd/error_log I see this error:
No user or group set - set suPHP_UserGroup

How can I fix this problem?

Sorry for my English

Thank you

Edited:
Now I'm test on main domain and it works but on 1.2.3.4/~username does not work
 
Last edited:
Last edited:
If you need a private help, then feel free to PM me. If you need a free assistance, then please either post here some details, ot refer your inquiry to Cloudlinux Support team.

We need here full texts of all errors you might see there, including those in logs, content of httpd.conf for the virtual host, you facing an issue with, content of .htaccess file from public_html for that virtual host. Other useful information.
 
I need free assistance please

/usr/local/directadmin/data/users/giorgi/httpd.conf
<VirtualHost 1.2.3.4:80 >
ServerName www.giorgi.ge
ServerAlias www.giorgi.ge giorgi.ge
ServerAdmin [email protected]
DocumentRoot /home/giorgi/domains/giorgi.ge/public_html
ScriptAlias /cgi-bin/ /home/giorgi/domains/giorgi.ge/public_html/cgi-bin/

UseCanonicalName OFF

<IfModule !mod_ruid2.c>
SuexecUserGroup giorgi giorgi
</IfModule>

CustomLog /var/log/httpd/domains/giorgi.ge.bytes bytes
CustomLog /var/log/httpd/domains/giorgi.ge.log combined
ErrorLog /var/log/httpd/domains/giorgi.ge.error.log

<Directory /home/giorgi/domains/giorgi.ge/public_html>
suPHP_Engine ON
# suPHP_UserGroup giorgi giorgi

</Directory>
</VirtualHost>

/var/log/httpd/domains/giorgi.ge.error.log
this is empty

which another logs is requested?

I'm select 5.2 version but I have 5.3 again
DirectAdmin.png

in phpinfo Loaded Configuration File /usr/local/etc/php5/cgi/php.ini

Thank you
 
Last edited:
This is a directadmin forums, and hardly I can guarantee any solutions here of your issue with CloudLinux.
That is a new feature of CloudLinux, which has a mediated relation to Directadmin, I'd rather say.
So I'd still like to see

1. content of .htaccess file from public_html for that virtual host.
2. this:

Code:
cat /usr/local/suphp/etc/suphp.conf | grep handlers --after=50

3. this one:

Code:
 cat /etc/httpd/conf/extra/httpd-suphp.conf

4. A link to a PHP script with

PHP:
<?php
phpinfo();
?>
 
Back
Top