Author |
|
jd2066
Joined: 24 Jan 2006 Posts: 4
|
Posted: Wed 25 Jan '06 4:40 Post subject: mod_aspdotnet binary for Apache 2.2 |
|
|
Hi,
Does anyone here know where I can find a mod_aspdotnet binary for Apache 2.2?
I've done a few google searches and couldn't find one.
Justin |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
|
Back to top |
|
jd2066
Joined: 24 Jan 2006 Posts: 4
|
Posted: Wed 01 Feb '06 21:34 Post subject: |
|
|
I already tryed downloading that and installing it but Apache 2.2 failed to start when I had that in httpd.conf. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 02 Feb '06 1:06 Post subject: |
|
|
Which error message did you get? tried apache -e debug ? |
|
Back to top |
|
jd2066
Joined: 24 Jan 2006 Posts: 4
|
Posted: Thu 02 Feb '06 1:36 Post subject: |
|
|
James Blond wrote: | Which error message did you get? tried apache -e debug ? |
I just tryed that and got the error message:
Quote: |
httpd.exe: Syntax error on line 123 of D:/0Shared Services/Apache/conf/httpd.conf: Cannot load D:/0Shared Services/Apache/modules/mod_aspdotnet.so into server:
The specified module could not be found.
|
Which is odd as if I copy that path and paste it into the Windows run dialog it brings up what program do you want to run this dialog so that means it is the right path.
Edit:
The lines in httpd.conf are:
Quote: | LoadModule aspdotnet_module modules/mod_aspdotnet.so
AddHandler asp.net asax ascx ashx asmx aspx axd config cs csproj \
licx rem resources resx soap vb vbproj vsdisco webinfo |
|
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 02 Feb '06 11:42 Post subject: |
|
|
RTFM *g* I found it in the manual, mod_aspdotnet.so is only for Apache 2.0.x ! Apache 2.2.x is not supportet yet. So you have to use the Apache 2.0 if you want to run mod_aspdotnet.so
Good luck! |
|
Back to top |
|
jd2066
Joined: 24 Jan 2006 Posts: 4
|
Posted: Fri 03 Feb '06 1:28 Post subject: |
|
|
Ok.
I did have mod_aspdotnet running under Apache 2.0 before I upgraded to Apache 2.2.
For now I'm just using mod_proxy to IIS.
I had thought there a was a way to get it working with Apache 2.2 as both are listed at http://www.apachelounge.com/siteinfo.html
Justin |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Fri 03 Feb '06 14:35 Post subject: |
|
|
James is right, Apache 2.2.x is not supportet yet. I tried to compile, no go.
Sorry, I am not clear on that page. I am using it proxying to an other Apache (2.055) install.
Steffen |
|
Back to top |
|