Well for one, https://ip:8080 is not a valid VirtualHost, since your
VirtualHost is configured to run on port 443, not 8080. Aside from
this, http and https have to run on separate ports.

Honestly I have always had problems getting web2py running on rpm
based distributions (redhat, fedora, etc.), I kept running into the
same weird issues, my configuration was fine but the way httpd works
kept screwing with it. I finally gave up and switched to Ubuntu and it
worked perfectly first try... though I do realize you probably need to
use fedora.

Aside from attempting to access the wrong port for https, your
configuration looks almost exactly like mine.

Are there other VirtualHosts that could be conflicting, such as
default or others?

-Thadeus





On Fri, Feb 26, 2010 at 4:23 PM, snfctech <[email protected]> wrote:
> Hi, Thadeus.  Thanks for your prompt reply.
>
> I get
>
> [error] [client 192.168.1.63] client denied by server configuration: /
> var/www/web2py/wsgihandler.py, referer: 
> http://192.168.1.8:8080/welcome/default/index
>
> when I hit http://192.168.1.8:8080/admin/default/index, and nothing
> when I hit https://192.168.1.8:8080/admin.  Although I do get some
> garbage in the access log:
>
> 192.168.1.63 - - [26/Feb/2010:14:20:07 -0800] "\x80R\x01\x03" 303 66
>
>
>
> On Feb 26, 2:12 pm, Thadeus Burgess <[email protected]> wrote:
>> Have you taken a look at your error logs for VirtualHost 443 ?
>>
>> It might give a clue as to what is going wrong. I am thinking it is an
>> issue with the certificate?
>>
>> -Thadeus
>>
>> On Fri, Feb 26, 2010 at 4:06 PM, snfctech <[email protected]> wrote:
>> > retty stuck at this point.  Any help would be greatly
>> > appre
>
> --
> You received this message because you are subscribed to the Google Groups 
> "web2py-users" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/web2py?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to