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 - oguz657

Pages: [1]
1
E-Mail / mailcleaner and cwp
« on: October 17, 2015, 10:18:04 PM »
hello

I'm sorry for my bad english.

I want to use continuous mailcleaner but I get an error.


015-10-18 01:08:04 1ZnZQG-0000mm-Di == test@*****.com R=filter_forward T=remote_smtp defer (-44): SMTP error from remote mail server after RCPT TO:<test@******.com>: host ****** [*******]: 450 4.7.1 Client host rejected: cannot find your hostname, [********]
2015-10-18 01:08:04 1ZnZGT-0001uV-7b == test@*******.com routing defer (-51): retry time not reached

2
Updates / Re: Update Roundcube to 1.1
« on: June 17, 2015, 08:03:30 PM »
[root@xxx roundcubemail-1.1.1]# bin/installto.sh /usr/local/apache/htdocs/roundcube
/usr/bin/env: php: No such file or directory


[root@xxx bin]# installto.sh /usr/local/apache/htdocs/roundcube
-bash: installto.sh: command not found


3
PHP / Re: suPHP - 500 Internal Server Error
« on: June 16, 2015, 09:24:02 PM »
chmod test:test (all files and folders)
test 711
public_html 755
all files 644
all folders 755

Why why why dont work :(((((

[Wed Jun 17 00:12:17 2015] [error] [client 88.235.xxx.xxx] SoftException in Application.cpp:404: Mismatch between target UID (99) and UID (500) of file "/home/test/public_html/index.php"
[Wed Jun 17 00:12:17 2015] [error] [client 88.235.xxx.xxx] Premature end of script headers: index.php

other config
-----------------------------------------------------
vhost.conf Template
# vhost_start %domain_name%
<VirtualHost *:%domain_port%>
ServerName %domain_name%
ServerAlias www.%domain_name%
ServerAdmin %admin_email%
DocumentRoot "%homedir%/%username%/public_html"
ScriptAlias /cgi-bin/ "%homedir%/%username%/public_html/cgi-bin/
#
# Custom settings are loaded below this line (if any exist)
# Include "/usr/local/apache/conf/userdata/%username%/%domain_name%/*.conf

<IfModule mod_suexec.c>
        SuexecUserGroup %username% %username%
</IfModule>

<IfModule mod_suphp.c>
        suPHP_UserGroup %username% %username%
        suPHP_ConfigPath /home/%username%
</IfModule>

<Directory "/">
        AllowOverride All
</Directory>

</VirtualHost>
# vhost_end %domain_name%
--------------------------------------------------------



httpd.conf
--------------------------------------------------------
# Virtual hosts
Include conf.d/vhosts.conf

<IfModule ssl_module>
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>
Include /usr/local/apache/conf/sharedip.conf
Include /usr/local/apache/conf.d/*.conf
ExtendedStatus On
<Directory "/usr/local/apache/htdocs">
        suPHP_UserGroup nobody nobody
        suPHP_AddHandler x-httpd-suphp
</Directory>

--------------------------------------------------------



4
How to / Re: Install Imagick, Linux Malware Detected and Net2ftp
« on: June 15, 2015, 07:07:49 PM »
Tutorial updated.

How to integrated net2ftp?  Dont work. :(

5
PHP / Re: suPHP - 500 Internal Server Error
« on: June 15, 2015, 07:06:05 PM »
dont work buddy.

Pages: [1]