On 10/31/2010 09:58 PM, dasgud wrote:
I have installed a web server on a localhost with xampp. the apache server is
ver 2.2 on a win xp pro (sp3) desktop. I've been reading the documentation
and forums for 2 days and follow all the directions I found to modify my
httpd-vhosts.conf file but it sti
* Eric Covener [101031 17:14]:
> > """
> > You don't have permission to access /index.py on this server
> > """
>
> Check your error log for a more informative message.
Yeah right. :) why didn't I remember to do that?
From /var/log/apache2/error.log (on ubuntu 10.04)
Options ExecC
I have installed a web server on a localhost with xampp. the apache server is
ver 2.2 on a win xp pro (sp3) desktop. I've been reading the documentation
and forums for 2 days and follow all the directions I found to modify my
httpd-vhosts.conf file but it still doesn't work as I wish it to. I have
On Sun, Oct 31, 2010 at 8:09 PM, Mohit Anchlia wrote:
> On Wed, Sep 8, 2010 at 2:23 PM, Mohit Anchlia wrote:
>> I am trying to test LimitRequestBody. It looks like it always returns
>> Http code 500. Is this as expected? I thought it's supposed to return
>> Http 413.
>>
>> Is there a way to chan
> """
> You don't have permission to access /index.py on this server
> """
Check your error log for a more informative message.
--
Eric Covener
cove...@gmail.com
-
The official User-To-User support forum of the Apache HTTP S
On Wed, Sep 8, 2010 at 2:23 PM, Mohit Anchlia wrote:
> I am trying to test LimitRequestBody. It looks like it always returns
> Http code 500. Is this as expected? I thought it's supposed to return
> Http 413.
>
> Is there a way to change the return code of LimitRequestBody?
>
Can someone please
* Tim Johnson [101031 15:05]:
> This questions concerns apache(2) on ubuntu 10.04 and apache on
> centOS (OS version 7?)
> Using the following apache directive:
>ScriptAlias /reg/ /home/http/py/
>
> AllowOverride all
> Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
>
This questions concerns apache(2) on ubuntu 10.04 and apache on
centOS (OS version 7?)
Using the following apache directive:
ScriptAlias /reg/ /home/http/py/
AllowOverride all
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
On Fri, Oct 29, 2010 at 3:21 AM, Green Wang wrote:
> maybe you can use a script like php or what
> and set the ErrorDocument to this script
> then use header() function to set the response status code
>
IS there an example I can use? Or is there a better way of handling it?
> On 10/28/2010 10:24