7rrivera7
-
Posts
10 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Tutorials
Posts posted by 7rrivera7
-
-
-
-
windows server 2019 standard edition
-
Performed a new installation from scratch and ended up with the same error. Files attached...
-
New installation and right now I'm at the point where IIS and the PHP installation is tested. The tutorial states to run TEST.PHP but I'm getting this error:
HTTP Error 401.3 - Unauthorized
You do not have permission to view this directory or page because of the access control list (ACL) configuration or encryption settings for this resource on the Web server.
Most likely causes:
- The user authenticated by the Web server does not have permission to open the file on the file system.
- If the resource is located on a Universal Naming Convention (UNC) share, the authenticated user may not have sufficient share and NTFS permissions, or the permissions on the share may not match the permissions on the physical path.
- The file is encrypted.
Things you can try:
- Open File Explorer and check the ACLs for the file that is being requested. Make sure that the user accessing the Web site is not being explicitly denied access, and that they do have permission to open the file.
- Open File Explorer and check the ACLs for the share and the physical path. Ensure that both ACLs allow the user to access the resource.
- Open File Explorer and check the encryption properties for the file that is being requested. (This setting is located in the Advanced attribute properties dialog.)
- Create a tracing rule to track failed requests for this HTTP status code. For more information about creating a tracing rule for failed requests, click here.
Detailed Error Information:
Module CgiModule Notification ExecuteRequestHandler Handler PHP Error Code 0x80070005 Requested URL http://winids:80/test.php Physical Path d:\winids\inetpub\wwwroot\base\test.php Logon Method Anonymous Logon User Anonymous More Information:
The user trying to access the page was successfully logged on, but the user does not have permission to access the resource. This means the access control list (ACL) for the resource either does not include the user or explicitly denies the user. Check the ACL for the resource and add the user to the ACL. If the content is located on a share, ensure both NTFS and share permissions allow the user access. It is also possible that the user is part of a group that is denied access.Microsoft Knowledge Base Articles:
- 907273
- 332142
-
Thanks for the quick response! Bypass the entire DISM command?
dism.exe /online /enable-feature /all /featurename:NetFX3 /S
ource:e:\sources\sxs -
I posted 2 pictures but I don't think they are being displayed so here is the error textual message :
C:\Windows\system32>dism.exe /online /enable-feature /all /featurename:NetFX3 /S
ource:e:\sources\sxsDeployment Image Servicing and Management tool
Version: 6.1.7600.16385Image Version: 6.1.7601.18489
Error: 87The all option is not recognized in this context.
For more information, refer to the help.
The source option is not recognized in this context.
For more information, refer to the help. -
Although this version of Windows Server is not on the list of tested platforms, the tutorial says is "should" work but I am getting the following error message:
I also noticed the \sources\sxs folder does not exist on the CD (e:\). Do I need to use one of the versions specified in the tutorial?

MySQL fails to connect
in Discussing Manual Installation for IIS with MySQL Logging
Posted
Ok so now I've got a new issue. Under Configuring the MySQL Database Server, when I run the command: mysql -u root -pd1ngd0ng
I get the following error: