Re: [EMAIL PROTECTED] mod_dav_svn integration

2008-01-17 Thread ProgrammerMP
Ok. I got it working. The error message is mis-leading. It COULD find the module, it could NOT resolve all of its dependancies. I had to copy a bunch of *.dll from svn/bin to c:/server/apache2.2/bin and c:/windows/system32. ProgrammerMP wrote: > > > Configuration: Apache 2

[EMAIL PROTECTED] mod_dav_svn integration

2008-01-17 Thread ProgrammerMP
Configuration: Apache 2.2, MySQL, Subversion 1.4.6 (for Apache 2.2.x) on Windows I've added the following 2 lines to my httpd.conf file: LoadModule dav_module modules/mod_dav.so LoadModule dav_svn_module modules/svn/mod_dav_svn.so I've copied the mod_dav_svn.so file from svn/bin

Re: [EMAIL PROTECTED] Installing Apache as a Service When port 80 is already used.

2008-01-10 Thread ProgrammerMP
with Vista not considering user with admin rights the same as being the admin. So, the only way I could install the service was to open a MS-DOS window as admin and then run the commands. Everything appears to be working now. William A. Rowe, Jr. wrote: > > ProgrammerMP wrote: >&

[EMAIL PROTECTED] Installing Apache as a Service When port 80 is already used.

2008-01-10 Thread ProgrammerMP
I've downloaded the apache version 2.0. When I run, apache_2.0.61-win32-x86-openssl-0.9.7m.msi, I get to a point where it says: It says, "for all users, on port 80, as a service -- Recommended." This is a checkbox and selected by default. I want to install it on port 81 or any other port as