st0rm
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by st0rm-
st0rm created a post,
Email forwarder on a Parked domain
Hello , Is it possible that cPanel/WHM would change the domain name on an email account to the original domain rather than the parked one ? And if that is not so, how can i find this change in cp...
-
st0rm created a post,
No such file or directory errors
Hello all, Here's my setup, apache + fcgid, on cPanel/WHM 11.48 While i was monitoring fcgid child processes using strace like the following : strace -o fcgid -ff -tt -p $FCGID_PARENT i got s...
-
st0rm commented,
Hello server9host , Can you please explain more ? And also, the fact is that there is actually an email account a@example.com ..
-
st0rm created a post,
Restricted contact list for email accounts
Hello, I have a question please, i have 10 mail users on .example.com if i wanted to restrict only two of them to not be able to send emails to any other domain name other than example.com ...
-
st0rm created a post,
Permission error changing php handler from DSO to FCGI
Hello , When i try to change the default php5 handler from DSO to FCGI .. all the websites stops working with Permission denied error message You do not have permission to access /whatever.php o...
-
st0rm commented,
So basically i can still run apache as nobody and configure firewall according to nobody .. Thank you all for your time
-
st0rm commented,
Sure, but any one with username nobody will apply to the same firewall rules as apache .. hence the problem, he/she will have an outbound OK .. which is what i do not want ..
-
st0rm commented,
the problem is, i want to firewall the outbound of the server's connections by making firewall match the owner of the connection .. not to accept outbound connection unless it was from apache/exi...
-
st0rm commented,
Thank you A LOT .... Do you have something in mind what this might cause problems to apache or other services running ?
-
st0rm created a post,
Run apache as apache.apache not nobody
Hello all, I know this is the default configuration for cPanel, running apache as nobody that is . And i also know that php is running under handler(in my case fscgi) and using suexec . i just w...