You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "B.A.S." <st...@yahoo.com> on 2008/09/27 20:12:31 UTC

[users@httpd] Vista install/start winsock bind error 10013

I get an error when installing Apache 2.2 on Windows Vista Ultimate from file: apache_2.2.9-win32-x86-openssl-0.9.8h-r2.msi
I get the same error below when attempting to start Apache from Windows Start Menu or with ./httpd.exe -k start:

(OS 10013)An attempt was made to access a socket in a way forbidden by its access permissions.  : make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
Exit 1

The top of the install.log file looks like:

 Installing Apache HTTP 2.0 server with
 DomainName =    127.0.0.1
 ServerName =    127.0.0.1
 ServerAdmin =   sturdyworks@yahoo.com
 ServerPort =    80
 ServerSslPort = 80
 ServerRoot =    C:/Program Files/Apache Software Foundation/Apache2.2

I can successfully ping "localhost" as 127.0.0.1, and have tried setting DomainName & ServerName to localhost.

I do have administrator permissions on my user account, but double clicking on msi file or even opening a CShell as Administrator and running "msiexec.exe /I apache_2.2.9-win32-x86-openssl-0.9.8h-r2.msi" but neither way works. Below is example of permissions.

-rwxrwx---+ 1 +SYSTEM  +SYSTEM  15159 Nov 21  2004 ABOUT_APACHE.txt
-rwxrwx---+ 1 +SYSTEM  +SYSTEM  87640 Jun 10 13:49 CHANGES.txt
-rwxrwx---+ 1 +SYSTEM  +SYSTEM   4405 Feb 13  2008 INSTALL.txt
-rwxrwx---+ 1 +SYSTEM  +SYSTEM  36833 Jun 13 21:58 LICENSE.txt
-rwxrwx---+ 1 +SYSTEM  +SYSTEM   1323 Jun 13 21:58 NOTICE.txt
-rwxrwx---+ 1 +SYSTEM  +SYSTEM  22104 Jun 13 21:58 OPENSSL-NEWS.txt
-rwxrwx---+ 1 +SYSTEM  +SYSTEM   9780 Jun 13 21:58 OPENSSL-README.txt
-rwxrwx---+ 1 +SYSTEM  +SYSTEM   2016 Jun 12 11:25 README-win32.txt
-rwxrwx---+ 1 +SYSTEM  +SYSTEM   6094 Jan  9  2007 README.txt
drwxrwx---+ 1 +SYSTEM  +SYSTEM   8192 Sep 27 10:33 bin
drwxrwx---+ 1 +SYSTEM  +SYSTEM      0 Sep 27 10:33 cgi-bin
drwxrwx---+ 1 +SYSTEM  +SYSTEM   4096 Sep 27 10:33 conf
drwxrwx---+ 1 +SYSTEM  +SYSTEM   8192 Sep 27 10:33 error
drwxrwx---+ 1 +SYSTEM  +SYSTEM   4096 Sep 27 10:33 htdocs
drwxrwx---+ 1 +SYSTEM  +SYSTEM  40960 Sep 27 10:33 icons
drwxrwx---+ 1 +SYSTEM  +SYSTEM      0 Sep 27 10:33 logs
drwxrwx---+ 1 +SYSTEM  +SYSTEM  81920 Sep 27 10:33 manual
drwxrwx---+ 1 +SYSTEM  +SYSTEM  28672 Sep 27 10:33 modules


      

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Vista install/start winsock bind error 10013

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
B.A.S. wrote:
> I get an error when installing Apache 2.2 on Windows Vista Ultimate from file: apache_2.2.9-win32-x86-openssl-0.9.8h-r2.msi
> I get the same error below when attempting to start Apache from Windows Start Menu or with ./httpd.exe -k start:
> 
> (OS 10013)An attempt was made to access a socket in a way forbidden by its access permissions.  : make_sock: could not bind to address 0.0.0.0:80
> no listening sockets available, shutting down
> Unable to open logs
> Exit 1

Very cool!  An entirely new error :)  Note that when you run a program from
an Administrator account, you ARE NOT RUNNING THE PROGRAM AS ADMINISTRATOR.

Try right clicking on 'start apache' from the start menu and this time, choose
'run as administrator'.

