Author |
|
Immortal
Joined: 05 Dec 2024 Posts: 2 Location: Hungary
|
Posted: Thu 05 Dec '24 23:27 Post subject: Apache 2.4.62 |
|
|
It doesn't want to start if mime_module enabled
It says: The requested operation has failed! |
|
Back to top |
|
Stray78
Joined: 15 Apr 2024 Posts: 26 Location: USA
|
Posted: Fri 06 Dec '24 3:19 Post subject: |
|
|
There has to be more to the error. Mine works fine.
Is something messed up in this section?
Code: | <IfModule mime_module> |
|
|
Back to top |
|
Stray78
Joined: 15 Apr 2024 Posts: 26 Location: USA
|
Posted: Fri 06 Dec '24 4:45 Post subject: |
|
|
First things first.... I see your first line...
Code: | Apache Hause .conf file |
Why don't you try to download the Apache from this site, as this is not Apache Haus & their project is "On Hold".
https://www.apachelounge.com/download/
Second... Is this a typo???
Code: | Define APACHEFOLDER "C:/Szerver/Apache" |
Could this be supposed to be "C:/Server/Apache" ?
This config is different from ours. We have a SVRROOT constant that points to our Apache install folder. Your SVRROOT points to your DOCROOT or WEBROOT. |
|
Back to top |
|
Immortal
Joined: 05 Dec 2024 Posts: 2 Location: Hungary
|
Posted: Fri 06 Dec '24 23:57 Post subject: |
|
|
Quote: | Could this be supposed to be "C:/Server/Apache" ? |
Server in English means Szerver in Hungarian.
This config is different from ours. We have a SVRROOT constant that points to our Apache install folder. Your SVRROOT points to your DOCROOT or WEBROOT.[/quote]
Yes, this was my fault :S SVRROOT was DOCROOT. Thanks!
Why cURL doesn't run, when I enabled extension in php.ini?
(;extension=curl => extension=curl)
PHP version: 8.4.1 (downloaded from php.net)
Details from phpinfo():
Apache Version Apache/2.4.48 (Win64) OpenSSL/1.1.1k PHP/8.4.1
openssl (table from phpinfo())
OpenSSL support enabled
OpenSSL Library Version OpenSSL 3.0.15 3 Sep 2024
OpenSSL Header Version OpenSSL 3.0.15 3 Sep 2024
Openssl default config C:\Program Files\Common Files\SSL/openssl.cnf
Directive Local Value Master Value
openssl.cafile no value no value
openssl.capath no value no value
ps.: I can see the module author's name of cURL in phpinfo(). |
|
Back to top |
|
Stray78
Joined: 15 Apr 2024 Posts: 26 Location: USA
|
Posted: Sat 07 Dec '24 4:19 Post subject: |
|
|
Immortal wrote: | Server in English means Szerver in Hungarian. |
Ahhhhhh. Okay
So mime_module is working now?
Immortal wrote: | Why cURL doesn't run, when I enabled extension in php.ini?
(;extension=curl => extension=curl) |
The page with PHPinfo() you scroll down or search page for "curl" you should see this...
Code: | curl
cURL support enabled
cURL Information 8.10.1
Age 11
Features |
and this...
Immortal wrote: | Openssl default config C:\Program Files\Common Files\SSL/ |
Your trailing slash is going the wrong way, not sure if it matters.
I see you're using OpenSSL 1.1.1k. I would suggest as I have before and download their version from here, https://www.apachelounge.com/download/ for OpenSSL version 3. Unless you specifically need version 1.
The title says 2.4.62 but you are showing this
Code: | Apache Version Apache/2.4.48 (Win64) OpenSSL/1.1.1k PHP/8.4.1 |
|
|
Back to top |
|