Running Apache2 with custom windows DLL

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
solarisfire
Newbie
Newbie
Posts: 3
Joined: Thu Jan 03, 2013 6:46 am

Running Apache2 with custom windows DLL

Post by solarisfire »

Hi everyone! New to the forum.

I'm currently trying to get an application server running under wine.

It's got lots of parts to it, all of which are working really well under wine (you guys have done an awesome job), but it requires a really specifically configured Apache server at the front end of it...

One part of this config is

Code: Select all

LoadModule php4_module "C:/Program Files (x86)/HttpServer/bin/php4apache2.dll"
php4apache2.dll is actually custom to this application and includes certain PHP functions that cannot be replaced. Is there any way to get wine to handle this DLL for Apache2?
Locked