This all goes back to running with UAC.  I suspect if you change the port
number to 8080 in your httpd.conf file, it will start with no problems.  It's
likely that Windows 2008/Vista has adopted the unix conventions on low port #s.

> I can successfully ping "localhost" as 127.0.0.1, and have tried setting DomainName & ServerName to localhost.

Wouldn't have anything to do with binding to that port.

> I do have administrator permissions on my user account, but double clicking on msi file or even opening a CShell as Administrator and running "msiexec.exe /I apache_2.2.9-win32-x86-openssl-0.9.8h-r2.msi" but neither way works. Below is example of permissions.
> 
> -rwxrwx---+ 1 +SYSTEM  +SYSTEM  15159 Nov 21  2004 ABOUT_APACHE.txt
> -rwxrwx---+ 1 +SYSTEM  +SYSTEM  87640 Jun 10 13:49 CHANGES.txt
> -rwxrwx---+ 1 +SYSTEM  +SYSTEM   4405 Feb 13  2008 INSTALL.txt
> -rwxrwx---+ 1 +SYSTEM  +SYSTEM  36833 Jun 13 21:58 LICENSE.txt
> -rwxrwx---+ 1 +SYSTEM  +SYSTEM   1323 Jun 13 21:58 NOTICE.txt
> -rwxrwx---+ 1 +SYSTEM  +SYSTEM  22104 Jun 13 21:58 OPENSSL-NEWS.txt
> -rwxrwx---+ 1 +SYSTEM  +SYSTEM   9780 Jun 13 21:58 OPENSSL-README.txt
> -rwxrwx---+ 1 +SYSTEM  +SYSTEM   2016 Jun 12 11:25 README-win32.txt
> -rwxrwx---+ 1 +SYSTEM  +SYSTEM   6094 Jan  9  2007 README.txt
> drwxrwx---+ 1 +SYSTEM  +SYSTEM   8192 Sep 27 10:33 bin
> drwxrwx---+ 1 +SYSTEM  +SYSTEM      0 Sep 27 10:33 cgi-bin
> drwxrwx---+ 1 +SYSTEM  +SYSTEM   4096 Sep 27 10:33 conf
> drwxrwx---+ 1 +SYSTEM  +SYSTEM   8192 Sep 27 10:33 error
> drwxrwx---+ 1 +SYSTEM  +SYSTEM   4096 Sep 27 10:33 htdocs
> drwxrwx---+ 1 +SYSTEM  +SYSTEM  40960 Sep 27 10:33 icons
> drwxrwx---+ 1 +SYSTEM  +SYSTEM      0 Sep 27 10:33 logs
> drwxrwx---+ 1 +SYSTEM  +SYSTEM  81920 Sep 27 10:33 manual
> drwxrwx---+ 1 +SYSTEM  +SYSTEM  28672 Sep 27 10:33 modules

Those aren't permissions, that's a very abbrievated view of them.  And the
ability to bind to an IP/Port wouldn't be listed there.

What is

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] Vista install/start winsock bind error 10013

Posted by "B.A.S." <st...@yahoo.com>.
Gary,

You definately got it. I think it really boils down to not using port 80.

I got it up and running now...

Thanks...

Brad


--- On Sat, 9/27/08, Gary W. Smith <ga...@primeexalia.com> wrote:

