Xampp Apache BLOCKED
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Xampp Apache BLOCKED
I have the apache blocked when I insert on file c:\xampp\apache\conf\httpd.conf
LoadModule harbour_module modules/mod_harbour.so
How I can resolve ?
the apache on my server run ok because I use each day Wordpress sites or another php prgs
LoadModule harbour_module modules/mod_harbour.so
How I can resolve ?
the apache on my server run ok because I use each day Wordpress sites or another php prgs
Last edited by Silvio.Falconi on Wed Nov 06, 2019 8:07 am, edited 1 time in total.
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Xampp Apache BLOCKED
Dear Silvio,
Please check that you are using the same bits for the apache and the mod_harbour version
If Apache is 32 bits, then use mod_harbour 32 bits...
same for 64 bits...
Please check that you are using the same bits for the apache and the mod_harbour version
If Apache is 32 bits, then use mod_harbour 32 bits...
same for 64 bits...
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: Xampp Apache BLOCKED
xampp is 64 bit and the file.so is win64 the same for the dll
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: Xampp Apache BLOCKED
Now try o erase all and install new xampp 64 bit
pls wait
pls wait
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Xampp Apache BLOCKED
ok, very good...
step by step...
step by step...
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: Xampp Apache BLOCKED
Antonio,
Now the apache is run but when I load a prg sample eshop I see the source code
where is the error ?
Now the apache is run but when I load a prg sample eshop I see the source code
where is the error ?
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: Xampp Apache BLOCKED
ok now run
I move loadmodules command at init of file c:\xampp\apache\conf\httpd.conf
I move loadmodules command at init of file c:\xampp\apache\conf\httpd.conf
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: Xampp Apache BLOCKED
but sometimes there is this error
Error: Can't open #include file 'hbclass.ch'
called from: ../../../apache.prg, (b)MAIN, line: 50
called from: __PP_PROCESS, line: 0
called from: ../../../apache.prg, EXECUTE, line: 110
called from: ../../../apache.prg, MAIN, line: 61
why ?
Error: Can't open #include file 'hbclass.ch'
called from: ../../../apache.prg, (b)MAIN, line: 50
called from: __PP_PROCESS, line: 0
called from: ../../../apache.prg, EXECUTE, line: 110
called from: ../../../apache.prg, MAIN, line: 61
why ?
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Xampp Apache BLOCKED
Silvio,
At the top of your PRG use this:
// {% hb_SetEnv( "HB_INCLUDE", "c:\harbour\include\" ) %}
so mod_harbour knows where your header files are
At the top of your PRG use this:
// {% hb_SetEnv( "HB_INCLUDE", "c:\harbour\include\" ) %}
so mod_harbour knows where your header files are
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: Xampp Apache BLOCKED
yes yes I resolved
I wish init with small and easy prg now I wish search a nice css to use !!
I wish init with small and easy prg now I wish search a nice css to use !!
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC