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
>
> 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
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
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
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
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.
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)?
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
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
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
10 matches
Mail list logo