> From: Gary W. Smith <ga...@primeexalia.com>
> Subject: RE: [users@httpd] Vista install/start winsock bind error 10013
> To: users@httpd.apache.org
> Date: Saturday, September 27, 2008, 12:06 PM
> Ah, I know what happened on mine now.  I didn't install
> it the same way.  I installed it on my XP box at home
> because I needed it for testing at work but at work they
> don't allow you to install software (stupid rule) so I
> just copied the directory I manually run it there on both XP
> and Vista.  What I did on Vista was I run the http service
> registration portion.  I also don't use 80 (since I do
> .Net development and we have the .Net webservice container
> running on 80).
> 
> 
> 
> From: Bradley Giesbrecht [mailto:brad@pixilla.com] 
> Sent: Saturday, September 27, 2008 11:44 AM
> To: users@httpd.apache.org
> Subject: Re: [users@httpd] Vista install/start winsock bind
> error 10013
> 
> 
> On Sep 27, 2008, at 11:12 AM, B.A.S. wrote:
> 
> 
> I get an error when installing Apache 2.2 on Windows Vista
> Ultimate from file:
> apache_2.2.9-win32-x86-openssl-0.9.8h-r2.msi
> I get the same error below when attempting to start Apache
> from Windows Start Menu or with ./httpd.exe -k start:
> 
> (OS 10013)An attempt was made to access a socket in a way
> forbidden by its access permissions.  : make_sock: could
> not bind to address 0.0.0.0:80
> no listening sockets available, shutting down
> Unable to open logs
> Exit 1
> 
> The top of the install.log file looks like:
> 
> Installing Apache HTTP 2.0 server with
> DomainName =    127.0.0.1
> ServerName =    127.0.0.1
> ServerAdmin =   sturdyworks@yahoo.com
> ServerPort =    80
> ServerSslPort = 80
> ServerRoot =    C:/Program Files/Apache Software
> Foundation/Apache2.2
> 
> I can successfully ping "localhost" as 127.0.0.1,
> and have tried setting DomainName & ServerName to
> localhost.
> 
> I do have administrator permissions on my user account, but
> double clicking on msi file or even opening a CShell as
> Administrator and running "msiexec.exe /I
> apache_2.2.9-win32-x86-openssl-0.9.8h-r2.msi" but
> neither way works. Below is example of permissions.
> 
> -rwxrwx---+ 1 +SYSTEM  +SYSTEM  15159 Nov 21  2004
> ABOUT_APACHE.txt
> -rwxrwx---+ 1 +SYSTEM  +SYSTEM  87640 Jun 10 13:49
> CHANGES.txt
> -rwxrwx---+ 1 +SYSTEM  +SYSTEM   4405 Feb 13  2008
> INSTALL.txt
> -rwxrwx---+ 1 +SYSTEM  +SYSTEM  36833 Jun 13 21:58
> LICENSE.txt
> -rwxrwx---+ 1 +SYSTEM  +SYSTEM   1323 Jun 13 21:58
> NOTICE.txt
> -rwxrwx---+ 1 +SYSTEM  +SYSTEM  22104 Jun 13 21:58
> OPENSSL-NEWS.txt
> -rwxrwx---+ 1 +SYSTEM  +SYSTEM   9780 Jun 13 21:58
> OPENSSL-README.txt
> -rwxrwx---+ 1 +SYSTEM  +SYSTEM   2016 Jun 12 11:25
> README-win32.txt
> -rwxrwx---+ 1 +SYSTEM  +SYSTEM   6094 Jan  9  2007
> README.txt
> drwxrwx---+ 1 +SYSTEM  +SYSTEM   8192 Sep 27 10:33 bin
> drwxrwx---+ 1 +SYSTEM  +SYSTEM      0 Sep 27 10:33
> cgi-bin
> drwxrwx---+ 1 +SYSTEM  +SYSTEM   4096 Sep 27 10:33 conf
> drwxrwx---+ 1 +SYSTEM  +SYSTEM   8192 Sep 27 10:33 error
> drwxrwx---+ 1 +SYSTEM  +SYSTEM   4096 Sep 27 10:33
> htdocs
> drwxrwx---+ 1 +SYSTEM  +SYSTEM  40960 Sep 27 10:33 icons
> drwxrwx---+ 1 +SYSTEM  +SYSTEM      0 Sep 27 10:33
> logs
> drwxrwx---+ 1 +SYSTEM  +SYSTEM  81920 Sep 27 10:33 manual
> drwxrwx---+ 1 +SYSTEM  +SYSTEM  28672 Sep 27 10:33
> modules
> 
> This may be helpful.
> 
> http://senese.wordpress.com/2007/06/06/install-php-5-under-apache-22-and-windows-vista/
> 
> Hint, read the comments if you have problems.
> 
> //Brad
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP
> Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for
> more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest:
> users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail:
> users-help@httpd.apache.org


      

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] Vista install/start winsock bind error 10013

Posted by "Gary W. Smith" <ga...@primeexalia.com>.
Ah, I know what happened on mine now.  I didn't install it the same way.  I installed it on my XP box at home because I needed it for testing at work but at work they don't allow you to install software (stupid rule) so I just copied the directory I manually run it there on both XP and Vista.  What I did on Vista was I run the http service registration portion.  I also don't use 80 (since I do .Net development and we have the .Net webservice container running on 80).



