hi
@ifincham: thanks a lot for you help. after adding the LoadModule, AddModule and AddType lines to httpd.conf i tried it but failed first. thanks to rycamor i then removed php from the list of cgi handlers and now it works!
@rycamor: thank you too, for your elaboration about...
hi
although having installed the php module my php scripts do not work. cgi in general works, as there are no probleme with perl scripts.
but when executing a php-script i get an internal server error and the following entry in error_log:
[error] (8)Exec format error: exec of...
hi
i want to establish a small linux server at home. its main tasks will be routing, logging and hosting the firewall.
i assembled several older hardware components such as an intel 486 and two harddisk with together 200mb. this should be enough, i thought.
but when installing the os (suse 7.1)...
hey BurtanI
didn't know, that items can be controlled like this. but why don't you just use a CList object and link it with DDX_Control? ain't that easier?
copton
hey john
thx for your reply. but i am afraid i did not get you.
i read through the msdn libraries but did not find any solution. let me try to achieve an overview.
i have this application, which represents a single thread in the system. somewhere (in WinMain?) there is a sort of main loop which...
hi there
as far as i know float values are defined like:
byte 0: exponent (e)
byte 1-5: mantissa (m)
as the msb is used as sign bit, it is always regarded as set for the mantisse. therefore 1/2 <= m < 1 is always valid.
signing for the exponent is realised by offsetting. that means -128 is 0x00...
hi there
my application has to observe a certain input interface and display all its events.
i thought this would best be done by a flag controlled loop. this exit flag is set by a function which is mapped to a onclick event over a stop button.
but how can i tell my application to process its...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.