Re: [users@httpd] Apache virtualhost order deny, allow works only on localhost; ignores public IP for allow

2013-06-21 Thread Kirk Woellert
Its not file permissions - So, I tried the suggestion. Now, in addition to access denied from the public IP, access is also denied on the localhost (I tried the alias and a physical path). AND the site with a FQDN got redirected to the default Apache site (/var/www). I was not expecting the current

Re: [users@httpd] Apache virtualhost order deny, allow works only on localhost; ignores public IP for allow

2013-06-21 Thread Igor Cicimov
> > ServerName test > ServerAlias test > DocumentRoot /home/user3/public_html/test > > SuexecUserGroup test test > > Order Deny,Allow > Deny from all > Allow from xxx.xxx.xxx.xxx 127 > Assuming its not the file permission have y

[users@httpd] Apache virtualhost order deny, allow works only on localhost; ignores public IP for allow

2013-06-21 Thread Kirk Woellert
First time posting to the mail list- Environment: RHEL6 Apache v2.2 UserDir configured/works great SuExec configured/works great I have restricted access to user directories as follows: Options MultiViews +ExecCGI AddHandler cgi-script .cgi .pl Order Deny,Allow Deny from All An

Re: [users@httpd] Log Time != Server Time

2013-06-21 Thread Bradley Andersen
On Fri, Jun 21, 2013 at 12:38 PM, Pete Houston wrote: > Yes, it's pretty simple, assuming that you mean that apache should run > as UTC (GMT) and the other, non-apache processes on the machine should > be unaffected: > > $ export TZ=GMT > $ apachectl stop > $ apachectl sta

Re: [users@httpd] Log Time != Server Time

2013-06-21 Thread David Guerra
Wont using export TZ=GMT affect more than just the Apache service if the TZ is relied upon? I'd be weary about doing anything other than changing the timezone of the server. On Fri, Jun 21, 2013 at 12:38 PM, Pete Houston wrote: > Yes, it's pretty simple, assuming that you mean that apache shou

Re: [users@httpd] Log Time != Server Time

2013-06-21 Thread Pete Houston
Yes, it's pretty simple, assuming that you mean that apache should run as UTC (GMT) and the other, non-apache processes on the machine should be unaffected: $ export TZ=GMT $ apachectl stop $ apachectl start Make sure to include this env var in the apache boot script too.

[users@httpd] Log Time != Server Time

2013-06-21 Thread Bradley Andersen
I need requests to be logged using a different time zone than the apache server's time zone. For example, if my timezone happens to be UTC-4, I would like the logs to report requests as UTC, while keeping the apache server time zone set as UTC-4. Is this possible natively (to apache)?

Re: [users@httpd] PHP Warning

2013-06-21 Thread motty cruz
Thanks for your prompt reply David; This is the first time i see this error, I'm a bit unclear on how to clean up inputs, I will look that up. Thanks for the hint, On Fri, Jun 21, 2013 at 7:29 AM, David Guerra wrote: > Do you clean your inputs? > If so, then it doesn't matter unless you get a

Re: [users@httpd] PHP Warning

2013-06-21 Thread David Guerra
Do you clean your inputs? If so, then it doesn't matter unless you get a ton of these. On Fri, Jun 21, 2013 at 10:19 AM, motty cruz wrote: > Hello, I noticed the following error in my error logs: > [error] [client 50.17.211.201] PHP Warning: Unknown: Input variables > exceeded 1000. To increas

[users@httpd] PHP Warning

2013-06-21 Thread motty cruz
Hello, I noticed the following error in my error logs: [error] [client 50.17.211.201] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0 it seems to me that person tried to inject my website how do i know if it was suc