From: Bradley Giesbrecht [mailto:brad@pixilla.com] 
Sent: Saturday, September 27, 2008 11:44 AM
To: users@httpd.apache.org
Subject: Re: [users@httpd] Vista install/start winsock bind error 10013


On Sep 27, 2008, at 11:12 AM, B.A.S. wrote:


I get an error when installing Apache 2.2 on Windows Vista Ultimate from file: apache_2.2.9-win32-x86-openssl-0.9.8h-r2.msi
I get the same error below when attempting to start Apache from Windows Start Menu or with ./httpd.exe -k start:

(OS 10013)An attempt was made to access a socket in a way forbidden by its access permissions.  : make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
Exit 1

The top of the install.log file looks like:

Installing Apache HTTP 2.0 server with
DomainName =    127.0.0.1
ServerName =    127.0.0.1
ServerAdmin =   sturdyworks@yahoo.com
ServerPort =    80
ServerSslPort = 80
ServerRoot =    C:/Program Files/Apache Software Foundation/Apache2.2

I can successfully ping "localhost" as 127.0.0.1, and have tried setting DomainName & ServerName to localhost.

I do have administrator permissions on my user account, but double clicking on msi file or even opening a CShell as Administrator and running "msiexec.exe /I apache_2.2.9-win32-x86-openssl-0.9.8h-r2.msi" but neither way works. Below is example of permissions.

-rwxrwx---+ 1 +SYSTEM  +SYSTEM  15159 Nov 21  2004 ABOUT_APACHE.txt
-rwxrwx---+ 1 +SYSTEM  +SYSTEM  87640 Jun 10 13:49 CHANGES.txt
-rwxrwx---+ 1 +SYSTEM  +SYSTEM   4405 Feb 13  2008 INSTALL.txt
-rwxrwx---+ 1 +SYSTEM  +SYSTEM  36833 Jun 13 21:58 LICENSE.txt
-rwxrwx---+ 1 +SYSTEM  +SYSTEM   1323 Jun 13 21:58 NOTICE.txt
-rwxrwx---+ 1 +SYSTEM  +SYSTEM  22104 Jun 13 21:58 OPENSSL-NEWS.txt
-rwxrwx---+ 1 +SYSTEM  +SYSTEM   9780 Jun 13 21:58 OPENSSL-README.txt
-rwxrwx---+ 1 +SYSTEM  +SYSTEM   2016 Jun 12 11:25 README-win32.txt
-rwxrwx---+ 1 +SYSTEM  +SYSTEM   6094 Jan  9  2007 README.txt
drwxrwx---+ 1 +SYSTEM  +SYSTEM   8192 Sep 27 10:33 bin
drwxrwx---+ 1 +SYSTEM  +SYSTEM      0 Sep 27 10:33 cgi-bin
drwxrwx---+ 1 +SYSTEM  +SYSTEM   4096 Sep 27 10:33 conf
drwxrwx---+ 1 +SYSTEM  +SYSTEM   8192 Sep 27 10:33 error
drwxrwx---+ 1 +SYSTEM  +SYSTEM   4096 Sep 27 10:33 htdocs
drwxrwx---+ 1 +SYSTEM  +SYSTEM  40960 Sep 27 10:33 icons
drwxrwx---+ 1 +SYSTEM  +SYSTEM      0 Sep 27 10:33 logs
drwxrwx---+ 1 +SYSTEM  +SYSTEM  81920 Sep 27 10:33 manual
drwxrwx---+ 1 +SYSTEM  +SYSTEM  28672 Sep 27 10:33 modules

This may be helpful.

http://senese.wordpress.com/2007/06/06/install-php-5-under-apache-22-and-windows-vista/

Hint, read the comments if you have problems.

//Brad

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Vista install/start winsock bind error 10013

Posted by Bradley Giesbrecht <br...@pixilla.com>.
On Sep 27, 2008, at 11:12 AM, B.A.S. wrote:

