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.


Topics - kironet

Pages: [1]
1
PHP / suPHP & APCu
« on: May 02, 2015, 12:00:11 PM »
Hello,

I using Symfony2 and I need for speedup APCu. But APCu not compatible with suPHP.

It's possible to rebuild apache without suPHP?
Or how to fix that stuff?

Thanks

2
E-Mail / turn off email after ssh connection & CSF
« on: April 29, 2015, 11:58:04 AM »
How can I disable sending emails after ssh connecton & CSF?
Email sending from root to root.

Thanks

3
How to / How to enable sudo command
« on: April 26, 2015, 09:47:01 AM »
Hello,

How to enable sudo command for users or user?
Because if I try to use sudo, I see
Code: [Select]
sudo: PERM_ROOT: setresuid(0, -1, -1): too many processes

Thanks

4
Varnish / Varnish return 127.0.0.1 or server IP
« on: April 18, 2015, 02:20:39 PM »
Hello,

I have problem, PHP $_SERVER['REMOTE ADDR'] always return 127.0.0.1 or server IP.
How can I fix that? I need client IP address...

Thank

5
Apache / Remove Default Page
« on: April 15, 2015, 08:30:28 PM »
Hello,

How can I disable default page? This page displays if index file not exist.

In google I found this:

Code: [Select]
/etc/httpd/conf.d/welcome.conf
Code: [Select]
# This configuration file enables the default "Welcome"
# page if there is no default index page present for
# the root URL.  To disable the Welcome page, comment
# out all the lines below.
#
<LocationMatch "^/+$">
   Options -Indexes
   ErrorDocument 403 /error/noindex.html
</LocationMatch>

but this path not exist.

Thanks

6
Apache / APC
« on: April 10, 2015, 06:59:34 PM »
Hello,

How I can install APC to CWP?
And how I can to install php mods.

I need enable APC and intl for symfony2 project...

Thanks

Pages: [1]