You do not say the version of apache. If it's the 2.4
must change "allow from all" to "Require all granted".
HTH
--
Xavi
El 16/08/2013 12:28, helmut_bl...@web.de escribió:
Hello,
I am desperately trying to get my python script running, but I alway get a
403-Error.
apa
s__.__name__
Thanks.
--
Xavi
--
http://mail.python.org/mailman/listinfo/python-list
to compare basic types in python 3, for
example .-
v = []
if type(v) is list:
print('Is list...')
Because I think it is more clear and faster than .-
type(v) == [].__class__ ... or ... isinstance(v, list)
Is this correct?
Thanks.
--
Xavi
--
http://mail.python.org/mailman/listinfo/python-list