> I get an error when installing Apache 2.2 on Windows Vista Ultimate  
> from file: apache_2.2.9-win32-x86-openssl-0.9.8h-r2.msi
> I get the same error below when attempting to start Apache from  
> Windows Start Menu or with ./httpd.exe -k start:
>
> (OS 10013)An attempt was made to access a socket in a way forbidden  
> by its access permissions.  : make_sock: could not bind to address  
> 0.0.0.0:80
> no listening sockets available, shutting down
> Unable to open logs
> Exit 1
>
> The top of the install.log file looks like:
>
> Installing Apache HTTP 2.0 server with
> DomainName =    127.0.0.1
> ServerName =    127.0.0.1
> ServerAdmin =   sturdyworks@yahoo.com
> ServerPort =    80
> ServerSslPort = 80
> ServerRoot =    C:/Program Files/Apache Software Foundation/Apache2.2
>
> I can successfully ping "localhost" as 127.0.0.1, and have tried  
> setting DomainName & ServerName to localhost.
>
> I do have administrator permissions on my user account, but double  
> clicking on msi file or even opening a CShell as Administrator and  
> running "msiexec.exe /I apache_2.2.9-win32-x86-openssl-0.9.8h- 
> r2.msi" but neither way works. Below is example of permissions.
>
> -rwxrwx---+ 1 +SYSTEM  +SYSTEM  15159 Nov 21  2004 ABOUT_APACHE.txt
> -rwxrwx---+ 1 +SYSTEM  +SYSTEM  87640 Jun 10 13:49 CHANGES.txt
> -rwxrwx---+ 1 +SYSTEM  +SYSTEM   4405 Feb 13  2008 INSTALL.txt
> -rwxrwx---+ 1 +SYSTEM  +SYSTEM  36833 Jun 13 21:58 LICENSE.txt
> -rwxrwx---+ 1 +SYSTEM  +SYSTEM   1323 Jun 13 21:58 NOTICE.txt
> -rwxrwx---+ 1 +SYSTEM  +SYSTEM  22104 Jun 13 21:58 OPENSSL-NEWS.txt
> -rwxrwx---+ 1 +SYSTEM  +SYSTEM   9780 Jun 13 21:58 OPENSSL-README.txt
> -rwxrwx---+ 1 +SYSTEM  +SYSTEM   2016 Jun 12 11:25 README-win32.txt
> -rwxrwx---+ 1 +SYSTEM  +SYSTEM   6094 Jan  9  2007 README.txt
> drwxrwx---+ 1 +SYSTEM  +SYSTEM   8192 Sep 27 10:33 bin
> drwxrwx---+ 1 +SYSTEM  +SYSTEM      0 Sep 27 10:33 cgi-bin
> drwxrwx---+ 1 +SYSTEM  +SYSTEM   4096 Sep 27 10:33 conf
> drwxrwx---+ 1 +SYSTEM  +SYSTEM   8192 Sep 27 10:33 error
> drwxrwx---+ 1 +SYSTEM  +SYSTEM   4096 Sep 27 10:33 htdocs
> drwxrwx---+ 1 +SYSTEM  +SYSTEM  40960 Sep 27 10:33 icons
> drwxrwx---+ 1 +SYSTEM  +SYSTEM      0 Sep 27 10:33 logs
> drwxrwx---+ 1 +SYSTEM  +SYSTEM  81920 Sep 27 10:33 manual
> drwxrwx---+ 1 +SYSTEM  +SYSTEM  28672 Sep 27 10:33 modules


This may be helpful.

http://senese.wordpress.com/2007/06/06/install-php-5-under-apache-22-and-windows-vista/

Hint, read the comments if you have problems.

//Brad

RE: [users@httpd] Vista install/start winsock bind error 10013

Posted by "B.A.S." <st...@yahoo.com>.
I have definately tried both starting and installing as a pure Administrator.

I did just notice an odd process ID of 4 listening on port 80...

  netstat -ao
  Active Connections
  Proto  Local Address          Foreign Address        State           PID
  TCP    0.0.0.0:80             DellXPS:0              LISTENING       4

BUT I have also tried port 8080 in my many iteration attempts to solve this problem.

And I have allowed both port 80 & 8080 in Windows Firewall...

Brad

--- On Sat, 9/27/08, Gary W. Smith <ga...@primeexalia.com> wrote:

