Search found 592 matches: apache

Return to advanced search

Re: Compiler with MSVC y HARBOUR

... can be obtained from the official cURL website or through distributions that package cURL for Windows environments. Do You Need These for a Secure Apache Server? Apache and OpenSSL: For Apache to support HTTPS, it requires SSL/TLS libraries. On Windows, Apache often leverages OpenSSL through libssl ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 137

Re: SWAGGER-UI para documentar nuestras API.

... Supongo que será igualmente fácil adaptar a otros servidores basados en harbour (UT de Charly, etc...) y también voy a probar de adaptar para Apache + CGI El resultado, funcionando ! https://i.postimg.cc/mgWMQZCb/image.png Saludos
by Joaquim Ferrer
Tue Mar 05, 2024 10:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 1977

Re: XAMPP through PortableApps.com or Server2Go

Dear Otto,

Have you tested runner from Carles Aubia ?

https://runnerxbase.app/
https://www.youtube.com/watch?v=y6GH0FDTmEI

Using it you don't need Apache at all, neither mod_harbour :-)
by Antonio Linares
Thu Feb 29, 2024 7:33 am
 
Forum: mod_harbour
Topic: XAMPP through PortableApps.com or Server2Go
Replies: 11
Views: 9287

XAMPP through PortableApps.com or Server2Go

Hello friends, Has anyone experienced using Apache in a portable or standalone mode? I see there are, for example, XAMPP through PortableApps.com or Server2Go. Both of these solutions offer a convenient way to create a portable web development ...
by Otto
Thu Feb 29, 2024 7:20 am
 
Forum: mod_harbour
Topic: XAMPP through PortableApps.com or Server2Go
Replies: 11
Views: 9287

Re: AP_SetStatusCode

Dear Otto,

200 is returned by defaut by Apache. If you want to return a different value then you have to use ErrorLevel( nValue ) in example: ErrorLevel( 408 )
by Antonio Linares
Mon Feb 26, 2024 8:06 am
 
Forum: mod_harbour
Topic: AP_SetStatusCode
Replies: 2
Views: 148

AP_SetStatusCode

Hello friends,
I find AP_SetContentType("application/json") in apache.prg as EXTERN but I can't find

AP_SetStatusCode(200) and AP_AddHeader("Another-Header", "HeaderValue").
Are these in another part of sourcecode?
Best regards,
Otto
by Otto
Mon Feb 26, 2024 4:40 am
 
Forum: mod_harbour
Topic: AP_SetStatusCode
Replies: 2
Views: 148

Re: Data exchange between PC and Android device on the same loca

... the link to illustrate the server hardware we utilize. As mentioned in the most recent post, we are currently employing this hardware for RDP and Apache server applications for mod harbour. Best regards, Otto Re: Server vs. Notebook as Server for FW Post by Otto » Sun, October 14, 2018, 7:15 AM
by Otto
Sat Feb 24, 2024 12:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 797

Re: Data exchange between PC and Android device on the same loca

I appreciate your info Otto, it is almost certainly a solution if I use Apache.
The problem is that I don't know if Mod-Harbour /or/ Apache directly allow me to run HRB's /CGI's / instead of PRG's directly, which is MANDATORY in this specific case.
by Arturo Lopesoria
Wed Feb 21, 2024 12:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 797

Re: Data exchange between PC and Android device on the same loca

Arturo,
Have you already tried configuring the Apache configuration `Header set Access-Control-Allow-Origin`?
Best regards,
Otto
by Otto
Wed Feb 21, 2024 8:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 797

Re: Nuevamente solicito orientación para comenzar

... los usuarios que no tienen ni idea de web, les aconsejo lo mismo. 1.- Que prueben primero el Runner, que no tienes ni de compilar el servidor, ni apaches, ni prácticamente nada. Rápidamente tienes salidas en pantalla de lo que estas probando. -> https://github.com/carles9000/ut-runner 2.- Si ...
by Carles
Mon Jan 08, 2024 11:37 am
 
Forum: mod_harbour
Topic: Nuevamente solicito orientación para comenzar
Replies: 3
Views: 8799

Re: Primer paso en webview

... vía ajax a un fichero php para validar credenciales. Es decir, esto implica que también tienes de conocer php y tener un servidor tipo p.e. apache para poder ejecutarlo. Es aquí donde se me origina el porque de este “escenario” que no acabo de entender y por eso me gustaría conocer vuestras ...
by leandro
Tue Aug 22, 2023 3:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Primer paso en webview
Replies: 12
Views: 827

Re: Primer paso en webview

... vía ajax a un fichero php para validar credenciales. Es decir, esto implica que también tienes de conocer php y tener un servidor tipo p.e. apache para poder ejecutarlo. Es aquí donde se me origina el porque de este “escenario” que no acabo de entender y por eso me gustaría conocer vuestras ...
by albeiroval
Fri Aug 18, 2023 12:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Primer paso en webview
Replies: 12
Views: 827

Re: Primer paso en webview

... vía ajax a un fichero php para validar credenciales. Es decir, esto implica que también tienes de conocer php y tener un servidor tipo p.e. apache para poder ejecutarlo. Es aquí donde se me origina el porque de este “escenario” que no acabo de entender y por eso me gustaría conocer vuestras ...
by Carles
Thu Aug 17, 2023 10:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Primer paso en webview
Replies: 12
Views: 827

nginx as a reverse proxy to access Apache with mod harbour

I have installed nginx. Hello friends, I have changed the configuration. I now use nginx as a reverse proxy to access Apache with mod harbour. I can now access my programs through the Nginx server. Best regards, Otto server {    listen 80;    server_name localdomain.com;  ...
by Otto
Mon Aug 07, 2023 9:58 pm
 
Forum: mod_harbour
Topic: nginx as a reverse proxy to access Apache with mod harbour
Replies: 0
Views: 251

Re: Error p/generar EXE usando UHTTPD2 en Windows

... knowledge U = UHttpd2 and server write with harbour ( hbhttpd write by mindaugas + charly's changes to adapt to this concept and Wow we don't need apache or other web server T = tWeb for uhttpd2 and library ( only library with source code include ) and then we write screen with harbour commands ...
by wilsongamboa
Sun Aug 06, 2023 2:42 pm
 
Forum: mod_harbour
Topic: Error p/generar EXE usando UHTTPD2 en Windows
Replies: 12
Views: 1921
Next

Return to advanced search