> From: Gary W. Smith <ga...@primeexalia.com>
> Subject: RE: [users@httpd] Vista install/start winsock bind error 10013
> To: users@httpd.apache.org, sturdyworks@yahoo.com
> Date: Saturday, September 27, 2008, 11:38 AM
> Probably because you need to start it as administrator (not
> just as a
> user with admin privileges).  Try right clicking and do run
> as...  If
> you try it from the command line, start cmd as
> administrator.
> 
> It's running fine on Vista here (installed last
> Friday).
>


      

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] Vista install/start winsock bind error 10013

Posted by "Gary W. Smith" <ga...@primeexalia.com>.
Probably because you need to start it as administrator (not just as a
user with admin privileges).  Try right clicking and do run as...  If
you try it from the command line, start cmd as administrator.

It's running fine on Vista here (installed last Friday).

-----Original Message-----
From: B.A.S. [mailto:sturdyworks@yahoo.com] 
Sent: Saturday, September 27, 2008 11:13 AM
To: users@httpd.apache.org
Subject: [users@httpd] Vista install/start winsock bind error 10013

I get an error when installing Apache 2.2 on Windows Vista Ultimate from
file: apache_2.2.9-win32-x86-openssl-0.9.8h-r2.msi
I get the same error below when attempting to start Apache from Windows
Start Menu or with ./httpd.exe -k start:

(OS 10013)An attempt was made to access a socket in a way forbidden by
its access permissions.  : make_sock: could not bind to address
0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
Exit 1

The top of the install.log file looks like:

 Installing Apache HTTP 2.0 server with
 DomainName =    127.0.0.1
 ServerName =    127.0.0.1
 ServerAdmin =   sturdyworks@yahoo.com
 ServerPort =    80
 ServerSslPort = 80
 ServerRoot =    C:/Program Files/Apache Software Foundation/Apache2.2

I can successfully ping "localhost" as 127.0.0.1, and have tried setting
DomainName & ServerName to localhost.

I do have administrator permissions on my user account, but double
clicking on msi file or even opening a CShell as Administrator and
running "msiexec.exe /I apache_2.2.9-win32-x86-openssl-0.9.8h-r2.msi"
but neither way works. Below is example of permissions.

-rwxrwx---+ 1 +SYSTEM  +SYSTEM  15159 Nov 21  2004 ABOUT_APACHE.txt
-rwxrwx---+ 1 +SYSTEM  +SYSTEM  87640 Jun 10 13:49 CHANGES.txt
-rwxrwx---+ 1 +SYSTEM  +SYSTEM   4405 Feb 13  2008 INSTALL.txt
-rwxrwx---+ 1 +SYSTEM  +SYSTEM  36833 Jun 13 21:58 LICENSE.txt
-rwxrwx---+ 1 +SYSTEM  +SYSTEM   1323 Jun 13 21:58 NOTICE.txt
-rwxrwx---+ 1 +SYSTEM  +SYSTEM  22104 Jun 13 21:58 OPENSSL-NEWS.txt
-rwxrwx---+ 1 +SYSTEM  +SYSTEM   9780 Jun 13 21:58 OPENSSL-README.txt
-rwxrwx---+ 1 +SYSTEM  +SYSTEM   2016 Jun 12 11:25 README-win32.txt
-rwxrwx---+ 1 +SYSTEM  +SYSTEM   6094 Jan  9  2007 README.txt
drwxrwx---+ 1 +SYSTEM  +SYSTEM   8192 Sep 27 10:33 bin
drwxrwx---+ 1 +SYSTEM  +SYSTEM      0 Sep 27 10:33 cgi-bin
drwxrwx---+ 1 +SYSTEM  +SYSTEM   4096 Sep 27 10:33 conf
drwxrwx---+ 1 +SYSTEM  +SYSTEM   8192 Sep 27 10:33 error
drwxrwx---+ 1 +SYSTEM  +SYSTEM   4096 Sep 27 10:33 htdocs
drwxrwx---+ 1 +SYSTEM  +SYSTEM  40960 Sep 27 10:33 icons
drwxrwx---+ 1 +SYSTEM  +SYSTEM      0 Sep 27 10:33 logs
drwxrwx---+ 1 +SYSTEM  +SYSTEM  81920 Sep 27 10:33 manual
drwxrwx---+ 1 +SYSTEM  +SYSTEM  28672 Sep 27 10:33 modules


      

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server
Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org